Skip to content

Commit

Permalink
build(deps-dev): update pytest-docker requirement from <3,>=1 to >=1,…
Browse files Browse the repository at this point in the history
…<4 (iterative#10262)

Updates the requirements on [pytest-docker](https://github.com/avast/pytest-docker) to permit the latest version.
- [Release notes](https://github.com/avast/pytest-docker/releases)
- [Changelog](https://github.com/avast/pytest-docker/blob/master/CHANGELOG.md)
- [Commits](avast/pytest-docker@v1.0.0...v3.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
1 parent 9a1bcd7 commit 0ee752d
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 @@ -105,7 +105,7 @@ tests = [
"flaky",
"pytest<8,>=7",
"pytest-cov>=4.1.0",
"pytest-docker>=1,<3",
"pytest-docker>=1,<4",
"pytest-lazy-fixture",
"pytest-mock",
"pytest-test-utils",
Expand Down

0 comments on commit 0ee752d

Please sign in to comment.