Skip to content

Commit

Permalink
Bump pytest from 7.3.1 to 7.3.2
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.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@7.3.1...7.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and marcospri committed Jun 12, 2023
1 parent 7e59cdb commit e817e3a
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 @@ -234,7 +234,7 @@ pyrsistent==0.17.3
# via
# -r requirements/requirements.txt
# jsonschema
pytest==7.3.1
pytest==7.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 @@ -376,7 +376,7 @@ pyrsistent==0.17.3
# -r requirements/functests.txt
# -r requirements/tests.txt
# jsonschema
pytest==7.3.1
pytest==7.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 @@ -239,7 +239,7 @@ pyrsistent==0.17.3
# via
# -r requirements/requirements.txt
# jsonschema
pytest==7.3.1
pytest==7.3.2
# via -r requirements/tests.in
python-dateutil==2.8.2
# via
Expand Down

0 comments on commit e817e3a

Please sign in to comment.