Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and robertknight committed Jul 3, 2023
1 parent 3248307 commit c38b8e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/bddtests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ pyrsistent==0.17.3
# via
# -r requirements/prod.txt
# jsonschema
pytest==7.3.1
pytest==7.4.0
# via -r requirements/bddtests.in
python-dateutil==2.8.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ pyrsistent==0.17.3
# via
# -r requirements/prod.txt
# jsonschema
pytest==7.3.1
pytest==7.4.0
# via -r requirements/functests.in
python-dateutil==2.8.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ pyrsistent==0.17.3
# -r requirements/functests.txt
# -r requirements/tests.txt
# jsonschema
pytest==7.3.1
pytest==7.4.0
# via
# -r requirements/bddtests.txt
# -r requirements/functests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ pyrsistent==0.17.3
# via
# -r requirements/prod.txt
# jsonschema
pytest==7.3.1
pytest==7.4.0
# via -r requirements/tests.in
python-dateutil==2.8.2
# via
Expand Down

0 comments on commit c38b8e0

Please sign in to comment.