Skip to content

Commit cd175b4

Browse files
build(deps): bump the dependencies group across 1 directory with 10 updates
Updates the requirements on [cryptography](https://github.com/pyca/cryptography), [sigstore](https://github.com/sigstore/sigstore-python), [pykcs11](https://github.com/LudovicRousseau/PyKCS11), [boto3](https://github.com/boto/boto3), [botocore](https://github.com/boto/botocore), [build](https://github.com/pypa/build), [coverage](https://github.com/nedbat/coveragepy), [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff) and [zizmor](https://github.com/zizmorcore/zizmor) to permit the latest version. Updates `cryptography` from 44.0.3 to 45.0.5 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@44.0.3...45.0.5) Updates `sigstore` from 3.6.2 to 3.6.4 - [Release notes](https://github.com/sigstore/sigstore-python/releases) - [Changelog](https://github.com/sigstore/sigstore-python/blob/main/CHANGELOG.md) - [Commits](sigstore/sigstore-python@v3.6.2...v3.6.4) Updates `pykcs11` from 1.5.17 to 1.5.18 - [Release notes](https://github.com/LudovicRousseau/PyKCS11/releases) - [Changelog](https://github.com/LudovicRousseau/PyKCS11/blob/master/Changes.txt) - [Commits](LudovicRousseau/PyKCS11@1.5.17...1.5.18) Updates `boto3` to 1.40.2 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.38.28...1.40.2) Updates `botocore` to 1.40.2 - [Commits](boto/botocore@1.38.28...1.40.2) Updates `build` from 1.2.2.post1 to 1.3.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.2.2.post1...1.3.0) Updates `coverage` from 7.8.2 to 7.10.2 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.8.2...7.10.2) Updates `mypy` from 1.16.0 to 1.17.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.16.0...v1.17.1) Updates `ruff` from 0.11.13 to 0.12.7 - [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.13...0.12.7) Updates `zizmor` from 1.9.0 to 1.11.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.9.0...v1.11.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 45.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: sigstore dependency-version: 3.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pykcs11 dependency-version: 1.5.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: boto3 dependency-version: 1.40.2 dependency-type: direct:production dependency-group: dependencies - dependency-name: botocore dependency-version: 1.40.2 dependency-type: direct:production dependency-group: dependencies - dependency-name: build dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: coverage dependency-version: 7.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ruff dependency-version: 0.12.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: zizmor dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1764b4d commit cd175b4

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
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.28
2-
botocore~=1.38.28
1+
boto3~=1.40.2
2+
botocore~=1.40.2

requirements-build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
build==1.2.2.post1
1+
build==1.3.0

requirements-lint.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
mypy==1.16.0
2-
ruff==0.11.13
3-
zizmor==1.9.0
1+
mypy==1.17.1
2+
ruff==0.12.7
3+
zizmor==1.11.0

requirements-pinned.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ cffi==1.17.1
1010
# via
1111
# cryptography
1212
# pyspx
13-
cryptography==44.0.3
13+
cryptography==45.0.5
1414
# via -r requirements.txt
1515
pycparser==2.22
1616
# via cffi
17-
pykcs11==1.5.17
17+
pykcs11==1.5.18
1818
# via -r requirements.txt
1919
pyspx==0.5.0 ; platform_system != "Windows"
2020
# via -r requirements.txt

requirements-sigstore.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sigstore==3.6.2
1+
sigstore==3.6.4

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.2
2+
coverage==7.10.2

0 commit comments

Comments
 (0)