Skip to content

Commit

Permalink
chore(deps-dev): update parameterized requirement from ^0.8.1 to ^0.9…
Browse files Browse the repository at this point in the history
….0 (#61)

Updates the requirements on [parameterized](https://github.com/wolever/parameterized) to permit the latest version.
- [Release notes](https://github.com/wolever/parameterized/releases)
- [Changelog](https://github.com/wolever/parameterized/blob/master/CHANGELOG.txt)
- [Commits](wolever/parameterized@v0.8.1...v0.9.0)

---
updated-dependencies:
- dependency-name: parameterized
  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] committed Mar 28, 2023
1 parent 04fbd96 commit 386c7f8
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 @@ -26,7 +26,7 @@ python-dateutil = "^2.8"

[tool.poetry.dev-dependencies]
black = "^23.1"
parameterized = "^0.8.1"
parameterized = "^0.9.0"
coverage = "^6.1.2"
coveralls = "^3.3.1"

Expand Down

0 comments on commit 386c7f8

Please sign in to comment.