diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-05 19:36:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-05 19:36:05 +0000 |
commit | 4f869921f2e7eff7724af28b948e5aae8425e9a7 (patch) | |
tree | 71ea46ae0a37a3867824db82191901d0a4876855 /requirements-dev.txt | |
parent | a477a3a687bb0e61abb2b3ba890dad82c06b5521 (diff) | |
download | searxng-4f869921f2e7eff7724af28b948e5aae8425e9a7.tar.gz searxng-4f869921f2e7eff7724af28b948e5aae8425e9a7.zip |
Bump pycodestyle from 2.6.0 to 2.7.0
Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/PyCQA/pycodestyle/releases)
- [Changelog](https://github.com/PyCQA/pycodestyle/blob/master/CHANGES.txt)
- [Commits](https://github.com/PyCQA/pycodestyle/compare/2.6.0...2.7.0)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'requirements-dev.txt')
-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 |