From cb12dfe28c75546fc9163fb9c44e145120c407af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 14:13:36 +0000 Subject: [PATCH] build(deps): bump werkzeug from 3.1.7 to 3.1.8 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.7 to 3.1.8. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/3.1.7...3.1.8) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 41ab737..994da8a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.3 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 = "aniso8601" @@ -805,7 +805,7 @@ files = [ [package.dependencies] attrs = ">=22.2.0" -jsonschema-specifications = ">=2023.3.6" +jsonschema-specifications = ">=2023.03.6" referencing = ">=0.28.4" rpds-py = ">=0.25.0" @@ -2061,14 +2061,14 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [[package]] name = "werkzeug" -version = "3.1.7" +version = "3.1.8" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "werkzeug-3.1.7-py3-none-any.whl", hash = "sha256:4b314d81163a3e1a169b6a0be2a000a0e204e8873c5de6586f453c55688d422f"}, - {file = "werkzeug-3.1.7.tar.gz", hash = "sha256:fb8c01fe6ab13b9b7cdb46892b99b1d66754e1d7ab8e542e865ec13f526b5351"}, + {file = "werkzeug-3.1.8-py3-none-any.whl", hash = "sha256:63a77fb8892bf28ebc3178683445222aa500e48ebad5ec77b0ad80f8726b1f50"}, + {file = "werkzeug-3.1.8.tar.gz", hash = "sha256:9bad61a4268dac112f1c5cd4630a56ede601b6ed420300677a869083d70a4c44"}, ] [package.dependencies] @@ -2202,4 +2202,4 @@ email = ["email-validator"] [metadata] lock-version = "2.1" python-versions = "^3.10,<3.15" -content-hash = "300987199b451ee86d1173a83b1a4dc13ec28b5dc1e79524f39d76c7efb4febc" +content-hash = "77686107dc8fc6cd27164022753a90c7da14aa33d97f23b91001658678a71d31" diff --git a/pyproject.toml b/pyproject.toml index 4c285f1..4d6ab52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ scripts_controller = "bin.scripts_controller:main" python = "^3.10,<3.15" redis = {version = "^5.3.0,<6.0", extras = ["hiredis"]} flask-restx = "^1.3.2" -werkzeug = "^3.1.7" +werkzeug = "^3.1.8" gunicorn = "^25.3.0" cron-converter = "^1.3.1" bootstrap-flask = "^2.5.0"