Skip to content

Commit

Permalink
MAINT: Bump pytest from 6.2.5 to 7.0.1 (#160)
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.0.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@6.2.5...7.0.1)

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

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] committed Mar 6, 2022
1 parent bad6b26 commit 4dc6717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lxml == 4.6.5",
],
"linting": ["flake8 == 4.0.1", "black == 21.12b0"],
"testing": ["pytest == 6.2.5", "coverage[toml] == 6.3.2"],
"testing": ["pytest == 7.0.1", "coverage[toml] == 6.3.2"],
"dev": [
"lxml-stubs == 0.3.1",
"python-semantic-release == 7.25.2",
Expand Down

0 comments on commit 4dc6717

Please sign in to comment.