Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 19, 2024
1 parent 5d62734 commit e4b1193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev_requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packaging==22.0
# via pytest
pluggy==1.3.0
# via pytest
pytest==8.0.0
pytest==8.0.1
# via
# -r dev_requirements/requirements-tests.in
# pytest-datafiles
Expand Down
2 changes: 1 addition & 1 deletion dev_requirements/requirements-type_check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pandas-stubs==2.1.4.231227
# via -r dev_requirements/requirements-type_check.in
pluggy==1.3.0
# via pytest
pytest==8.0.0
pytest==8.0.1
# via -r dev_requirements/requirements-type_check.in
python-dateutil==2.8.2
# via pandas
Expand Down

0 comments on commit e4b1193

Please sign in to comment.