Skip to content

Commit

Permalink
Bump pytest from 7.4.4 to 8.2.0 (#390)
Browse files Browse the repository at this point in the history
* Bump pytest from 7.4.4 to 8.2.0

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 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@7.4.4...8.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* empty commit

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: konstantin <konstantin.klein@hochfrequenz.de>
  • Loading branch information
dependabot[bot] and hf-kklein committed May 16, 2024
1 parent 8a4cabe commit 7de5cfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev_requirements/requirements-integration_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ iniconfig==2.0.0
# via pytest
packaging==23.0
# via pytest
pluggy==1.0.0
pluggy==1.5.0
# via pytest
pytest==7.4.4
pytest==8.2.0
# via
# -r dev_requirements/requirements-integration_tests.in
# pytest-datafiles
Expand Down
4 changes: 2 additions & 2 deletions dev_requirements/requirements-unit_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jsonpath-ng==1.6.1
# via -r dev_requirements/requirements-unit_tests.in
packaging==23.0
# via pytest
pluggy==1.0.0
pluggy==1.5.0
# via pytest
ply==3.11
# via jsonpath-ng
pytest==7.4.4
pytest==8.2.0
# via
# -r dev_requirements/requirements-unit_tests.in
# pytest-asyncio
Expand Down

0 comments on commit 7de5cfe

Please sign in to comment.