diff --git a/core/base/requirements-dev.txt b/core/base/requirements-dev.txt index be2e2e29..92d34fdb 100644 --- a/core/base/requirements-dev.txt +++ b/core/base/requirements-dev.txt @@ -5,6 +5,7 @@ libs/socrate # core/admin alembic Babel +bcrypt click dnspython Flask diff --git a/core/base/requirements-prod.txt b/core/base/requirements-prod.txt index 8040b44a..716f848e 100644 --- a/core/base/requirements-prod.txt +++ b/core/base/requirements-prod.txt @@ -4,13 +4,14 @@ aiosignal==1.2.0 alembic==1.8.1 async-timeout==4.0.2 attrs==22.1.0 -Babel==2.10.3 +Babel==2.11.0 +bcrypt==4.0.1 blinker==1.5 certifi==2022.9.24 cffi==1.15.1 charset-normalizer==2.1.1 click==8.1.3 -cryptography==38.0.1 +cryptography==38.0.3 decorator==5.1.1 defusedxml==0.7.1 Deprecated==1.2.13 @@ -53,7 +54,7 @@ Pygments==2.13.0 pyOpenSSL==22.1.0 pyparsing==3.0.9 python-dateutil==2.8.2 -pytz==2022.5 +pytz==2022.6 PyYAML==6.0 Radicale==3.1.8 redis==4.3.4