aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2025-05-31 10:06:01 +0100
committerGravatar GitHub <[email protected]>2025-05-31 10:06:01 +0100
commitf4eeb1e853bb89ae05979733f6ebb57ee95f118e (patch)
tree4802185486702b5316d3b44fca3ab4987ac54037 /pyproject.toml
parentMerge pull request #3330 from python-discord/dependabot/pip/pip-75f0befae6 (diff)
parentBump deepdiff from 7.0.1 to 8.5.0 (diff)
Merge pull request #3323 from python-discord/dependabot/pip/deepdiff-8.5.0
Bump deepdiff from 7.0.1 to 8.5.0
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 6b4b44a0e..4c32ae488 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@ arrow = "1.3.0"
beautifulsoup4 = "4.12.3"
colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" }
coloredlogs = "15.0.1"
-deepdiff = "7.0.1"
+deepdiff = "8.5.0"
emoji = "2.14.1"
feedparser = "6.0.11"
lxml = "5.3.1"