Skip to content

Commit

Permalink
build(deps-dev): bump pytest from 8.1.1 to 8.2.0 in /requirements
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.2.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@8.1.1...8.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 29, 2024
1 parent ec792cc commit 0fa127d
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions requirements/dev.txt
Expand Up @@ -8,35 +8,28 @@ build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
colorama==0.4.6
# via
# build
# click
# pytest
coverage==7.4.4
# via
# coverage
# pytest-cov
# via pytest-cov
iniconfig==2.0.0
# via pytest
packaging==24.0
# via
# build
# pytest
pip-tools==7.4.1
# via -r requirements/dev.in
pluggy==1.4.0
# via -r dev.in
pluggy==1.5.0
# via pytest
pyproject-hooks==1.0.0
# via
# build
# pip-tools
pytest==8.1.1
pytest==8.2.0
# via
# -r requirements/dev.in
# -r dev.in
# pytest-cov
pytest-cov==5.0.0
# via -r requirements/dev.in
# via -r dev.in
wheel==0.43.0
# via pip-tools

Expand Down

0 comments on commit 0fa127d

Please sign in to comment.