Skip to content

Commit 53cb8a9

Browse files
chore(deps-dev): update ddt requirement from 1.7.1 to 1.7.2 (#563)
Updates the requirements on [ddt](https://github.com/datadriventests/ddt) to permit the latest version. - [Release notes](https://github.com/datadriventests/ddt/releases) - [Commits](datadriventests/ddt@1.7.1...1.7.2) --- updated-dependencies: - dependency-name: ddt dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 209c357 commit 53cb8a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ json-validation = ["jsonschema"]
8181
xml-validation = ["lxml"]
8282

8383
[tool.poetry.group.dev.dependencies]
84-
ddt = "1.7.1"
84+
ddt = "1.7.2"
8585
coverage = "7.4.3"
8686
flake8 = { version="7.0.0", python=">=3.8.1" }
8787
flake8-annotations = { version="3.0.1", python=">=3.8.1" }

0 commit comments

Comments
 (0)