From 20e80b0eeaf17e01362e5693c3a52f91dc027d5e Mon Sep 17 00:00:00 2001 From: florianhandke Date: Thu, 30 Jul 2026 14:20:20 +0200 Subject: [PATCH] Fix Depandabot alerts in pyproject.toml + uv.lock --- pyproject.toml | 4 ++-- uv.lock | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8b72271c9..4413eb141 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dev = [ "docutils-stubs >= 0.0.22, < 0.0.23", "pyopenssl >=26, <27", "werkzeug >= 3.1.3, < 4", - "beautifulsoup4 >= 4.13.4", + "beautifulsoup4 >= 4.15.0", "ruff==0.16.0", "requests>=2.32.3", "behave==1.3.3", @@ -77,7 +77,7 @@ docs = [ "sphinxcontrib-mermaid>=0.9.2", "furo >= 2024.8.6", "pillow >= 11.2.1", - "sphinxcontrib-openapi>=0.8.4", + "sphinxcontrib-openapi>=0.9.0", "myst-parser[linkify]>=5.1.0", "roman-numerals>=4.1.0", ] diff --git a/uv.lock b/uv.lock index 77ac92ab5..4c60a35f0 100644 --- a/uv.lock +++ b/uv.lock @@ -322,15 +322,15 @@ wheels = [ [[package]] name = "beautifulsoup4" -version = "4.14.3" +version = "4.15.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "soupsieve" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/c3/b0/1c6a16426d389813b48d95e26898aff79abbde42ad353958ad95cc8c9b21/beautifulsoup4-4.14.3.tar.gz", hash = "sha256:6292b1c5186d356bba669ef9f7f051757099565ad9ada5dd630bd9de5fa7fb86", size = 627737, upload-time = "2025-11-30T15:08:26.084Z" } +sdist = { url = "https://files.pythonhosted.org/packages/43/65/318323f98dbee45d42dff61d8f047181bc6f2268a9068cfad035a46be5af/beautifulsoup4-4.15.0.tar.gz", hash = "sha256:288e3ca7d54b06f2ac191970bc275c1939cb46d450b255bf6718b04aa37ab4f7", size = 632571, upload-time = "2026-06-07T16:44:20.453Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/1a/39/47f9197bdd44df24d67ac8893641e16f386c984a0619ef2ee4c51fbbc019/beautifulsoup4-4.14.3-py3-none-any.whl", hash = "sha256:0918bfe44902e6ad8d57732ba310582e98da931428d231a5ecb9e7c703a735bb", size = 107721, upload-time = "2025-11-30T15:08:24.087Z" }, + { url = "https://files.pythonhosted.org/packages/88/c6/92fcd42f1ba33e1184263f25bfabf3d27c383410470f169e4b8163bf9c17/beautifulsoup4-4.15.0-py3-none-any.whl", hash = "sha256:d6f88de62e1d4e38ecb1077eb9724cd0eff29d2a08ca16a401e9b9e93f117cf9", size = 109924, upload-time = "2026-06-07T16:44:21.566Z" }, ] [[package]] @@ -2527,7 +2527,7 @@ requires-dist = [ dev = [ { name = "allure-behave", specifier = ">=2.14.3" }, { name = "allure-pytest", specifier = ">=2.14.3" }, - { name = "beautifulsoup4", specifier = ">=4.13.4" }, + { name = "beautifulsoup4", specifier = ">=4.15.0" }, { name = "behave", specifier = "==1.3.3" }, { name = "behave-django", specifier = "==2.0.0" }, { name = "behave-html-pretty-formatter", specifier = ">=1.14.1" }, @@ -2557,7 +2557,7 @@ docs = [ { name = "sphinx", specifier = ">=9.1.0" }, { name = "sphinx-autoapi", specifier = ">=3.6.0" }, { name = "sphinxcontrib-mermaid", specifier = ">=0.9.2" }, - { name = "sphinxcontrib-openapi", specifier = ">=0.8.4" }, + { name = "sphinxcontrib-openapi", specifier = ">=0.9.0" }, { name = "sphinxcontrib-plantuml", specifier = ">=0.30" }, ]