Skip to content

Commit

Permalink
Bump pytest from 8.1.1 to 8.2.0
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:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and robertknight committed May 1, 2024
1 parent 0aee8f6 commit 33b147b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ pkgutil-resolve-name==1.3.10
# via
# -r requirements/requirements.txt
# jsonschema
pluggy==1.4.0
pluggy==1.5.0
# via pytest
portalocker==2.8.2
# via
Expand All @@ -155,7 +155,7 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
pytest==8.1.1
pytest==8.2.0
# via -r requirements/functests.in
python-dateutil==2.8.2
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ pkgutil-resolve-name==1.3.10
# jsonschema
platformdirs==4.1.0
# via pylint
pluggy==1.4.0
pluggy==1.5.0
# via
# -r requirements/tests.txt
# pytest
Expand Down Expand Up @@ -223,7 +223,7 @@ pyproject-hooks==1.0.0
# -r requirements/tests.txt
# build
# pip-tools
pytest==8.1.1
pytest==8.2.0
# via -r requirements/tests.txt
python-dateutil==2.8.2
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ pkgutil-resolve-name==1.3.10
# via
# -r requirements/requirements.txt
# jsonschema
pluggy==1.4.0
pluggy==1.5.0
# via pytest
portalocker==2.8.2
# via
Expand All @@ -159,7 +159,7 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
pytest==8.1.1
pytest==8.2.0
# via -r requirements/tests.in
python-dateutil==2.8.2
# via
Expand Down

0 comments on commit 33b147b

Please sign in to comment.