Skip to content

Commit edded17

Browse files
committed
Upgrading dependencies
1 parent 83bcc63 commit edded17

2 files changed

Lines changed: 69 additions & 57 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
66
name = "deepdiff"
77
version = "8.7.0"
88
dependencies = [
9-
"orderly-set>=5.4.1,<6",
9+
"orderly-set>=5.5.0,<6",
1010
]
1111
requires-python = ">=3.10"
1212
authors = [
@@ -36,7 +36,7 @@ classifiers = [
3636
# `dependency-groups` would make this a lot cleaner, in theory.
3737
[project.optional-dependencies]
3838
coverage = [
39-
"coverage~=7.13.4",
39+
"coverage~=7.13.5",
4040
]
4141
cli = [
4242
"click~=8.3.1",
@@ -54,26 +54,25 @@ dev = [
5454
"tomli-w~=1.2.0",
5555
"pandas~=3.0.1; python_version >= '3.11'",
5656
"pandas~=2.2.0; python_version < '3.11'",
57-
"polars~=1.38.1",
57+
"polars~=1.39.3",
5858
"nox==2026.2.9",
5959
"uuid6==2025.0.1",
6060
"pytz",
6161
]
6262
docs = [
63-
# We use the html style that is not supported in Sphinx 7 anymore.
64-
"Sphinx~=6.2.0",
65-
"sphinx-sitemap~=2.6.0",
66-
"sphinxemoji~=0.3.0"
63+
"Sphinx~=8.1.3",
64+
"sphinx-sitemap~=2.9.0",
65+
"sphinxemoji~=0.3.2"
6766
]
6867
static = [
69-
"flake8~=7.1.0",
70-
"flake8-pyproject~=1.2.3",
68+
"flake8~=7.3.0",
69+
"flake8-pyproject~=1.2.4",
7170
"pydantic~=2.12.5",
7271
]
7372
test = [
7473
"pytest~=9.0.2",
7574
"pytest-benchmark~=5.2.3",
76-
"pytest-cov~=7.0.0",
75+
"pytest-cov~=7.1.0",
7776
"python-dotenv~=1.2.2",
7877
]
7978
optimize = [

0 commit comments

Comments
 (0)