Skip to content

Commit 132e058

Browse files
chore(deps): update dependency bandit to v1.8.3
1 parent 85bfac4 commit 132e058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
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 <info@networktocode.com>"]
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)