diff --git a/pyproject.toml b/pyproject.toml index 48b091f..2bba5c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,8 +12,8 @@ dependencies = [ "argon2-cffi-bindings==25.1.0", "certifi==2026.2.25", "cffi==2.0.0", - "charset-normalizer==3.4.6", - "click==8.3.1", + "charset-normalizer==3.4.7", + "click==8.3.2", "colorama==0.4.6", "cryptography==46.0.6", "fastapi==0.135.3", @@ -38,14 +38,14 @@ dependencies = [ "requests==2.33.1", "requests-oauthlib==2.0.0", "six==1.17.0", - "sqlalchemy==2.0.48", + "sqlalchemy==2.0.49", "starlette==1.0.0", "tweepy==4.16.0", "typing-extensions==4.15.0", "typing-inspection==0.4.2", - "tzdata==2025.3", + "tzdata==2026.1", "urllib3==2.6.3", - "uvicorn==0.42.0", + "uvicorn==0.43.0", "jinja2==3.1.6", ]