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 fe016d1 commit e70b71d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3
pytest==7.2.1
pytest==8.0.0
pre-commit==2.21.0
mypy==0.982
pytest-docker==1.0.1
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ install_requires =
opentelemetry-api==1.15.0
opentelemetry-exporter-otlp==1.15.0
opentelemetry-sdk==1.15.0
pytest==7.2.1
pytest==8.0.0
python_requires = >=3.6
include_package_data = True
package_dir =
Expand Down

0 comments on commit e70b71d

Please sign in to comment.