Skip to content

Commit

Permalink
chore(deps): update dependency pytest to v7.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 85bfac4 commit b479006
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 34 deletions.
45 changes: 13 additions & 32 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "diffsync"
version = "2.0.1"
version = "2.0.0"
description = "Library to easily sync/diff/update 2 different data sources"
authors = ["Network to Code, LLC <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -30,7 +30,7 @@ redis = ["redis"]

[tool.poetry.group.dev.dependencies]
pytest = "*"
pyyaml = ">= 6.0.1"
pyyaml = "*"
black = "*"
pylint = "*"
pydocstyle = "*"
Expand Down

0 comments on commit b479006

Please sign in to comment.