Skip to content

Commit c72c3e9

Browse files
build(deps): bump the dependencies group across 1 directory with 5 updates
Updates the requirements on [cryptography](https://github.com/pyca/cryptography), [cffi](https://github.com/python-cffi/cffi), [pycparser](https://github.com/eliben/pycparser), [boto3](https://github.com/boto/boto3) and [botocore](https://github.com/boto/botocore) to permit the latest version. Updates `cryptography` from 45.0.7 to 46.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@45.0.7...46.0.1) Updates `cffi` from 1.17.1 to 2.0.0 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](python-cffi/cffi@v1.17.1...v2.0.0) Updates `pycparser` from 2.22 to 2.23 - [Release notes](https://github.com/eliben/pycparser/releases) - [Changelog](https://github.com/eliben/pycparser/blob/main/CHANGES) - [Commits](eliben/pycparser@release_v2.22...release_v2.23) Updates `boto3` to 1.40.36 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.40.26...1.40.36) Updates `botocore` to 1.40.36 - [Commits](boto/botocore@1.40.26...1.40.36) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: cffi dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: pycparser dependency-version: '2.23' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: boto3 dependency-version: 1.40.36 dependency-type: direct:production dependency-group: dependencies - dependency-name: botocore dependency-version: 1.40.36 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1bbb946 commit c72c3e9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.40.26
2-
botocore~=1.40.26
1+
boto3~=1.40.46
2+
botocore~=1.40.46

requirements-pinned.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
#
77
asn1crypto==1.5.1
88
# via -r requirements.txt
9-
cffi==1.17.1
9+
cffi==2.0.0
1010
# via
1111
# cryptography
1212
# pyspx
13-
cryptography==45.0.7
13+
cryptography==46.0.2
1414
# via -r requirements.txt
15-
pycparser==2.22
15+
pycparser==2.23
1616
# via cffi
1717
pykcs11==1.5.18
1818
# via -r requirements.txt

0 commit comments

Comments
 (0)