diff --git a/src/kubedash/poetry.lock b/src/kubedash/poetry.lock index 3e04cc02..298a7dc4 100644 --- a/src/kubedash/poetry.lock +++ b/src/kubedash/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.0 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 = "alembic" @@ -126,7 +126,7 @@ description = "Timeout context manager for asyncio programs" optional = false python-versions = ">=3.8" groups = ["main"] -markers = "python_full_version < \"3.11.3\"" +markers = "(python_version == \"3.11\" or platform_python_implementation != \"CPython\") and python_full_version < \"3.11.3\"" files = [ {file = "async_timeout-5.0.1-py3-none-any.whl", hash = "sha256:39e3809566ff85354557ec2398b55e096c8364bacac9405a7a1fa429e77fe76c"}, {file = "async_timeout-5.0.1.tar.gz", hash = "sha256:d9321a7a3d5a6a5e187e824d2fa0793ce379a202935782d555d6e9d2735677d3"}, @@ -279,6 +279,7 @@ description = "Python bindings for the Brotli compression library" optional = false python-versions = "*" groups = ["main"] +markers = "platform_python_implementation == \"CPython\"" files = [ {file = "brotli-1.2.0-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:99cfa69813d79492f0e5d52a20fd18395bc82e671d5d40bd5a91d13e75e468e8"}, {file = "brotli-1.2.0-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:3ebe801e0f4e56d17cd386ca6600573e3706ce1845376307f5d2cbd32149b69a"}, @@ -4570,14 +4571,14 @@ test = ["websockets"] [[package]] name = "werkzeug" -version = "3.1.4" +version = "3.1.6" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "werkzeug-3.1.4-py3-none-any.whl", hash = "sha256:2ad50fb9ed09cc3af22c54698351027ace879a0b60a3b5edf5730b2f7d876905"}, - {file = "werkzeug-3.1.4.tar.gz", hash = "sha256:cd3cd98b1b92dc3b7b3995038826c68097dcb16f9baa63abe35f20eafeb9fe5e"}, + {file = "werkzeug-3.1.6-py3-none-any.whl", hash = "sha256:7ddf3357bb9564e407607f988f683d72038551200c704012bb9a4c523d42f131"}, + {file = "werkzeug-3.1.6.tar.gz", hash = "sha256:210c6bede5a420a913956b4791a7f4d6843a43b6fcee4dfa08a65e93007d0d25"}, ] [package.dependencies] @@ -4885,4 +4886,4 @@ test = ["pytest"] [metadata] lock-version = "2.1" python-versions = ">=3.11,<3.13" -content-hash = "ae5ef76f8dd734734eb015867ad1cd51834349672fa5cde753cb281f32b43d03" +content-hash = "c75701c160513a5f1b9cfc156de656e7061a9e0d29311826e3bfc6c824854322" diff --git a/src/kubedash/pyproject.toml b/src/kubedash/pyproject.toml index 9e7ebd09..f5500aa2 100644 --- a/src/kubedash/pyproject.toml +++ b/src/kubedash/pyproject.toml @@ -13,7 +13,7 @@ requires-python = ">=3.11" python = ">=3.11,<3.13" Flask = "3.0.2" weasyprint = "^56.1" -Werkzeug = "3.1.4" +Werkzeug = "3.1.6" flask-login = "0.6.3" flask-sqlalchemy = "3.0.5" eventlet = "0.40.3"