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 0798575 commit 958fb07
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
Expand Up @@ -171,7 +171,7 @@ plaster-pastedeploy==1.0.1
# via
# -r requirements/requirements.txt
# pyramid
pluggy==1.4.0
pluggy==1.5.0
# via pytest
prompt-toolkit==3.0.43
# via
Expand Down Expand Up @@ -218,7 +218,7 @@ pyramid-services==2.2
# via -r requirements/requirements.txt
pyramid-tm==2.5
# via -r requirements/requirements.txt
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
Expand Up @@ -239,7 +239,7 @@ plaster-pastedeploy==1.0.1
# pyramid
platformdirs==4.1.0
# via pylint
pluggy==1.4.0
pluggy==1.5.0
# via
# -r requirements/tests.txt
# pytest
Expand Down Expand Up @@ -312,7 +312,7 @@ pyramid-tm==2.5
# via
# -r requirements/requirements.txt
# -r requirements/tests.txt
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
Expand Up @@ -173,7 +173,7 @@ plaster-pastedeploy==1.0.1
# via
# -r requirements/requirements.txt
# pyramid
pluggy==1.4.0
pluggy==1.5.0
# via pytest
prompt-toolkit==3.0.43
# via
Expand Down Expand Up @@ -220,7 +220,7 @@ pyramid-services==2.2
# via -r requirements/requirements.txt
pyramid-tm==2.5
# via -r requirements/requirements.txt
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 958fb07

Please sign in to comment.