diff --git a/pyproject.toml b/pyproject.toml index b41062f..3f726ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "dj-database-url==1.0.0", "django-debug-toolbar==3.7.0", "django-registration==3.3", - "django==4.2.25", + "django==4.2.26", "gunicorn==23.0.0", "pre-commit==4.0.0", "psycopg2-binary==2.9.5", diff --git a/requirements.in b/requirements.in index dc05b66..5d71b47 100644 --- a/requirements.in +++ b/requirements.in @@ -1,4 +1,4 @@ -Django==4.2.25 +Django==4.2.26 celery==5.2.7 dj-database-url==1.0.0 django-debug-toolbar==3.7.0