Skip to content

Commit

Permalink
Update pytest-runner requirement in /.github/scripts (#496)
Browse files Browse the repository at this point in the history
Updates the requirements on [pytest-runner](https://github.com/pytest-dev/pytest-runner) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-runner/releases)
- [Changelog](https://github.com/pytest-dev/pytest-runner/blob/main/CHANGES.rst)
- [Commits](pytest-dev/pytest-runner@1.0a1...v6.0.1)

---
updated-dependencies:
- dependency-name: pytest-runner
  dependency-type: direct:production
...

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 11, 2024
1 parent ab310cf commit 014a637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/requirements.txt
Expand Up @@ -5,7 +5,7 @@ pip ; python_version >= '3.5'
pylint <2.15.10
pytest <=8.1.1
pytest-pylint <=1.1.2
pytest-runner <6.0.0
pytest-runner <7.0.0
termcolor <2.5.0
hypothesis <6.100.0
python-Levenshtein <0.20.9 ; python_version == '2.7'
Expand Down

0 comments on commit 014a637

Please sign in to comment.