mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
Cryptography version update (#4568)
* Update required cryptography library version * remove old env variable from dockerfile - Was required when we based on alpine linux - now we use python_slim * Fix file contents
This commit is contained in:
@ -30,7 +30,7 @@ coreapi==2.3.3
|
||||
# via -r requirements.in
|
||||
coreschema==0.0.4
|
||||
# via coreapi
|
||||
cryptography==3.4.8
|
||||
cryptography==40.0.1
|
||||
# via
|
||||
# -r requirements.in
|
||||
# pyjwt
|
||||
|
Reference in New Issue
Block a user