diff --git a/poetry.lock b/poetry.lock index a01cc68..eb0f7ae 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1584,14 +1584,14 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [[package]] name = "werkzeug" -version = "3.1.4" +version = "3.1.5" 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.5-py3-none-any.whl", hash = "sha256:5111e36e91086ece91f93268bb39b4a35c1e6f1feac762c9c822ded0a4e322dc"}, + {file = "werkzeug-3.1.5.tar.gz", hash = "sha256:6a548b0e88955dd07ccb25539d7d0cc97417ee9e179677d22c7041c8f078ce67"}, ] [package.dependencies] @@ -1621,4 +1621,4 @@ gitlab = ["python-gitlab"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "20a729dd668ffae9017cda5196857dfbfddd3cca861f2971552e5ec1086b8e31" +content-hash = "384296b2c124a3c53de298388182db2cf15c577bb7fbbfadefa229210c01eab2" diff --git a/pyproject.toml b/pyproject.toml index a6e59dc..ac1405d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ semver = "^3.0.4" toml = "^0.10.0" MarkupSafe = "3.0.3" itsdangerous = "2.2.0" -werkzeug = "3.1.4" +werkzeug = "3.1.5" types-requests = "^2.32.4" types-toml = "^0.10.8" types-PyYAML = "6.0.12.20250915"