diff --git a/pyproject.toml b/pyproject.toml index f4dadd0..3e1674f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "lru-dict==1.1.8", "PyJWT==2.5.0", # PyJWT has loose dependency. We want the latest one. - "cryptography==39.0.1", + "cryptography==41.0.3", "orjson==3.8.1", "pip>=21.0,<22.4", "python-slugify==4.0.1",