diff --git a/pyproject.toml b/pyproject.toml index dfcbd14..c7a38aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "black==24.3.0", "blinker==1.5", "certifi==2024.7.4", - "django==4.2.22", + "django==4.2.24", "django-excel-response==1.0", "django-js-reverse", "django-mongoengine==0.6.0b2", diff --git a/requirements.txt b/requirements.txt index 5e830b6..5c45afe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ blinker==1.5 django-excel-response==1.0 git+https://github.com/ierror/django-js-reverse@7cab78c#egg=django-js-reverse django-mongoengine==0.6.0b2 -Django==4.2.22 +Django==4.2.24 pymongo==3.12 mongoengine==0.28.2 openpyxl==3.0.10