diff options
| author | 2023-03-21 21:27:13 +0000 | |
|---|---|---|
| committer | 2023-03-21 21:27:13 +0000 | |
| commit | cbb5395475e586e4cf1c74202ddba7f4c496e578 (patch) | |
| tree | 0138a766b02cb897d47087ad2576f11206a7e623 /pyproject.toml | |
| parent | Bump coverage from 7.2.1 to 7.2.2 (#2473) (diff) | |
Bump deepdiff from 6.2.3 to 6.3.0 (#2475)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 05f50e1f4..783c0941a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ arrow = "1.2.3"  beautifulsoup4 = "4.11.2"  colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" }  coloredlogs = "15.0.1" -deepdiff = "6.2.3" +deepdiff = "6.3.0"  emoji = "2.2.0"  feedparser = "6.0.10"  lxml = "4.9.2"  |