From ab72aa75c79a0a25eef2dc5adfb417c6ace3da6f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 3 Mar 2021 06:09:46 +0000 Subject: [PATCH] Bump pyroma from 2.6.1 to 3.0.1 Bumps [pyroma](https://github.com/regebro/pyroma) from 2.6.1 to 3.0.1. - [Release notes](https://github.com/regebro/pyroma/releases) - [Changelog](https://github.com/regebro/pyroma/blob/master/HISTORY.txt) - [Commits](https://github.com/regebro/pyroma/compare/2.6.1...3.0.1) Signed-off-by: dependabot-preview[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 4e2b31cf3..eda104b4a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -20,7 +20,7 @@ pydocstyle==5.1.1 # Lint docstrings pyenchant==3.2.0 # Bindings for a spellchecking sytem pygithub==1.54.1 pylint==2.7.1 # Lint -pyroma==2.6.1 # Packaging best practices checker +pyroma==3.0.1 # Packaging best practices checker pytest-cov==2.11.1 # Measure code coverage pytest-envfiles==0.1.0 # Use files for environment variables for tests pytest==6.2.2 # Test runners