aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2023-04-07 19:58:43 +0100
committerGravatar GitHub <[email protected]>2023-04-07 19:58:43 +0100
commitbf43046cb53e77cb0d8e7fc26ea9e5ed70655988 (patch)
treec1c102a591bdea047e5c6eb9feae4b0653556226
parentMerge pull request #2519 from python-discord/fix_modlog (diff)
parentBump beautifulsoup4 from 4.12.0 to 4.12.2 (diff)
Merge pull request #2521 from python-discord/dependabot/pip/beautifulsoup4-4.12.2
Bump beautifulsoup4 from 4.12.0 to 4.12.2
-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 16b1a818a..acee6d61b 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -227,14 +227,14 @@ tests-no-zope = ["cloudpickle", "cloudpickle", "hypothesis", "hypothesis", "mypy
[[package]]
name = "beautifulsoup4"
-version = "4.12.0"
+version = "4.12.2"
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.2-py3-none-any.whl", hash = "sha256:bd2520ca0d9d7d12694a53d44ac482d181b4ec1888909b035a3dbf40d0f57d4a"},
+ {file = "beautifulsoup4-4.12.2.tar.gz", hash = "sha256:492bbc69dca35d12daac71c4db1bfff0c876c00ef4a2ffacce226d4638eb72da"},
]
[package.dependencies]
@@ -2463,4 +2463,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "8320ac81317471723d090062aecf8bfd237933bc7c4ef0eca63e0522a3d975f3"
+content-hash = "92327bb88679fda5efd5d4af8171df8fc70745655e6c5248d1cfb1415718925f"
diff --git a/pyproject.toml b/pyproject.toml
index 988cb7d18..d6dcdcab7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -13,7 +13,7 @@ pydis_core = { version = "9.5.1", extras = ["async-rediscache"] }
aiohttp = "3.8.4"
arrow = "1.2.3"
-beautifulsoup4 = "4.12.0"
+beautifulsoup4 = "4.12.2"
colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" }
coloredlogs = "15.0.1"
deepdiff = "6.3.0"