Skip to content

Commit d85f3f2

Browse files
build(deps): bump the dependencies group across 1 directory with 7 updates
Updates the requirements on [cryptography](https://github.com/pyca/cryptography), [coverage](https://github.com/nedbat/coveragepy), [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff), [zizmor](https://github.com/zizmorcore/zizmor), [boto3](https://github.com/boto/boto3) and [botocore](https://github.com/boto/botocore) to permit the latest version. Updates `cryptography` from 43.0.3 to 45.0.3 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@43.0.3...45.0.3) Updates `coverage` from 7.8.0 to 7.8.2 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.8.0...7.8.2) Updates `mypy` from 1.15.0 to 1.16.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.15.0...v1.16.0) Updates `ruff` from 0.11.10 to 0.11.12 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.11.10...0.11.12) Updates `zizmor` from 1.7.0 to 1.9.0 - [Release notes](https://github.com/zizmorcore/zizmor/releases) - [Changelog](https://github.com/zizmorcore/zizmor/blob/main/docs/release-notes.md) - [Commits](zizmorcore/zizmor@v1.7.0...v1.9.0) Updates `boto3` to 1.38.28 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.38.14...1.38.28) Updates `botocore` to 1.38.28 - [Commits](boto/botocore@1.38.14...1.38.28) --- updated-dependencies: - dependency-name: cryptography dependency-version: 45.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: coverage dependency-version: 7.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ruff dependency-version: 0.11.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: zizmor dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: boto3 dependency-version: 1.38.28 dependency-type: direct:production dependency-group: dependencies - dependency-name: botocore dependency-version: 1.38.28 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e79c8e5 commit d85f3f2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

requirements-aws.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
boto3~=1.38.14
2-
botocore~=1.38.14
1+
boto3~=1.38.28
2+
botocore~=1.38.28

requirements-lint.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
mypy==1.15.0
2-
ruff==0.11.10
3-
zizmor==1.7.0
1+
mypy==1.16.0
2+
ruff==0.11.12
3+
zizmor==1.9.0

requirements-pinned.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cffi==1.17.1
1010
# via
1111
# cryptography
1212
# pyspx
13-
cryptography==43.0.3
13+
cryptography==45.0.3
1414
# via -r requirements.txt
1515
pycparser==2.22
1616
# via cffi

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# additional test tools
2-
coverage==7.8.0
2+
coverage==7.8.2

0 commit comments

Comments
 (0)