diff options
| -rw-r--r-- | poetry.lock | 8 | ||||
| -rw-r--r-- | pyproject.toml | 2 | 
2 files changed, 5 insertions, 5 deletions
| diff --git a/poetry.lock b/poetry.lock index 71b88ff5..a400feaa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -363,14 +363,14 @@ files = [  [[package]]  name = "django" -version = "4.2.1" +version = "4.2.2"  description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design."  category = "main"  optional = false  python-versions = ">=3.8"  files = [ -    {file = "Django-4.2.1-py3-none-any.whl", hash = "sha256:066b6debb5ac335458d2a713ed995570536c8b59a580005acb0732378d5eb1ee"}, -    {file = "Django-4.2.1.tar.gz", hash = "sha256:7efa6b1f781a6119a10ac94b4794ded90db8accbe7802281cd26f8664ffed59c"}, +    {file = "Django-4.2.2-py3-none-any.whl", hash = "sha256:672b3fa81e1f853bb58be1b51754108ab4ffa12a77c06db86aa8df9ed0c46fe5"}, +    {file = "Django-4.2.2.tar.gz", hash = "sha256:2a6b6fbff5b59dd07bef10bcb019bee2ea97a30b2a656d51346596724324badf"},  ]  [package.dependencies] @@ -1222,4 +1222,4 @@ brotli = ["Brotli"]  [metadata]  lock-version = "2.0"  python-versions = "3.11.*" -content-hash = "dffe611cc8eaa57640336ad03d5945b7049d34dacd2f068f4bc0d5b76b940cfe" +content-hash = "20ee220f5f83e99082297f78d26d23ac1822673f52af0a8d20300147d61eae51" diff --git a/pyproject.toml b/pyproject.toml index a4fd2bd1..c0d4d04e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT"  [tool.poetry.dependencies]  python = "3.11.*" -django = "4.2.1" +django = "4.2.2"  django-distill = "3.1.3"  django-environ = "0.10.0"  django-filter = "23.2" | 
