Skip to content

Commit

Permalink
chore(deps-dev): update ddt requirement from 1.7.0 to 1.7.1 (#527)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2024
1 parent f91245e commit 9a58e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ json-validation = ["jsonschema"]
xml-validation = ["lxml"]

[tool.poetry.group.dev.dependencies]
ddt = "1.7.0"
ddt = "1.7.1"
coverage = "7.4.0"
flake8 = { version="6.1.0", python=">=3.8.1" }
flake8-annotations = { version="3.0.1", python=">=3.8.1" }
Expand Down

0 comments on commit 9a58e7e

Please sign in to comment.