diff --git a/poetry.lock b/poetry.lock index 39da046..0de92c8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 79b6a47..b934bd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"