Skip to content

Commit

Permalink
Update pytest-dependency requirement from ^0.5.1 to >=0.5.1,<0.7.0
Browse files Browse the repository at this point in the history
Updates the requirements on [pytest-dependency](https://github.com/RKrahl/pytest-dependency) to permit the latest version.
- [Release notes](https://github.com/RKrahl/pytest-dependency/releases)
- [Changelog](https://github.com/RKrahl/pytest-dependency/blob/develop/CHANGES.rst)
- [Commits](RKrahl/pytest-dependency@0.5.1...0.6.0)

---
updated-dependencies:
- dependency-name: pytest-dependency
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent a74146a commit 24cf72b
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 @@ -49,7 +49,7 @@ pyinstaller = {version = ">=5.10.1,<7.0.0", optional = true}
pytest = {version = "^7.3.1", optional = true}
pytest-cache = {version = "^1.0", optional = true}
pytest-cov = {version = "^4.0.0", optional = true}
pytest-dependency = {version = "^0.5.1", optional = true}
pytest-dependency = {version = ">=0.5.1,<0.7.0", optional = true}
pytest-mock = {version = "^3.10.0", optional = true}
recommonmark ={version = "^0.7.1", optional = true}
requests = {version = "^2.28.2", optional = true}
Expand Down

0 comments on commit 24cf72b

Please sign in to comment.