Skip to content

Commit

Permalink
Updating deep diff
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Nov 23, 2024
1 parent 747d15d commit 3a035e5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
VERSION = "0.0.0.dev0"

REQUIREMENTS = [
"pydantic >= 1.9.2, <2.0.0",
"pydantic >= 1.9.2, <2.0.0", # potentially update to 3.0.0 https://github.com/pydantic/pydantic/releases
"requests >=2.28.0, <3.0.0",
"Pillow >=9.1.1, <=11.0.0"
"Pillow >=9.1.1, <=12.0.0"
]

DOCS_REQUIREMENTS = [
Expand All @@ -27,14 +27,14 @@
]

DEV_REQUIREMENTS = [
"autopep8 >=1.6.0, <2.0.0",
"autopep8 >=1.6.0, <2.0.0", # Potentially update to 2.3.1 https://pypi.org/project/autopep8/
"isort >=5.10.1, <6.0.0",
"flake8 >=4.0.1, <5.0.0",
"flake8 >=4.0.1, <5.0.0", # Potentially update to 7.1.1 https://pypi.org/project/flake8/#history
"flake8-docstrings >=1.6.0, <2.0.0",
"flake8-isort >=4.1.1, <5.0.0",
"tox >=3.25.0, <4.0.0",
"Pillow >=9.1.1, <=11.0.0",
"deepdiff >=6.2.2, <7.0.0",
"flake8-isort >=4.1.1, <5.0.0", # Potentially update to 6.1.1 https://pypi.org/project/flake8-isort/#history
"tox >=3.25.0, <4.0.0", # Potentially update to 4.23.2 https://pypi.org/project/tox/#history
"Pillow >=9.1.1, <=12.0.0",
"deepdiff >=6.2.2, <9.0.0",
"datamodel-code-generator >=0.17.1, <1.0.0"
]

Expand Down

0 comments on commit 3a035e5

Please sign in to comment.