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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-11-19 19:16:50 +00:00 committed by Alexandre Teles (afterSt0rm)
parent 37c375ed30
commit a276b159e3
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -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"

View File

@ -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"