diff --git a/pyproject.toml b/pyproject.toml index 86b394b..44d6560 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,8 +10,8 @@ requires-python = ">=3.9" dependencies = [ "brotli-asgi>=1.6.0", "python-jose[cryptography]>=3.3.0", - "cryptography>=46.0.5", - "requests>=2.32.5", + "cryptography>=46.0.6", + "requests>=2.33.0", "python-multipart>=0.0.22", "sqlalchemy>=2.0.48", ]