Skip to content

Commit

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

---
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 robertknight committed Jan 6, 2025
1 parent e01eb14 commit 51c02d1
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 @@ -200,7 +200,7 @@ pyramid-services==2.2
# via -r requirements/prod.txt
pyramid-tm==2.5
# via -r requirements/prod.txt
pytest==8.3.3
pytest==8.3.4
# 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 @@ -317,7 +317,7 @@ pyramid-tm==2.5
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
pytest==8.3.3
pytest==8.3.4
# 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 @@ -202,7 +202,7 @@ pyramid-services==2.2
# via -r requirements/prod.txt
pyramid-tm==2.5
# via -r requirements/prod.txt
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/tests.in
# pytest-cov
Expand Down

0 comments on commit 51c02d1

Please sign in to comment.