diff --git a/poetry.lock b/poetry.lock index 36145b5..7374f97 100644 --- a/poetry.lock +++ b/poetry.lock @@ -703,13 +703,13 @@ files = [ [[package]] name = "django" -version = "4.2.12" +version = "4.2.13" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.8" files = [ - {file = "Django-4.2.12-py3-none-any.whl", hash = "sha256:7640e86835d44ae118c2916a803d8081f40e214ee18a5a92a0202994ca60a4b4"}, - {file = "Django-4.2.12.tar.gz", hash = "sha256:6a6b4aff8a2db2dc7dcc5650cb2c7a7a0d1eb38e2aa2335fdf001e41801e9797"}, + {file = "Django-4.2.13-py3-none-any.whl", hash = "sha256:a17fcba2aad3fc7d46fdb23215095dbbd64e6174bf4589171e732b18b07e426a"}, + {file = "Django-4.2.13.tar.gz", hash = "sha256:837e3cf1f6c31347a1396a3f6b65688f2b4bb4a11c580dcb628b5afe527b68a5"}, ] [package.dependencies] @@ -3198,4 +3198,4 @@ docs = ["django-debug-toolbar", "django-extensions", "sphinx", "sphinx-autobuild [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "bbae9b04dfe5d32dbbf8956de31e88619f0213dc4fc19a4aef5022c91c1f1df4" +content-hash = "45c997210362453637d46a64d8aeda10e431484c9f283cfb74b6c13421257947" diff --git a/pyproject.toml b/pyproject.toml index a363b94..b786abb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ hiredis="^2.3.2" celery="^5.4.0" django-celery-beat="^2.6.0" flower="^2.0.1" -django="^4.2.12" +django="^4.2.13" django-environ="^0.11.1" django-model-utils="^4.5.1" django-allauth="^0.62.1"