aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-22 05:51:06 +0000
committerGravatar GitHub <[email protected]>2023-10-22 05:51:06 +0000
commit0b0a1c57ee121f8c25d88df59d5b2846b0cfc801 (patch)
treefd1988c8cb9d9769f8392a9a97d337f6983ac9ff
parentBump tldextract from 5.0.0 to 5.0.1 (#2791) (diff)
Bump deepdiff from 6.6.0 to 6.6.1 (#2790)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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 f96c18d89..8715685e8 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -530,13 +530,13 @@ toml = ["tomli"]
[[package]]
name = "deepdiff"
-version = "6.6.0"
+version = "6.6.1"
description = "Deep Difference and Search of any Python object/data. Recreate objects by adding adding deltas to each other."
optional = false
python-versions = ">=3.7"
files = [
- {file = "deepdiff-6.6.0-py3-none-any.whl", hash = "sha256:e96424a57befa3f85238d10d9fb73d7a8cfd2228f1c2ab3cedd58b97d2acd80e"},
- {file = "deepdiff-6.6.0.tar.gz", hash = "sha256:d78e8a83c8f5b223008983144308b214e29a25fc37a3354148e7eddacd0f9bb1"},
+ {file = "deepdiff-6.6.1-py3-none-any.whl", hash = "sha256:891b3cb12837e5d376ac0b58f4c8a2764e3a8bbceabb7108ff82235f1f2c4460"},
+ {file = "deepdiff-6.6.1.tar.gz", hash = "sha256:75c75b1511f0e48edef2b70d785a9c32b2631666b465fa8c32270a77a7b950b5"},
]
[package.dependencies]
@@ -2356,4 +2356,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "3e24517ccdc8db674cb4995b4d3b732ea7c8081ed8ce9acecd266a6bef628570"
+content-hash = "6ee2ac126ccb3554faf8513dab582a2c0c69cd3c8db317faaa04d37f7f45d29b"
diff --git a/pyproject.toml b/pyproject.toml
index 8dcd66709..e883deed6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@ arrow = "1.3.0"
beautifulsoup4 = "4.12.2"
colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" }
coloredlogs = "15.0.1"
-deepdiff = "6.6.0"
+deepdiff = "6.6.1"
emoji = "2.8.0"
feedparser = "6.0.10"
lxml = "4.9.3"