Skip to content

Commit

Permalink
Merge pull request #102 from flamusdiu/dependabot/pip/pytest-dependen…
Browse files Browse the repository at this point in the history
…cy-gte-0.5.1-and-lt-0.7.0

Update pytest-dependency requirement from ^0.5.1 to >=0.5.1,<0.7.0
  • Loading branch information
github-actions[bot] authored Jan 1, 2024
2 parents a74146a + 24cf72b commit 412351f
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 412351f

Please sign in to comment.