aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2023-04-06 23:57:50 +0100
committerGravatar GitHub <[email protected]>2023-04-06 23:57:50 +0100
commitc92f2cc54b8e1d1de8dc701e5a821bb3a5771120 (patch)
treeb067708a42a3178258ead42daea0967a2a888f60
parentBump sentry-sdk from 1.18.0 to 1.19.0 (#1249) (diff)
parentBump beautifulsoup4 from 4.12.0 to 4.12.1 (diff)
Merge pull request #1250 from python-discord/dependabot/pip/beautifulsoup4-4.12.1
Bump beautifulsoup4 from 4.12.0 to 4.12.1
-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 92fa0921..8ee83bc3 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -206,14 +206,14 @@ tests-no-zope = ["cloudpickle", "cloudpickle", "hypothesis", "hypothesis", "mypy
[[package]]
name = "beautifulsoup4"
-version = "4.12.0"
+version = "4.12.1"
description = "Screen-scraping library"
category = "main"
optional = false
python-versions = ">=3.6.0"
files = [
- {file = "beautifulsoup4-4.12.0-py3-none-any.whl", hash = "sha256:2130a5ad7f513200fae61a17abb5e338ca980fa28c439c0571014bc0217e9591"},
- {file = "beautifulsoup4-4.12.0.tar.gz", hash = "sha256:c5fceeaec29d09c84970e47c65f2f0efe57872f7cff494c9691a26ec0ff13234"},
+ {file = "beautifulsoup4-4.12.1-py3-none-any.whl", hash = "sha256:e44795bb4f156d94abb5fbc56efff871c1045bfef72e9efe77558db9f9616ac3"},
+ {file = "beautifulsoup4-4.12.1.tar.gz", hash = "sha256:c7bdbfb20a0dbe09518b96a809d93351b2e2bcb8046c0809466fa6632a10c257"},
]
[package.dependencies]
@@ -1979,4 +1979,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "b5737e4d241910041cab25a6b72fc325076bf96b69c3c16694c6c3b12fcfe151"
+content-hash = "3ccc909780bac15eb57e5c075d026658955a54c67e3d90760fb2581db605ca02"
diff --git a/pyproject.toml b/pyproject.toml
index f4194cf0..acf42403 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.15.0"
arrow = "1.2.3"
-beautifulsoup4 = "4.12.0"
+beautifulsoup4 = "4.12.1"
pillow = "9.5.0"
sentry-sdk = "1.19.0"
PyYAML = "6.0"