diff --git a/poetry.lock b/poetry.lock index 20a589e4..2a156729 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "about-time" @@ -551,7 +551,7 @@ packaging = ">=16.8" pillow = ">=7.1.0" PyYAML = ">=3.10" tornado = {version = ">=6.2", markers = "sys_platform != \"emscripten\""} -xyzservices = ">=2021.09.1" +xyzservices = ">=2021.9.1" [[package]] name = "boto3" @@ -878,7 +878,7 @@ description = "Cross-platform colored terminal text." optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" groups = ["main"] -markers = "sys_platform == \"win32\" or platform_system == \"Windows\"" +markers = "platform_system == \"Windows\" or sys_platform == \"win32\"" files = [ {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, @@ -1185,14 +1185,14 @@ dev = ["PyTest", "PyTest-Cov", "bump2version (<1)", "setuptools ; python_version [[package]] name = "django" -version = "5.2.13" +version = "5.2.15" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "django-5.2.13-py3-none-any.whl", hash = "sha256:5788fce61da23788a8ce6f02583765ab060d396720924789f97fa42119d37f7a"}, - {file = "django-5.2.13.tar.gz", hash = "sha256:a31589db5188d074c63f0945c3888fad104627dfcc236fb2b97f71f89da33bc4"}, + {file = "django-5.2.15-py3-none-any.whl", hash = "sha256:0eb4a9bb1853a35b0286dbc6d916bd352c8c2687195a7f2d6f80cefd840e4970"}, + {file = "django-5.2.15.tar.gz", hash = "sha256:5154a9bf84ac01dde011e367f355c07dbb329532e06810dcf3ef2af269e236e7"}, ] [package.dependencies] @@ -1339,7 +1339,7 @@ files = [ [package.dependencies] Django = ">=4.2" -gprof2dot = ">=2017.09.19" +gprof2dot = ">=2017.9.19" sqlparse = "*" [package.extras] @@ -4032,10 +4032,10 @@ files = [ ] [package.dependencies] -botocore = ">=1.37.4,<2.0a.0" +botocore = ">=1.37.4,<2.0a0" [package.extras] -crt = ["botocore[crt] (>=1.37.4,<2.0a.0)"] +crt = ["botocore[crt] (>=1.37.4,<2.0a0)"] [[package]] name = "scikit-learn" @@ -5119,4 +5119,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.1" python-versions = "<3.13,>=3.10.0" -content-hash = "b7d7666a247296676ae1f9a888d75e085c6114e2dfd673249127707d5cf87357" +content-hash = "4f8cd6600564f270439814e8cb705bc496b32b689d00d3031c0e2d5d33a75a2e" diff --git a/pyproject.toml b/pyproject.toml index 306030da..f0b2f184 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "<3.13,>=3.10.0" tomtoolkit = "3.0.0a11" -django = "5.2.13" +django = "5.2.15" whitenoise = "5.0.1" gunicorn = {version = "22.0.0", extras = ["gevent"]} psycopg2 = "^2.9.10"