2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-14 14:41:33 +00:00

chore(backend): bump deps (#8905)

* bump backend reqs

* raq down cryptography

* fix req

* bump api version
This commit is contained in:
Matthias Mair
2025-01-19 07:50:22 +01:00
committed by GitHub
parent 64b9365947
commit c57b51cb0e
5 changed files with 1044 additions and 982 deletions

View File

@@ -1,7 +1,7 @@
# Please keep this list sorted - if you pin a version provide a reason
Django<5.0 # Django package
coreapi # API documentation for djangorestframework
cryptography>=40.0.0,!=40.0.2 # Core cryptographic functionality
cryptography>=40.0.0,!=40.0.2,<=43.0.3 # Core cryptographic functionality
django-allauth[openid,saml] # SSO for external providers via OpenID
django-allauth-2fa # MFA / 2FA
django-cleanup # Automated deletion of old / unused uploaded files