Skip to content

Commit

Permalink
Bump pytest from 7.4.0 to 7.4.1
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.1.
- [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.1)

---
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 Sep 4, 2023
1 parent c737e22 commit 2b636c9
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 @@ -145,7 +145,7 @@ pyrsistent==0.17.3
# via
# -r requirements/requirements.txt
# jsonschema
pytest==7.4.0
pytest==7.4.1
# 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 @@ -216,7 +216,7 @@ pyrsistent==0.17.3
# -r requirements/requirements.txt
# -r requirements/tests.txt
# jsonschema
pytest==7.4.0
pytest==7.4.1
# via -r requirements/tests.txt
python-dateutil==2.8.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ pyrsistent==0.17.3
# via
# -r requirements/requirements.txt
# jsonschema
pytest==7.4.0
pytest==7.4.1
# via -r requirements/tests.in
python-dateutil==2.8.2
# via
Expand Down

0 comments on commit 2b636c9

Please sign in to comment.