Skip to content

Commit

Permalink
Python dependency: Update cryptography requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@39.0.0...40.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 24, 2023
1 parent b429a38 commit 979debc
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 @@ -31,7 +31,7 @@ psycopg[c]==3.1.*
python-dateutil==2.*
SQLAlchemy==2.*
bcrypt==4.0.*
cryptography==39.0.*
cryptography==40.0.*
sshtunnel==0.*
ldap3==2.*
gssapi==1.8.*
Expand Down

0 comments on commit 979debc

Please sign in to comment.