diff --git a/pyproject.toml b/pyproject.toml index c3b54b82..c0a90c79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "requests>=2.28.0,<3", "cryptography>=40.0.0", "pyOpenSSL>=23.1.1", - "asn1==3.2.0", + "asn1==3.3.0", "cattrs>=23.1.2", ] diff --git a/requirements.txt b/requirements.txt index 81519baf..2203100f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ PyJWT >= 2.6.0, < 3 requests >= 2.28.0, < 3 cryptography >= 40.0.0 pyOpenSSL >= 23.1.1 -asn1==3.2.0 +asn1==3.3.0 cattrs >= 23.1.2 httpx==0.28.1