Skip to content

Commit

Permalink
Update deepdiff (#7849)
Browse files Browse the repository at this point in the history
  • Loading branch information
Secrus committed Apr 29, 2023
1 parent 3800da7 commit 22efbad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 83 deletions.
82 changes: 5 additions & 77 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,7 @@ pre-commit = "^2.6"
[tool.poetry.group.test.dependencies]
# Cachy frozen to test backwards compatibility for `poetry.utils.cache`.
cachy = "0.3.0"
deepdiff = [
{ version = "^6.2" },
# avoid orjson, which is required by deepdiff 6.2.3, on FreeBSD
# because it requires a rust compiler
{ version = "<6.2.3", markers = "platform_system == 'FreeBSD'"},
]
deepdiff = "^6.3"
httpretty = "^1.0"
pytest = "^7.1"
pytest-cov = "^4.0"
Expand Down

0 comments on commit 22efbad

Please sign in to comment.