aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
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 /pyproject.toml
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>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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"