diff --git a/backend/requirements/base.txt b/backend/requirements/base.txt index a5a9db5..9e8d37f 100644 --- a/backend/requirements/base.txt +++ b/backend/requirements/base.txt @@ -1,5 +1,5 @@ psycopg2-binary==2.9.9 # https://github.com/psycopg/psycopg2 -cryptography==43.0.0 # https://github.com/pyca/cryptography +cryptography==44.0.0 # https://github.com/pyca/cryptography python-slugify==8.0.4 # https://github.com/un33k/python-slugify pytz==2024.2 # https://github.com/stub42/pytz Pillow==10.4.0 # https://github.com/python-pillow/Pillow