Skip to content

Commit

Permalink
Bump pytest from 7.4.4 to 8.2.1
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.2.1.
- [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.4.4...8.2.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent 827bf2c commit 4515e92
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ requests-toolbelt = "==1.0.0"
# Installing 8.0.0 currently causes a conflict
# I'm guessing one of the pytest-*s has a requirement of <8
# but haven't checked
pytest = "==7.4.4"
pytest = "==8.2.1"
coverage = "==7.4.4"
pytest-cov = "==5.0.0"
ipython = "==8.23.0"
Expand Down
16 changes: 8 additions & 8 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4515e92

Please sign in to comment.