chore(deps): bump types-beautifulsoup4 from 4.12.0.5 to 4.12.0.6 (#63)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-14 21:29:00 -03:00 committed by GitHub
parent 242a146eee
commit 59ac1c27be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1570,13 +1570,13 @@ files = [
[[package]]
name = "types-beautifulsoup4"
version = "4.12.0.5"
version = "4.12.0.6"
description = "Typing stubs for beautifulsoup4"
optional = false
python-versions = "*"
files = [
{file = "types-beautifulsoup4-4.12.0.5.tar.gz", hash = "sha256:d9be456416a62a5b9740559592e1063a69d4b0a1b83911d878558c8ae8e07074"},
{file = "types_beautifulsoup4-4.12.0.5-py3-none-any.whl", hash = "sha256:718364c8e6787884501c700b1d22b6c0a8711bf9d6c9bf96e1fba81495bc46a8"},
{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"},
]
[package.dependencies]
@ -1898,4 +1898,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "b5377305fde4c48c7e053a6451a50801de540948aa9f3149ac23041422011b4e"
content-hash = "13cc67e42813b969f20197b0cd9209e0e51c00a52b0b3015bd545280f6209f0b"

View File

@ -22,7 +22,7 @@ types-ujson = "^5.8.0.1"
types-aiofiles = "^23.1.0.5"
sanic-testing = "^23.6.0"
pytest-asyncio = "^0.21.1"
types-beautifulsoup4 = "^4.12.0.5"
types-beautifulsoup4 = "^4.12.0.6"
pytest-md = "^0.2.0"
pytest-emoji = "^0.2.0"
coverage = "^7.2.7"