Skip to content

Commit

Permalink
Bump pytest from 7.4.2 to 7.4.3 (#2129)
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 to 7.4.3.
- [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.2...7.4.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2023
1 parent e02fc9c commit 1bfdd8e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==7.4.2
pytest==7.4.3
pytest-cov==4.1.0
12 changes: 9 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
# pip-compile requirements-dev.in
#
coverage[toml]==6.2
# via pytest-cov
# via
# coverage
# pytest-cov
exceptiongroup==1.1.3
# via pytest
iniconfig==1.1.1
# via pytest
packaging==21.3
Expand All @@ -14,11 +18,13 @@ pluggy==1.0.0
# via pytest
pyparsing==3.0.6
# via packaging
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements-dev.in
# pytest-cov
pytest-cov==4.1.0
# via -r requirements-dev.in
tomli==2.0.0
# via coverage
# via
# coverage
# pytest

0 comments on commit 1bfdd8e

Please sign in to comment.