From a276b159e3a971cce090d751a8cfc4697943cea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 19:16:50 +0000 Subject: [PATCH] chore(deps): bump types-beautifulsoup4 from 4.12.0.6 to 4.12.0.7 Bumps [types-beautifulsoup4](https://github.com/python/typeshed) from 4.12.0.6 to 4.12.0.7. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-beautifulsoup4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index f4b0672..4e2140b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2250,13 +2250,13 @@ files = [ [[package]] name = "types-beautifulsoup4" -version = "4.12.0.6" +version = "4.12.0.7" description = "Typing stubs for beautifulsoup4" optional = false -python-versions = "*" +python-versions = ">=3.7" files = [ - {file = "types-beautifulsoup4-4.12.0.6.tar.gz", hash = "sha256:045ab285d3e540186e16133612f43f67e31f910e6d7578906b43a0ad8f811347"}, - {file = "types_beautifulsoup4-4.12.0.6-py3-none-any.whl", hash = "sha256:3da00d754e73afae0ec2793253af0cb9aa1ff2c730e34b31c60313da781b4f6f"}, + {file = "types-beautifulsoup4-4.12.0.7.tar.gz", hash = "sha256:59980028d29bf55d0db359efa305b75bacf0cb92e3f3f6b3fd408f2531df274c"}, + {file = "types_beautifulsoup4-4.12.0.7-py3-none-any.whl", hash = "sha256:8b03b054cb2e62abf82bbbeda57a07257026f4ed9010ef17d8f8eff43bb1f9b7"}, ] [package.dependencies] @@ -2667,4 +2667,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "601d80f61f9f1951ab308501c975265694fd6401a080998d73429833a3398701" +content-hash = "ec4bba6b38866305a0b27431b0a26fb46a6aaf0b8a964e6ac5f06202f588cb66" diff --git a/pyproject.toml b/pyproject.toml index 21fb980..7463869 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ types-ujson = "^5.8.0.1" types-aiofiles = "^23.2.0.0" sanic-testing = "^23.6.0" pytest-asyncio = "^0.21.1" -types-beautifulsoup4 = "^4.12.0.6" +types-beautifulsoup4 = "^4.12.0.7" pytest-md = "^0.2.0" pytest-emoji = "^0.2.0" coverage = "^7.3.2"