diff --git a/pyproject.toml b/pyproject.toml index 7cf8bcf..45b6fd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,9 +10,9 @@ requires-python = ">=3.9" dependencies = [ "brotli-asgi>=1.6.0", "python-jose[cryptography]>=3.3.0", - "cryptography>=46.0.6", + "cryptography>=46.0.7", "requests>=2.33.1", - "python-multipart>=0.0.24", + "python-multipart>=0.0.26", "sqlalchemy>=2.0.49", ]