diff options
author | 2023-02-09 18:35:53 +0000 | |
---|---|---|
committer | 2023-02-09 18:35:53 +0000 | |
commit | 87a9b8073febfa972e6199abece6cc25c988cfda (patch) | |
tree | 6a3273283f3054a612961f7d653237379ffd6ceb | |
parent | Bump pre-commit from 3.0.2 to 3.0.4 (#1205) (diff) |
Bump beautifulsoup4 from 4.11.1 to 4.11.2 (#1201)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xithrius <[email protected]>
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index e042da70..72872198 100644 --- a/poetry.lock +++ b/poetry.lock @@ -225,14 +225,14 @@ tests-no-zope = ["cloudpickle", "cloudpickle", "hypothesis", "hypothesis", "mypy [[package]] name = "beautifulsoup4" -version = "4.11.1" +version = "4.11.2" description = "Screen-scraping library" category = "main" optional = false python-versions = ">=3.6.0" files = [ - {file = "beautifulsoup4-4.11.1-py3-none-any.whl", hash = "sha256:58d5c3d29f5a36ffeb94f02f0d786cd53014cf9b3b3951d42e0080d8a9498d30"}, - {file = "beautifulsoup4-4.11.1.tar.gz", hash = "sha256:ad9aa55b65ef2808eb405f46cf74df7fcb7044d5cbc26487f96eb2ef2e436693"}, + {file = "beautifulsoup4-4.11.2-py3-none-any.whl", hash = "sha256:0e79446b10b3ecb499c1556f7e228a53e64a2bfcebd455f370d8927cb5b59e39"}, + {file = "beautifulsoup4-4.11.2.tar.gz", hash = "sha256:bc4bdda6717de5a2987436fb8d72f45dc90dd856bdfd512a1314ce90349a0106"}, ] [package.dependencies] @@ -1936,4 +1936,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "39fade83bea2f10b553927cb8f73d05aa4e45950a86ebba2a8887e586c791e4d" +content-hash = "db9b2b3859d2aa05f4448b3342796931a48b1f4a44ea8100288aae7a449b0ce7" diff --git a/pyproject.toml b/pyproject.toml index 60877501..9eea8f4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ aiodns = "3.0.0" aioredis = "2.0.1" rapidfuzz = "2.13.7" arrow = "1.2.3" -beautifulsoup4 = "4.11.1" +beautifulsoup4 = "4.11.2" pillow = "9.4.0" sentry-sdk = "1.15.0" PyYAML = "6.0" |