aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-12 21:07:49 +0100
committerGravatar GitHub <[email protected]>2023-09-12 21:07:49 +0100
commit5c1a92b2f915ba39eb801d0056e83dc31338eecf (patch)
tree6e198caff4d9dce89da6e56eb7d5e9d7c2c2ec06 /pyproject.toml
parentBump docker/setup-buildx-action from 2 to 3 (#2751) (diff)
Bump deepdiff from 6.4.1 to 6.5.0 (#2754)
Bumps [deepdiff](https://github.com/seperman/deepdiff) from 6.4.1 to 6.5.0. - [Release notes](https://github.com/seperman/deepdiff/releases) - [Changelog](https://github.com/seperman/deepdiff/blob/master/docs/changelog.rst) - [Commits](https://github.com/seperman/deepdiff/commits) --- updated-dependencies: - dependency-name: deepdiff 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 6e334dced..ec520a065 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@ arrow = "1.2.3"
beautifulsoup4 = "4.12.2"
colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" }
coloredlogs = "15.0.1"
-deepdiff = "6.4.1"
+deepdiff = "6.5.0"
emoji = "2.8.0"
feedparser = "6.0.10"
lxml = "4.9.3"