diff --git a/pyproject.toml b/pyproject.toml index 89e7c1f..9b4035a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requires-python = ">=3.11" # fails on any OS without them. Pins match requirements.txt byte for byte. dependencies = [ "colorama==0.4.6", - "cryptography==49.0.0", + "cryptography==50.0.0", "keyring==25.7.0", "nodriver==0.50.3", "platformdirs==4.10.0", diff --git a/requirements.txt b/requirements.txt index a597564..dba45ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # python_requires >= 3.11 colorama==0.4.6 -cryptography==49.0.0 +cryptography==50.0.0 httpx==0.28.1 keyring==25.7.0 nodriver==0.50.3