Skip to content

Commit

Permalink
Bump the python group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the python group with 3 updates in the /python directory: [argcomplete](https://github.com/kislyuk/argcomplete), [cffi](https://github.com/python-cffi/cffi) and [cryptography](https://github.com/pyca/cryptography).


Updates `argcomplete` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/kislyuk/argcomplete/releases)
- [Changelog](https://github.com/kislyuk/argcomplete/blob/develop/Changes.rst)
- [Commits](kislyuk/argcomplete@v3.4.0...v3.5.0)

Updates `cffi` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/python-cffi/cffi/releases)
- [Commits](python-cffi/cffi@v1.16.0...v1.17.0)

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

---
updated-dependencies:
- dependency-name: argcomplete
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: cffi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent 8c841cb commit 6b275c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements.txt --strip-extras setup.py
#
argcomplete==3.4.0
argcomplete==3.5.0
# via nitor-vault (setup.py)
boto3==1.34.140
# via threadlocal-aws
Expand All @@ -14,11 +14,11 @@ botocore==1.34.140
# s3transfer
certifi==2024.7.4
# via requests
cffi==1.16.0
cffi==1.17.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==42.0.8
cryptography==43.0.0
# via nitor-vault (setup.py)
future==1.0.0
# via nitor-vault (setup.py)
Expand Down

0 comments on commit 6b275c5

Please sign in to comment.