diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-06 07:24:26 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-10-06 10:22:57 +0200 |
commit | f7ca979c8ab9adc2eac696344e0d5156d3aa876b (patch) | |
tree | c02d4de5fb5f73124c59ddea3269b78df6e6507b /requirements-dev.txt | |
parent | 4d3c4ff738081fdd57c1e748bad31e7b01c66457 (diff) | |
download | searxng-f7ca979c8ab9adc2eac696344e0d5156d3aa876b.tar.gz searxng-f7ca979c8ab9adc2eac696344e0d5156d3aa876b.zip |
Bump pylint from 2.17.6 to 3.0.1
Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.6 to 3.0.1.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.6...v3.0.1)
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
update-type: version-update:semver-major
...
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 4048229cd..db55aae3c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ mock==5.1.0 nose2[coverage_plugin]==0.13.0 cov-core==1.15.0 black==22.12.0 -pylint==2.17.6 +pylint==3.0.1 splinter==0.19.0 selenium==4.13.0 twine==4.0.2 |