From d5bc81dbe46f2da7b58e6a52731a5b4b3e97126f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 22:16:13 +0000 Subject: [PATCH] fix(deps): update dependency django to v5 --- frontend/poetry.lock | 13 +++++++------ frontend/pyproject.toml | 2 +- frontend/requirements.txt | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/frontend/poetry.lock b/frontend/poetry.lock index 2bd190a..30370a8 100644 --- a/frontend/poetry.lock +++ b/frontend/poetry.lock @@ -419,17 +419,17 @@ tests = ["pytest", "pytest-cov", "pytest-xdist"] [[package]] name = "django" -version = "4.2.11" +version = "5.0.3" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" files = [ - {file = "Django-4.2.11-py3-none-any.whl", hash = "sha256:ddc24a0a8280a0430baa37aff11f28574720af05888c62b7cfe71d219f4599d3"}, - {file = "Django-4.2.11.tar.gz", hash = "sha256:6e6ff3db2d8dd0c986b4eec8554c8e4f919b5c1ff62a5b4390c17aff2ed6e5c4"}, + {file = "Django-5.0.3-py3-none-any.whl", hash = "sha256:5c7d748ad113a81b2d44750ccc41edc14e933f56581683db548c9257e078cc83"}, + {file = "Django-5.0.3.tar.gz", hash = "sha256:5fb37580dcf4a262f9258c1f4373819aacca906431f505e4688e37f3a99195df"}, ] [package.dependencies] -asgiref = ">=3.6.0,<4" +asgiref = ">=3.7.0,<4" sqlparse = ">=0.3.1" tzdata = {version = "*", markers = "sys_platform == \"win32\""} @@ -1264,6 +1264,7 @@ files = [ {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"}, {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"}, @@ -1664,4 +1665,4 @@ test = ["coverage (>=5.3)", "tomli (>=2.0.1)", "tox"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<3.13" -content-hash = "eae0abc77d8f1935d770863aae0cfe4cc8b7cf49d3480446f4e06ade6d01af7f" +content-hash = "7025e9b55109312735993e7a812bd9f6bbaffb14e0be488b38e437b0ef39782d" diff --git a/frontend/pyproject.toml b/frontend/pyproject.toml index 88649f3..86b02f5 100644 --- a/frontend/pyproject.toml +++ b/frontend/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" [tool.poetry.dependencies] python = ">=3.12,<3.13" -django = "^4.2.8" +django = "^5.0.0" scikit-learn = "^1.2.2" scipy = "^1.10.1" pandas = "^2.2" diff --git a/frontend/requirements.txt b/frontend/requirements.txt index 16c2ede..5922c69 100644 --- a/frontend/requirements.txt +++ b/frontend/requirements.txt @@ -12,7 +12,7 @@ contourpy==1.2.0 ; python_version >= "3.12" and python_version < "3.13" cryptography==42.0.5 ; python_version >= "3.12" and python_version < "3.13" cssselect2==0.7.0 ; python_version >= "3.12" and python_version < "3.13" cycler==0.12.1 ; python_version >= "3.12" and python_version < "3.13" -django==4.2.11 ; python_version >= "3.12" and python_version < "3.13" +django==5.0.3 ; python_version >= "3.12" and python_version < "3.13" fonttools==4.49.0 ; python_version >= "3.12" and python_version < "3.13" future==1.0.0 ; python_version >= "3.12" and python_version < "3.13" gunicorn==20.1.0 ; python_version >= "3.12" and python_version < "3.13"