Skip to content

Commit fa2d23d

Browse files
chore(deps): bump the python-dependencies group with 5 updates
Bumps the python-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [cryptography](https://github.com/pyca/cryptography) | `48.0.0` | `49.0.0` | | [boto3](https://github.com/boto/boto3) | `1.43.24` | `1.43.29` | | [botocore](https://github.com/boto/botocore) | `1.43.24` | `1.43.29` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.0` | | [pylint](https://github.com/pylint-dev/pylint) | `4.0.5` | `4.0.6` | Updates `cryptography` from 48.0.0 to 49.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@48.0.0...49.0.0) Updates `boto3` from 1.43.24 to 1.43.29 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.43.24...1.43.29) Updates `botocore` from 1.43.24 to 1.43.29 - [Commits](boto/botocore@1.43.24...1.43.29) Updates `pytest` from 9.0.3 to 9.1.0 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.3...9.1.0) Updates `pylint` from 4.0.5 to 4.0.6 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.5...v4.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 49.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: boto3 dependency-version: 1.43.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: botocore dependency-version: 1.43.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pylint dependency-version: 4.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8084a14 commit fa2d23d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-r requirements.txt
22
psycopg2-binary==2.9.12
3-
pytest==9.0.3
3+
pytest==9.1.0
44
pytest-cov==7.1.0
55
pytest-mock==3.15.1
6-
pylint==4.0.5
6+
pylint==4.0.6
77
black==26.5.1
88
mypy==2.1.0
99
mypy-extensions==1.1.0

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
cryptography==48.0.0
1+
cryptography==49.0.0
22
jsonschema==4.26.0
33
PyJWT==2.13.0
44
requests==2.34.2
5-
boto3==1.43.24
6-
botocore==1.43.24
5+
boto3==1.43.29
6+
botocore==1.43.29
77
aiosql==15.0
88
confluent-kafka==2.14.2
99
psycopg2==2.9.12

0 commit comments

Comments
 (0)