Skip to content

Commit

Permalink
Bump the dependencies group with 4 updates (#897)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 4 updates: [cryptography](https://github.com/pyca/cryptography), [pykcs11](https://github.com/LudovicRousseau/PyKCS11), [boto3](https://github.com/boto/boto3) and [botocore](https://github.com/boto/botocore).


Updates `cryptography` from 43.0.1 to 43.0.3
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@43.0.1...43.0.3)

Updates `pykcs11` from 1.5.16 to 1.5.17
- [Release notes](https://github.com/LudovicRousseau/PyKCS11/releases)
- [Changelog](https://github.com/LudovicRousseau/PyKCS11/blob/master/Changes.txt)
- [Commits](LudovicRousseau/PyKCS11@1.5.16...1.5.17)

Updates `boto3` from 1.35.40 to 1.35.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.35.40...1.35.45)

Updates `botocore` from 1.35.40 to 1.35.45
- [Commits](boto/botocore@1.35.40...1.35.45)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pykcs11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent dc6186e commit e6fa724
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements-aws.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3==1.35.40
botocore==1.35.40
boto3==1.35.45
botocore==1.35.45
4 changes: 2 additions & 2 deletions requirements-pinned.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ cffi==1.17.1
# via
# cryptography
# pyspx
cryptography==43.0.1
cryptography==43.0.3
# via -r requirements.txt
pycparser==2.22
# via cffi
pykcs11==1.5.16
pykcs11==1.5.17
# via -r requirements.txt
pyspx==0.5.0 ; platform_system != "Windows"
# via -r requirements.txt

0 comments on commit e6fa724

Please sign in to comment.