From 8cb5e89da75b0b856f0124762ce756e0f2370654 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 00:25:34 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- frontend/Dockerfile.app | 4 ++-- frontend/Dockerfile.nginx | 2 +- frontend/poetry.lock | 13 ++++--------- frontend/pyproject.toml | 2 +- frontend/requirements.txt | 36 ++++++++++++++++++------------------ 5 files changed, 26 insertions(+), 31 deletions(-) diff --git a/frontend/Dockerfile.app b/frontend/Dockerfile.app index b1a1042d..ba58e0e7 100644 --- a/frontend/Dockerfile.app +++ b/frontend/Dockerfile.app @@ -1,6 +1,6 @@ ### BUILDER IMAGE ### # syntax=docker/dockerfile:1 -FROM python:3.10-slim AS BUILDER +FROM python:3.12-slim AS BUILDER # set environment variables ENV LANG=C.UTF-8 @@ -21,7 +21,7 @@ COPY requirements.txt ./ RUN pip install --no-cache-dir -r requirements.txt ### APP IMAGE ### -FROM python:3.10-slim AS APP +FROM python:3.12-slim AS APP WORKDIR /app # set environment variables diff --git a/frontend/Dockerfile.nginx b/frontend/Dockerfile.nginx index 510c161a..7360673d 100644 --- a/frontend/Dockerfile.nginx +++ b/frontend/Dockerfile.nginx @@ -1,6 +1,6 @@ ### BUILDER IMAGE ### # syntax=docker/dockerfile:1 -FROM python:3.10-slim AS BUILDER +FROM python:3.12-slim AS BUILDER WORKDIR /app # set environment variables diff --git a/frontend/poetry.lock b/frontend/poetry.lock index 3db1de66..aed08779 100644 --- a/frontend/poetry.lock +++ b/frontend/poetry.lock @@ -25,9 +25,6 @@ files = [ {file = "asgiref-3.7.2.tar.gz", hash = "sha256:9e0ce3aa93a819ba5b45120216b23878cf6e8525eb3848653452b4192b92afed"}, ] -[package.dependencies] -typing-extensions = {version = ">=4", markers = "python_version < \"3.11\""} - [package.extras] tests = ["mypy (>=0.800)", "pytest", "pytest-asyncio"] @@ -962,10 +959,7 @@ files = [ ] [package.dependencies] -numpy = [ - {version = ">=1.23.2", markers = "python_version >= \"3.11\""}, - {version = ">=1.21.0", markers = "python_version >= \"3.10\" and python_version < \"3.11\""}, -] +numpy = {version = ">=1.23.2", markers = "python_version >= \"3.11\""} python-dateutil = ">=2.8.1" pytz = ">=2020.1" @@ -1262,6 +1256,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"}, @@ -1680,5 +1675,5 @@ test = ["coverage (>=5.3)", "tomli (>=2.0.1)", "tox"] [metadata] lock-version = "2.0" -python-versions = ">=3.10,<3.12" -content-hash = "a8a8551d0925ea54eaa0a3892747fc7b5cd9d56e23248a91a6cddc30ea72e5e1" +python-versions = ">=3.12,<3.13" +content-hash = "448bc4b5ee435400bb6d7bf03a38cd497d5188f227e3151c845d573c489ede20" diff --git a/frontend/pyproject.toml b/frontend/pyproject.toml index 36750355..79524c87 100644 --- a/frontend/pyproject.toml +++ b/frontend/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Your Name "] readme = "README.md" [tool.poetry.dependencies] -python = ">=3.10,<3.12" +python = ">=3.12,<3.13" django = "^4.1.7" scikit-learn = "^1.2.2" scipy = "^1.10.1" diff --git a/frontend/requirements.txt b/frontend/requirements.txt index 7e99eea6..c70b7f20 100644 --- a/frontend/requirements.txt +++ b/frontend/requirements.txt @@ -1,7 +1,7 @@ arabic-reshaper==3.0.0 ; python_version >= "3.10" and python_version < "3.12" asgiref==3.7.2 ; python_version >= "3.10" and python_version < "3.12" asn1crypto==1.5.1 ; python_version >= "3.10" and python_version < "3.12" -asteval==0.9.31 ; python_version >= "3.10" and python_version < "3.12" +asteval==0.9.32 ; python_version >= "3.10" and python_version < "3.12" certifi==2024.2.2 ; python_version >= "3.10" and python_version < "3.12" cffi==1.16.0 ; python_version >= "3.10" and python_version < "3.12" and platform_python_implementation != "PyPy" chardet==5.2.0 ; python_version >= "3.10" and python_version < "3.12" @@ -9,11 +9,11 @@ charset-normalizer==3.3.2 ; python_version >= "3.10" and python_version < "3.12" click==8.1.7 ; python_version >= "3.10" and python_version < "3.12" colorama==0.4.6 ; python_version >= "3.10" and python_version < "3.12" and platform_system == "Windows" contourpy==1.2.0 ; python_version >= "3.10" and python_version < "3.12" -cryptography==42.0.4 ; python_version >= "3.10" and python_version < "3.12" +cryptography==42.0.5 ; python_version >= "3.10" and python_version < "3.12" cssselect2==0.7.0 ; python_version >= "3.10" and python_version < "3.12" cycler==0.12.1 ; python_version >= "3.10" and python_version < "3.12" -django==4.2.10 ; python_version >= "3.10" and python_version < "3.12" -fonttools==4.47.2 ; python_version >= "3.10" and python_version < "3.12" +django==4.2.11 ; python_version >= "3.10" and python_version < "3.12" +fonttools==4.49.0 ; python_version >= "3.10" and python_version < "3.12" future==0.18.3 ; python_version >= "3.10" and python_version < "3.12" gunicorn==20.1.0 ; python_version >= "3.10" and python_version < "3.12" html5lib==1.1 ; python_version >= "3.10" and python_version < "3.12" @@ -22,8 +22,8 @@ joblib==1.3.2 ; python_version >= "3.10" and python_version < "3.12" kiwisolver==1.4.5 ; python_version >= "3.10" and python_version < "3.12" lmfit==1.2.2 ; python_version >= "3.10" and python_version < "3.12" lxml==5.1.0 ; python_version >= "3.10" and python_version < "3.12" -matplotlib==3.8.2 ; python_version >= "3.10" and python_version < "3.12" -numpy==1.26.3 ; python_version >= "3.10" and python_version < "3.12" +matplotlib==3.8.3 ; python_version >= "3.10" and python_version < "3.12" +numpy==1.26.4 ; python_version >= "3.10" and python_version < "3.12" oscrypto==1.3.0 ; python_version >= "3.10" and python_version < "3.12" packaging==23.2 ; python_version >= "3.10" and python_version < "3.12" pandas==1.5.3 ; python_version >= "3.10" and python_version < "3.12" @@ -31,31 +31,31 @@ pillow==10.2.0 ; python_version >= "3.10" and python_version < "3.12" pip==23.3.2 ; python_version >= "3.10" and python_version < "3.12" pycparser==2.21 ; python_version >= "3.10" and python_version < "3.12" and platform_python_implementation != "PyPy" pyhanko-certvalidator==0.26.3 ; python_version >= "3.10" and python_version < "3.12" -pyhanko==0.21.0 ; python_version >= "3.10" and python_version < "3.12" -pyparsing==3.1.1 ; python_version >= "3.10" and python_version < "3.12" +pyhanko==0.23.1 ; python_version >= "3.10" and python_version < "3.12" +pyparsing==3.1.2 ; python_version >= "3.10" and python_version < "3.12" pypdf2==3.0.1 ; python_version >= "3.10" and python_version < "3.12" -pypdf==4.0.0 ; python_version >= "3.10" and python_version < "3.12" +pypdf==4.1.0 ; python_version >= "3.10" and python_version < "3.12" pypng==0.20220715.0 ; python_version >= "3.10" and python_version < "3.12" python-bidi==0.4.2 ; python_version >= "3.10" and python_version < "3.12" -python-dateutil==2.8.2 ; python_version >= "3.10" and python_version < "3.12" -pytz==2023.3.post1 ; python_version >= "3.10" and python_version < "3.12" +python-dateutil==2.9.0.post0 ; python_version >= "3.10" and python_version < "3.12" +pytz==2023.4 ; python_version >= "3.10" and python_version < "3.12" pyyaml==6.0.1 ; python_version >= "3.10" and python_version < "3.12" qrcode==7.4.2 ; python_version >= "3.10" and python_version < "3.12" -reportlab==4.0.9 ; python_version >= "3.10" and python_version < "3.12" +reportlab==4.1.0 ; python_version >= "3.10" and python_version < "3.12" requests==2.31.0 ; python_version >= "3.10" and python_version < "3.12" -scikit-learn==1.4.0 ; python_version >= "3.10" and python_version < "3.12" +scikit-learn==1.4.1.post1 ; python_version >= "3.10" and python_version < "3.12" scipy==1.12.0 ; python_version >= "3.10" and python_version < "3.12" -setuptools==69.0.3 ; python_version >= "3.10" and python_version < "3.12" +setuptools==69.2.0 ; python_version >= "3.10" and python_version < "3.12" six==1.16.0 ; python_version >= "3.10" and python_version < "3.12" sqlparse==0.4.4 ; python_version >= "3.10" and python_version < "3.12" svglib==1.5.1 ; python_version >= "3.10" and python_version < "3.12" -threadpoolctl==3.2.0 ; python_version >= "3.10" and python_version < "3.12" +threadpoolctl==3.3.0 ; python_version >= "3.10" and python_version < "3.12" tinycss2==1.2.1 ; python_version >= "3.10" and python_version < "3.12" -typing-extensions==4.9.0 ; python_version >= "3.10" and python_version < "3.12" +typing-extensions==4.10.0 ; python_version >= "3.10" and python_version < "3.12" tzdata==2023.4 ; python_version >= "3.10" and python_version < "3.12" and (sys_platform == "win32" or platform_system == "Windows") tzlocal==5.2 ; python_version >= "3.10" and python_version < "3.12" uncertainties==3.1.7 ; python_version >= "3.10" and python_version < "3.12" uritools==4.0.2 ; python_version >= "3.10" and python_version < "3.12" -urllib3==2.1.0 ; python_version >= "3.10" and python_version < "3.12" +urllib3==2.2.1 ; python_version >= "3.10" and python_version < "3.12" webencodings==0.5.1 ; python_version >= "3.10" and python_version < "3.12" -xhtml2pdf==0.2.14 ; python_version >= "3.10" and python_version < "3.12" +xhtml2pdf==0.2.15 ; python_version >= "3.10" and python_version < "3.12"