Skip to content

Commit

Permalink
chore(deps): update dependency mypy to v1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 30, 2024
1 parent 85bfac4 commit b475bf1
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 35 deletions.
79 changes: 46 additions & 33 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 b475bf1

Please sign in to comment.