Browse Source

chore(deps): update cryptography requirement in /api

Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/41.0.3...41.0.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 1 năm trước cách đây
mục cha
commit
6108b1dc83
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      api/requirements.txt

+ 1 - 1
api/requirements.txt

@@ -1,7 +1,7 @@
 captcha~=0.5.0
 celery~=5.3.4
 coverage~=7.3.2
-cryptography~=41.0.3
+cryptography~=41.0.5
 Django~=4.2.2
 django-cors-headers~=4.3.0
 djangorestframework~=3.14.0