Skip to content

Commit

Permalink
Bump pytest-runner from 5.2 to 5.3.1
Browse files Browse the repository at this point in the history
Bumps [pytest-runner](https://github.com/pytest-dev/pytest-runner) from 5.2 to 5.3.1.
- [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@5.2...v5.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 20, 2021
1 parent 4c6fe11 commit 2e9c032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@

requirements = ["pyserial==3.4"]

setup_requirements = ["pytest-runner==5.2"]
setup_requirements = ["pytest-runner==5.3.1"]

test_requirements = ["pytest==5.3.5"]

Expand Down

0 comments on commit 2e9c032

Please sign in to comment.