Skip to content

Commit

Permalink
build(deps-dev): update pytest requirement from ~=7.1.3 to ~=7.2.0 (#346
Browse files Browse the repository at this point in the history
)

* build(deps-dev): update pytest requirement from ~=7.1.3 to ~=7.2.0

Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.1.3...7.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* deps, dev: bump pytest-benchmark to 4.0.0

Required to picked up ionelmc/pytest-benchmark#227 to get pytest 7.2.0 working.
Thanks to pytest-dev/pytest#10420 for pointing the right way.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com>
  • Loading branch information
dependabot[bot] and gadomski committed Nov 15, 2022
1 parent cacc9c9 commit 1bd3603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest~=7.1.3
pytest-benchmark~=3.4.1
pytest~=7.2.0
pytest-benchmark~=4.0.0
pytest-cov~=4.0.0
pytest-recording~=0.12.1
pytest-console-scripts~=1.3.1
Expand Down

0 comments on commit 1bd3603

Please sign in to comment.