Skip to content

Commit

Permalink
chore(deps): bump pytest from 7.2.1 to 8.0.0
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.1 to 8.0.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.1...8.0.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 Feb 16, 2024
1 parent 57aa70e commit 0c14243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
"opentelemetry-api==1.15.0",
"opentelemetry-exporter-otlp==1.15.0",
"opentelemetry-sdk==1.15.0",
"pytest==7.1.3",
"pytest==8.0.0",
]
requires-python = ">= 3.8"
license = {file = "LICENSE"}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ opentelemetry-api==1.15.0
opentelemetry-exporter-otlp==1.15.0
opentelemetry-sdk==1.15.0
psutil==5.9.8
pytest==7.2.1
pytest==8.0.0
pre-commit==3.6.1
mypy==1.8.0
pytest-docker==3.1.1

0 comments on commit 0c14243

Please sign in to comment.