Skip to content

Commit

Permalink
chore(deps-dev): Bump pytest from 7.4.2 to 7.4.3 (#54)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 25, 2023
1 parent fae41a9 commit 3617ec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build == 1.0.3
flake8 == 6.1.0
pytest == 7.4.2
pytest == 7.4.3
pytest-cov == 4.1.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ package_dir =
packages = find:
python_requires = >=3.9
tests_require=
pytest == 7.4.2
pytest == 7.4.3
pytest-cov == 4.1.0

[options.entry_points]
Expand Down

0 comments on commit 3617ec5

Please sign in to comment.