File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
66name = " deepdiff"
77version = " 8.7.0"
88dependencies = [
9- " orderly-set>=5.4.1 ,<6" ,
9+ " orderly-set>=5.5.0 ,<6" ,
1010]
1111requires-python = " >=3.10"
1212authors = [
@@ -36,7 +36,7 @@ classifiers = [
3636# `dependency-groups` would make this a lot cleaner, in theory.
3737[project .optional-dependencies ]
3838coverage = [
39- " coverage~=7.13.4 " ,
39+ " coverage~=7.13.5 " ,
4040]
4141cli = [
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]
6262docs = [
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]
6867static = [
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]
7372test = [
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]
7978optimize = [
You can’t perform that action at this time.
0 commit comments