Skip to content

Commit

Permalink
chore(deps): update pytest-timeout requirement from ==2.*,>=2.1 to ==…
Browse files Browse the repository at this point in the history
…2.* (#12)

Updates the requirements on [pytest-timeout](https://github.com/pytest-dev/pytest-timeout) to permit the latest version.
- [Commits](pytest-dev/pytest-timeout@2.1.0...2.2.0)

---
updated-dependencies:
- dependency-name: pytest-timeout
  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 Oct 10, 2023
1 parent 7789968 commit 93064f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-testing.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
coverage[toml] == 7.*
pytest == 7.*
pytest-cov >= 4.1, == 4.*
pytest-timeout >= 2.1, == 2.*
pytest-timeout == 2.*
pytest-xdist >= 3.3.1, == 3.*
black == 23.*
ruff >= 0.0.286, == 0.0.*
Expand Down

0 comments on commit 93064f1

Please sign in to comment.