aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-29 20:56:32 +0000
committerGravatar GitHub <[email protected]>2023-03-29 20:56:32 +0000
commitf744f467c25ec3c6225e9f9bf00a3a2359d8fc81 (patch)
treef359ac2ff59a9ceb8226555db6cdc47afad66079
parentBump pre-commit from 3.2.0 to 3.2.1 (#1238) (diff)
Bump beautifulsoup4 from 4.11.2 to 4.12.0 (#1235)
Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.11.2 to 4.12.0. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index d619b949..021648a4 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -206,14 +206,14 @@ tests-no-zope = ["cloudpickle", "cloudpickle", "hypothesis", "hypothesis", "mypy
[[package]]
name = "beautifulsoup4"
-version = "4.11.2"
+version = "4.12.0"
description = "Screen-scraping library"
category = "main"
optional = false
python-versions = ">=3.6.0"
files = [
- {file = "beautifulsoup4-4.11.2-py3-none-any.whl", hash = "sha256:0e79446b10b3ecb499c1556f7e228a53e64a2bfcebd455f370d8927cb5b59e39"},
- {file = "beautifulsoup4-4.11.2.tar.gz", hash = "sha256:bc4bdda6717de5a2987436fb8d72f45dc90dd856bdfd512a1314ce90349a0106"},
+ {file = "beautifulsoup4-4.12.0-py3-none-any.whl", hash = "sha256:2130a5ad7f513200fae61a17abb5e338ca980fa28c439c0571014bc0217e9591"},
+ {file = "beautifulsoup4-4.12.0.tar.gz", hash = "sha256:c5fceeaec29d09c84970e47c65f2f0efe57872f7cff494c9691a26ec0ff13234"},
]
[package.dependencies]
@@ -1986,4 +1986,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "69935b5e15bfe322a6b383b0f33e1e86f0efd041998db2741f45793ff0dca074"
+content-hash = "e1c08a8fe45c0c11ca95c47504ee8b117dcca3baa66b3cc413e8aafbb1f3ade8"
diff --git a/pyproject.toml b/pyproject.toml
index 8de9f0ef..84a2cbbc 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,7 +14,7 @@ pydis_core = { version = "9.5.1", extras = ["async-rediscache"] }
aiodns = "3.0.0"
rapidfuzz = "2.13.7"
arrow = "1.2.3"
-beautifulsoup4 = "4.11.2"
+beautifulsoup4 = "4.12.0"
pillow = "9.4.0"
sentry-sdk = "1.17.0"
PyYAML = "6.0"