Skip to content

Commit

Permalink
build(deps): 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 theodore86 committed Jun 13, 2023
1 parent ca718fd commit 9718787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.d/allure-tests.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Requirements for [testenv:allure-tests] virtualenv

pytest==7.3.1
pytest==7.3.2
pytest-mock==3.10.0
allure-pytest==2.13.2
iso8601==2.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.d/tests.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Requirements for [testenv:tests] virtualenv

pytest==7.3.1
pytest==7.3.2
pytest-cov==4.1.0
pytest-mock==3.10.0
pytest-randomly==3.12.0
Expand Down

0 comments on commit 9718787

Please sign in to comment.