From cfddffd109b9e8bd9ac3725dd9a1f4056649133b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 10:59:50 +0000 Subject: [PATCH] build(deps-dev): bump types-beautifulsoup4 from 4.12.0.1 to 4.12.0.2 Bumps [types-beautifulsoup4](https://github.com/python/typeshed) from 4.12.0.1 to 4.12.0.2. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-beautifulsoup4 dependency-type: direct:development 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 c2970ad6..e2e96fc2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.1 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "aiohttp" @@ -2661,14 +2661,14 @@ test = ["argcomplete (>=2.0)", "pre-commit", "pytest", "pytest-mock"] [[package]] name = "types-beautifulsoup4" -version = "4.12.0.1" +version = "4.12.0.2" description = "Typing stubs for beautifulsoup4" category = "dev" optional = false python-versions = "*" files = [ - {file = "types-beautifulsoup4-4.12.0.1.tar.gz", hash = "sha256:57bcd40e84c8d292c0a1de5267751a3a399ae49a3d826d9a999bc72fe94dcae3"}, - {file = "types_beautifulsoup4-4.12.0.1-py3-none-any.whl", hash = "sha256:8eaae29a605e5bb46a34160587f61a2a0af9ecfcefbaac983dd67b96ace1ed85"}, + {file = "types-beautifulsoup4-4.12.0.2.tar.gz", hash = "sha256:4d689bc581af6832ab7c47d67de9d4875eb8c23f6dea4d1c9efb2d28999c7ce9"}, + {file = "types_beautifulsoup4-4.12.0.2-py3-none-any.whl", hash = "sha256:b09bb3062ad3fbae02f38cc7de2d1acfa494b34818445be57b18b733b4cac370"}, ] [package.dependencies] @@ -3135,4 +3135,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "41e11a416c99f307a80e1a7f48cd24146314b56350fcafe77d06076242433aff" +content-hash = "010f0be8097a6b0b3e25ae7cf9701ab3e3f7490143ee9021b1990b3557ff5349" diff --git a/pyproject.toml b/pyproject.toml index 513a7744..86deff25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ types-requests = "^2.28.11.17" types-pkg-resources = "^0.1.3" types-Deprecated = "^1.2.9.2" types-python-dateutil = "^2.8.19.12" -types-beautifulsoup4 = "^4.12.0.1" +types-beautifulsoup4 = "^4.12.0.2" types-Pillow = "^9.4.0.19" [build-system]