diff --git a/evergreen/poetry.lock b/evergreen/poetry.lock index ff45a6d..aa19712 100644 --- a/evergreen/poetry.lock +++ b/evergreen/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "asgiref" @@ -367,13 +367,13 @@ tests = ["django", "hypothesis", "pytest", "pytest-asyncio"] [[package]] name = "django" -version = "5.1.3" +version = "5.1.5" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.10" files = [ - {file = "Django-5.1.3-py3-none-any.whl", hash = "sha256:8b38a9a12da3ae00cb0ba72da985ec4b14de6345046b1e174b1fd7254398f818"}, - {file = "Django-5.1.3.tar.gz", hash = "sha256:c0fa0e619c39325a169208caef234f90baa925227032ad3f44842ba14d75234a"}, + {file = "Django-5.1.5-py3-none-any.whl", hash = "sha256:c46eb936111fffe6ec4bc9930035524a8be98ec2f74d8a0ff351226a3e52f459"}, + {file = "Django-5.1.5.tar.gz", hash = "sha256:19bbca786df50b9eca23cee79d495facf55c8f5c54c529d9bf1fe7b5ea086af3"}, ] [package.dependencies] @@ -1121,4 +1121,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "feb5c7b50940d40fadb2e735144268800e085c42fe4d8016a0bfad75da72baeb" +content-hash = "6d3a0fa494df498c454ca3b03fd080f3b594505ddb4a4df56e228c3724ea807d" diff --git a/evergreen/pyproject.toml b/evergreen/pyproject.toml index 23ca6cf..98a7722 100644 --- a/evergreen/pyproject.toml +++ b/evergreen/pyproject.toml @@ -16,7 +16,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.10" bcrypt = "^4.2.0" -Django = "^5.1.1" +Django = "^5.1.5" email-validator = "^2.2.0" psycopg = { extras = ["binary"], version = "^3.2.3" } django-bootstrap = "^0.2.4"