diff options
| author | Noémi Ványi <kvch@users.noreply.github.com> | 2021-04-05 21:39:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-05 21:39:36 +0200 |
| commit | dd2b106f947597203db19449054d4fd422a55365 (patch) | |
| tree | 71ea46ae0a37a3867824db82191901d0a4876855 | |
| parent | a477a3a687bb0e61abb2b3ba890dad82c06b5521 (diff) | |
| parent | 4f869921f2e7eff7724af28b948e5aae8425e9a7 (diff) | |
Merge pull request #2668 from searx/dependabot/pip/master/pycodestyle-2.7.0
Bump pycodestyle from 2.6.0 to 2.7.0
| -rw-r--r-- | requirements-dev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 76cd329e0..189fd5a7d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ mock==4.0.3 nose2[coverage_plugin]==0.10.0 cov-core==1.15.0 -pycodestyle==2.6.0 +pycodestyle==2.7.0 pylint==2.7.4 splinter==0.14.0 transifex-client==0.14.2 |