diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 69eea17d..bac28f3d 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ # ============================================================================= # Core Django # ============================================================================= - "django>=5.2.8", + "django>=5.2.9", "psycopg2-binary>=2.9.9", "dj-database-url>=2.3.0", "python-dotenv>=1.0.1", @@ -23,7 +23,7 @@ dependencies = [ # ============================================================================= # Authentication & Security # ============================================================================= - "django-allauth>=65.9.0", + "django-allauth>=65.13.0", "djangorestframework-simplejwt>=5.5.1", "pyjwt>=2.10.1", "cryptography>=44.0.0", @@ -69,7 +69,8 @@ dependencies = [ # ============================================================================= # Utilities # ============================================================================= - "requests>=2.32.3", + "requests>=2.32.4", + "urllib3>=2.6.3", "pycountry>=24.6.1", "django-extensions>=4.1", "werkzeug>=3.1.3",