Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marcospri committed Aug 5, 2024
1 parent 5d10b29 commit bf5201c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ pyramid-services==2.2
# via -r requirements/prod.txt
pyramid-tm==2.5
# via -r requirements/prod.txt
pytest==8.3.1
pytest==8.3.2
# via
# -r requirements/functests.in
# pytest-reverse
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ pyramid-tm==2.5
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
pytest==8.3.1
pytest==8.3.2
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ pyramid-services==2.2
# via -r requirements/prod.txt
pyramid-tm==2.5
# via -r requirements/prod.txt
pytest==8.3.1
pytest==8.3.2
# via
# -r requirements/tests.in
# pytest-cov
Expand Down

0 comments on commit bf5201c

Please sign in to comment.