Skip to content

Commit

Permalink
Bump cryptography from 41.0.4 to 42.0.0 in /requirements (#341)
Browse files Browse the repository at this point in the history
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.4 to 42.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@41.0.4...42.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

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 Feb 9, 2024
1 parent 620e215 commit 97a8f98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ click==8.0.3
# via pip-tools
colorama==0.4.6
# via tox
cryptography==41.0.4
cryptography==42.0.0
# via
# types-pyopenssl
# types-redis
Expand Down
4 changes: 3 additions & 1 deletion requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
cffi==1.15.1
# via cryptography
cryptography==41.0.4
cryptography==42.0.0
# via
# types-pyopenssl
# types-redis
Expand All @@ -16,6 +16,8 @@ mypy-extensions==1.0.0
# via mypy
pycparser==2.21
# via cffi
tomli==2.0.1
# via mypy
types-pyopenssl==23.0.0.2
# via types-redis
types-redis==4.6.0.7
Expand Down

0 comments on commit 97a8f98

Please sign in to comment.