Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 28, 2023
1 parent ea8433d commit d683e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ requests
archspec

# cryptography 3.4.0 no longer supports Python 2.7
cryptography==3.3.2; python_version == '2.7'
cryptography==41.0.6; python_version == '2.7'
cryptography; python_version >= '3.5' and python_version < '3.11'

# rich is only supported for Python 3.6+
Expand Down

0 comments on commit d683e34

Please sign in to comment.