Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent cce4938 commit 33a525e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
pytest = "==7.2.0"
pytest = "==8.1.0"
responses = "==0.20.0"
mock = "==4.0.3"
unittest2 = "==1.1.0"
Expand Down Expand Up @@ -34,7 +34,7 @@ gevent = "==21.12.0"
pyjwt = "==2.4.0"
ibm-db = "==3.1.1"
detect-secrets = {ref = "0.13.1+ibm.56.dss", git = "https://github.com/ibm/detect-secrets.git"}
pytest = "==7.2.0"
pytest = "==8.1.0"
Werkzeug = "== 2.2.3"

[requires]
Expand Down
29 changes: 15 additions & 14 deletions Pipfile.lock

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

0 comments on commit 33a525e

Please sign in to comment.