Skip to content

Commit

Permalink
Bump pytest from 7.4.0 to 7.4.2
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 7.4.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@7.4.0...7.4.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 Oct 2, 2023
1 parent 00fba52 commit d22049d
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 @@ -176,7 +176,7 @@ pyramid-jinja2==2.10
# via -r requirements/prod.txt
pyramid-tm==2.5
# via -r requirements/prod.txt
pytest==7.4.0
pytest==7.4.2
# via
# -r requirements/functests.in
# pytest-factoryboy
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ pyramid-tm==2.5
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
pytest==7.4.0
pytest==7.4.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 @@ -178,7 +178,7 @@ pyramid-jinja2==2.10
# via -r requirements/prod.txt
pyramid-tm==2.5
# via -r requirements/prod.txt
pytest==7.4.0
pytest==7.4.2
# via
# -r requirements/tests.in
# pytest-factoryboy
Expand Down

0 comments on commit d22049d

Please sign in to comment.