From f2f0d0e1edb5cf5c962c0c7554ea19a469f535bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 16:07:44 +0000 Subject: [PATCH] Bump beautifulsoup4 from 4.13.5 to 4.14.2 (#2955) Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.13.5 to 4.14.2. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.14.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b807a9966..dc2c26e4c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -122,14 +122,14 @@ yaml = ["PyYAML"] [[package]] name = "beautifulsoup4" -version = "4.13.5" +version = "4.14.2" description = "Screen-scraping library" optional = false python-versions = ">=3.7.0" groups = ["main"] files = [ - {file = "beautifulsoup4-4.13.5-py3-none-any.whl", hash = "sha256:642085eaa22233aceadff9c69651bc51e8bf3f874fb6d7104ece2beb24b47c4a"}, - {file = "beautifulsoup4-4.13.5.tar.gz", hash = "sha256:5e70131382930e7c3de33450a2f54a63d5e4b19386eab43a5b34d594268f3695"}, + {file = "beautifulsoup4-4.14.2-py3-none-any.whl", hash = "sha256:5ef6fa3a8cbece8488d66985560f97ed091e22bbc4e9c2338508a9d5de6d4515"}, + {file = "beautifulsoup4-4.14.2.tar.gz", hash = "sha256:2a98ab9f944a11acee9cc848508ec28d9228abfd522ef0fad6a02a72e0ded69e"}, ] [package.dependencies] @@ -4398,4 +4398,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "085fe75352389e3b99c347dfe9a5b88232068bc4f48ea968af7d82a5f1c137bf" +content-hash = "9c3ffe2dc655c4f3c127dc0b75bd7efedb2402c66b52580c5d812c14bfa0f7cb" diff --git a/pyproject.toml b/pyproject.toml index 25d3ddb07..e6a275cdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ package-mode = false axe-core-python = "^0.1.0" python = "^3.13.2" ago = "~=0.1.0" -beautifulsoup4 = "^4.13.5" +beautifulsoup4 = "^4.14.2" blinker = "~=1.8" gevent = "==25.9.1" exceptiongroup = "==1.3.0"