From 255b3327ac64eaead000109d7a2c5739c2f827f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 18:41:23 +0000 Subject: [PATCH] Bump beautifulsoup4 from 4.13.4 to 4.13.5 (#1931) Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.13.4 to 4.13.5. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.13.5 dependency-type: direct:production update-type: version-update:semver-patch ... 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 15219a0c3..0536247f5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -357,14 +357,14 @@ typecheck = ["mypy"] [[package]] name = "beautifulsoup4" -version = "4.13.4" +version = "4.13.5" description = "Screen-scraping library" optional = false python-versions = ">=3.7.0" groups = ["main"] files = [ - {file = "beautifulsoup4-4.13.4-py3-none-any.whl", hash = "sha256:9bbbb14bfde9d79f38b8cd5f8c7c85f4b8f2523190ebed90e950a8dea4cb1c4b"}, - {file = "beautifulsoup4-4.13.4.tar.gz", hash = "sha256:dbb3c4e1ceae6aefebdaf2423247260cd062430a410e38c66f2baa50a8437195"}, + {file = "beautifulsoup4-4.13.5-py3-none-any.whl", hash = "sha256:642085eaa22233aceadff9c69651bc51e8bf3f874fb6d7104ece2beb24b47c4a"}, + {file = "beautifulsoup4-4.13.5.tar.gz", hash = "sha256:5e70131382930e7c3de33450a2f54a63d5e4b19386eab43a5b34d594268f3695"}, ] [package.dependencies] @@ -5673,4 +5673,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.9" -content-hash = "0efefe1c6090b5defc8d69507886be5a43275b320472216922d537579b307e03" +content-hash = "d007819c50fbf59767a8edf3267e3d8e0dae3f148881e2d9e33afd8be274f8e5" diff --git a/pyproject.toml b/pyproject.toml index b8ef3203f..aaecd2d13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ readme = "README.md" python = "^3.12.9" alembic = "==1.16.4" amqp = "==5.3.1" -beautifulsoup4 = "==4.13.4" +beautifulsoup4 = "==4.13.5" boto3 = "^1.38.27" botocore = "^1.38.27" cachetools = "==6.2.0"