Skip to content

Commit a0edd34

Browse files
chore(deps): update dependency black to v24 [security]
1 parent 85bfac4 commit a0edd34

File tree

2 files changed

+30
-33
lines changed

2 files changed

+30
-33
lines changed

poetry.lock

+28-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "diffsync"
3-
version = "2.0.1"
3+
version = "2.0.0"
44
description = "Library to easily sync/diff/update 2 different data sources"
55
authors = ["Network to Code, LLC <[email protected]>"]
66
license = "Apache-2.0"
@@ -30,7 +30,7 @@ redis = ["redis"]
3030

3131
[tool.poetry.group.dev.dependencies]
3232
pytest = "*"
33-
pyyaml = ">= 6.0.1"
33+
pyyaml = "*"
3434
black = "*"
3535
pylint = "*"
3636
pydocstyle = "*"

0 commit comments

Comments
 (0)