Skip to content

Commit

Permalink
build(deps): bump pytest-doctestplus from 1.1.0 to 1.2.0 in /requirem…
Browse files Browse the repository at this point in the history
…ents (#2421)

build(deps): bump pytest-doctestplus in /requirements

Bumps [pytest-doctestplus](https://github.com/scientific-python/pytest-doctestplus) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/scientific-python/pytest-doctestplus/releases)
- [Changelog](https://github.com/scientific-python/pytest-doctestplus/blob/main/CHANGES.rst)
- [Commits](scientific-python/pytest-doctestplus@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: pytest-doctestplus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 5, 2024
1 parent 14741e2 commit 2c2316e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/_doctest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment

pytest >=6.0.0, <7.5.0
pytest-doctestplus >=0.9.0, <=1.1.0
pytest-doctestplus >=0.9.0, <=1.2.0
pytest-rerunfailures >=10.0, <14.0
2 changes: 1 addition & 1 deletion requirements/_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
coverage ==7.4.3
pytest ==7.4.4
pytest-cov ==4.1.0
pytest-doctestplus ==1.1.0
pytest-doctestplus ==1.2.0
pytest-rerunfailures ==13.0
pytest-timeout ==2.2.0
pytest-xdist ==3.5.0
Expand Down

0 comments on commit 2c2316e

Please sign in to comment.