diff --git a/requirements-minimal.txt b/requirements-minimal.txt index 79dc139a..69f2b5c3 100644 --- a/requirements-minimal.txt +++ b/requirements-minimal.txt @@ -1,4 +1,4 @@ pymysql==1.1.1 # Required by pymysql depending on setup: https://stackoverflow.com/questions/54477829/cryptography-is-required-for-sha256-password-or-caching-sha2-password -cryptography==44.0.1 +cryptography==46.0.5 # uwsgi==2.0.23 # No need for this if running via rocketserver diff --git a/requirements.txt b/requirements.txt index 6115a881..3751b716 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pymysql==1.1.1 # Required by pymysql depending on setup: https://stackoverflow.com/questions/54477829/cryptography-is-required-for-sha256-password-or-caching-sha2-password -cryptography==44.0.1 +cryptography==46.0.5 uwsgi==2.0.23 tqdm