[UPDATE] Bump cryptography from 37.0.4 to 40.0.1 (#594)

* [UPDATE] Bump cryptography from 37.0.4 to 40.0.1

Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.4 to 40.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/37.0.4...40.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updated pyOpenSSL to match cryptography requirements

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Julien Constant <julienconstant190@gmail.com>
This commit is contained in:
dependabot[bot]
2023-04-20 14:43:46 +02:00
committed by GitHub
parent 427f7ceaff
commit c78953b036
3 changed files with 38 additions and 40 deletions

View File

@ -24,8 +24,8 @@ Django = "^3.2"
Pillow = "^9.2"
mistune = "^0.8.4"
django-jinja = "^2.10"
cryptography = "^37.0"
pyOpenSSL = "^21.0.0"
cryptography = "^40.0"
pyOpenSSL = "^23.1.1"
pytz = "^2021.1"
djangorestframework = "^3.13"
django-phonenumber-field = "^6.3"