Skip to content

Commit 9a58e7e

Browse files
chore(deps-dev): update ddt requirement from 1.7.0 to 1.7.1 (#527)
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.0...1.7.1) --- 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 f91245e commit 9a58e7e

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
@@ -80,7 +80,7 @@ json-validation = ["jsonschema"]
8080
xml-validation = ["lxml"]
8181

8282
[tool.poetry.group.dev.dependencies]
83-
ddt = "1.7.0"
83+
ddt = "1.7.1"
8484
coverage = "7.4.0"
8585
flake8 = { version="6.1.0", python=">=3.8.1" }
8686
flake8-annotations = { version="3.0.1", python=">=3.8.1" }

0 commit comments

Comments
 (0)