diff options
author | 2024-01-19 00:50:50 +0000 | |
---|---|---|
committer | 2024-01-19 00:50:50 +0000 | |
commit | 5c805a56583eb61428b44f250c2b772c1c56dc94 (patch) | |
tree | 2a2ff8142bf64f2ac47846177da1c3bf064b29d1 | |
parent | Bump ruff from 0.1.12 to 0.1.13 (#1430) (diff) |
Bump beautifulsoup4 from 4.12.2 to 4.12.3 (#1431)
Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.12.2 to 4.12.3.
---
updated-dependencies:
- dependency-name: beautifulsoup4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | poetry.lock | 11 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 8 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 7f85a9e8..60d4da86 100644 --- a/poetry.lock +++ b/poetry.lock @@ -202,19 +202,22 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte [[package]] name = "beautifulsoup4" -version = "4.12.2" +version = "4.12.3" description = "Screen-scraping library" optional = false python-versions = ">=3.6.0" files = [ - {file = "beautifulsoup4-4.12.2-py3-none-any.whl", hash = "sha256:bd2520ca0d9d7d12694a53d44ac482d181b4ec1888909b035a3dbf40d0f57d4a"}, - {file = "beautifulsoup4-4.12.2.tar.gz", hash = "sha256:492bbc69dca35d12daac71c4db1bfff0c876c00ef4a2ffacce226d4638eb72da"}, + {file = "beautifulsoup4-4.12.3-py3-none-any.whl", hash = "sha256:b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed"}, + {file = "beautifulsoup4-4.12.3.tar.gz", hash = "sha256:74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051"}, ] [package.dependencies] soupsieve = ">1.2" [package.extras] +cchardet = ["cchardet"] +chardet = ["chardet"] +charset-normalizer = ["charset-normalizer"] html5lib = ["html5lib"] lxml = ["lxml"] @@ -1821,4 +1824,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "2db187590c5a7b694b3b935bf088d541360dc76ffc9a131be3b0cf09c9468350" +content-hash = "26ade6906ef82e1f950c6b7b07aa49c2f8e64f6cdbdd53517402f8d8161fc9fe" diff --git a/pyproject.toml b/pyproject.toml index 760d3e07..a268bc10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ pydis_core = { version = "10.5.1", extras = ["async-rediscache"] } rapidfuzz = "3.6.1" arrow = "1.3.0" -beautifulsoup4 = "4.12.2" +beautifulsoup4 = "4.12.3" pillow = "10.2.0" sentry-sdk = "1.39.2" PyYAML = "6.0.1" |