diff --git a/test-suite/templates/python3-poetry/many-deps/poetry.lock b/test-suite/templates/python3-poetry/many-deps/poetry.lock index 41e44c87..33b91dbc 100644 --- a/test-suite/templates/python3-poetry/many-deps/poetry.lock +++ b/test-suite/templates/python3-poetry/many-deps/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "asgiref" @@ -48,14 +48,14 @@ files = [ [[package]] name = "django" -version = "4.2.21" +version = "4.2.26" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "django-4.2.21-py3-none-any.whl", hash = "sha256:1d658c7bf5d31c7d0cac1cab58bc1f822df89255080fec81909256c30e6180b3"}, - {file = "django-4.2.21.tar.gz", hash = "sha256:b54ac28d6aa964fc7c2f7335138a54d78980232011e0cd2231d04eed393dcb0d"}, + {file = "django-4.2.26-py3-none-any.whl", hash = "sha256:c96e64fc3c359d051a6306871bd26243db1bd02317472a62ffdbe6c3cae14280"}, + {file = "django-4.2.26.tar.gz", hash = "sha256:9398e487bcb55e3f142cb56d19fbd9a83e15bb03a97edc31f408361ee76d9d7a"}, ] [package.dependencies] @@ -135,4 +135,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.10.0,<3.11" -content-hash = "edd6a72f9fd19d8a1e739d0c95a4a60105f44b1efd7dbe8f84e0cc1b3a3fdb05" +content-hash = "e0d752bdb6cbf3b72c86f2267f39b87b6bf727fb274425d2d9a2bea802b88471" diff --git a/test-suite/templates/python3-poetry/many-deps/pyproject.toml b/test-suite/templates/python3-poetry/many-deps/pyproject.toml index b0069194..d2b905ea 100644 --- a/test-suite/templates/python3-poetry/many-deps/pyproject.toml +++ b/test-suite/templates/python3-poetry/many-deps/pyproject.toml @@ -7,6 +7,6 @@ package-mode = false [tool.poetry.dependencies] python = ">=3.10.0,<3.11" -django = "^4.2.21" +django = "^4.2.26" boatman = "^0.0.6" ws4py = "^0.5.1"