diff --git a/poetry.lock b/poetry.lock index 54719db8c..0c498d970 100644 --- a/poetry.lock +++ b/poetry.lock @@ -391,18 +391,18 @@ typecheck = ["mypy"] [[package]] name = "beautifulsoup4" -version = "4.14.2" +version = "4.14.3" description = "Screen-scraping library" optional = false python-versions = ">=3.7.0" groups = ["main"] files = [ - {file = "beautifulsoup4-4.14.2-py3-none-any.whl", hash = "sha256:5ef6fa3a8cbece8488d66985560f97ed091e22bbc4e9c2338508a9d5de6d4515"}, - {file = "beautifulsoup4-4.14.2.tar.gz", hash = "sha256:2a98ab9f944a11acee9cc848508ec28d9228abfd522ef0fad6a02a72e0ded69e"}, + {file = "beautifulsoup4-4.14.3-py3-none-any.whl", hash = "sha256:0918bfe44902e6ad8d57732ba310582e98da931428d231a5ecb9e7c703a735bb"}, + {file = "beautifulsoup4-4.14.3.tar.gz", hash = "sha256:6292b1c5186d356bba669ef9f7f051757099565ad9ada5dd630bd9de5fa7fb86"}, ] [package.dependencies] -soupsieve = ">1.2" +soupsieve = ">=1.6.1" typing-extensions = ">=4.0.0" [package.extras] @@ -5977,4 +5977,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "0fba39098cd1fc3a69649a880e561b2c1c54532c5b503dd3b729815cd98b70e5" +content-hash = "4d25430568df94d4ec0772a3d406a4fffa9f9cf8394e732511877294434699f2" diff --git a/pyproject.toml b/pyproject.toml index ff1ef43df..34530c5cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ readme = "README.md" python = "^3.13.2" alembic = "==1.17.2" amqp = "==5.3.1" -beautifulsoup4 = "==4.14.2" +beautifulsoup4 = "==4.14.3" boto3 = "^1.38.27" botocore = "^1.38.27" cachetools = "==6.2.2"