Bump cryptography from 37.0.4 to 39.0.1 in /backend

Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.4 to 39.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...39.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-08 04:02:20 +00:00 committed by GitHub
parent d7327429bd
commit 576c0e8e58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 700 additions and 676 deletions

1374
backend/poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -21,7 +21,7 @@ semver = "^2.13.0"
requests = "^2.25.1" requests = "^2.25.1"
pyga = "^2.6.2" pyga = "^2.6.2"
django-cors-headers = "^3.7.0" django-cors-headers = "^3.7.0"
cryptography = "^37.0.4" cryptography = "^39.0.1"
fsspec = "^2021.7.0" fsspec = "^2021.7.0"
whitenoise = "^5.3.0" whitenoise = "^5.3.0"