diff --git a/tools/python/airmaps/requirements.txt b/tools/python/airmaps/requirements.txt index 20d0bc268b..e0c70481d2 100644 --- a/tools/python/airmaps/requirements.txt +++ b/tools/python/airmaps/requirements.txt @@ -2,5 +2,5 @@ omim-data-all omim-maps_generator apache-airflow [postgres]==1.10.10 psycopg2-binary==2.8.4 -cryptography==2.8 +cryptography==3.3.2 webdavclient==1.0.8 \ No newline at end of file diff --git a/tools/python/airmaps/requirements_dev.txt b/tools/python/airmaps/requirements_dev.txt index 31bad3b687..9b50ea5075 100644 --- a/tools/python/airmaps/requirements_dev.txt +++ b/tools/python/airmaps/requirements_dev.txt @@ -1,5 +1,5 @@ -r ../maps_generator/requirements_dev.txt apache-airflow [postgres]==1.10.10 psycopg2-binary==2.8.4 -cryptography==2.8 +cryptography==3.3.2 webdavclient==1.0.8