Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and marcospri committed Apr 17, 2023
1 parent 3048875 commit 510fa8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ attrs==20.3.0
# via
# -r requirements/requirements.txt
# jsonschema
# pytest
beautifulsoup4==4.9.3
# via webtest
brotlipy==0.7.0
Expand Down Expand Up @@ -146,7 +145,7 @@ pyrsistent==0.17.3
# via
# -r requirements/requirements.txt
# jsonschema
pytest==7.2.2
pytest==7.3.0
# via -r requirements/functests.in
python-dateutil==2.8.2
# via
Expand Down
3 changes: 1 addition & 2 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ attrs==20.3.0
# -r requirements/requirements.txt
# -r requirements/tests.txt
# jsonschema
# pytest
beautifulsoup4==4.9.3
# via
# -r requirements/tests.txt
Expand Down Expand Up @@ -217,7 +216,7 @@ pyrsistent==0.17.3
# -r requirements/requirements.txt
# -r requirements/tests.txt
# jsonschema
pytest==7.2.2
pytest==7.3.0
# via -r requirements/tests.txt
python-dateutil==2.8.2
# via
Expand Down
3 changes: 1 addition & 2 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ attrs==20.3.0
# via
# -r requirements/requirements.txt
# jsonschema
# pytest
beautifulsoup4==4.9.3
# via webtest
brotlipy==0.7.0
Expand Down Expand Up @@ -150,7 +149,7 @@ pyrsistent==0.17.3
# via
# -r requirements/requirements.txt
# jsonschema
pytest==7.2.2
pytest==7.3.0
# via -r requirements/tests.in
python-dateutil==2.8.2
# via
Expand Down

0 comments on commit 510fa8b

Please sign in to comment.