diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-24 07:25:23 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-05-28 18:10:04 +0200 |
commit | e992e888a0226a8edaf1604fb91e49496627c136 (patch) | |
tree | 84de495db3fe9e69e23fbb699126e49ed99fd79f | |
parent | c19bffde4df5c879d11ec7ea97b4fa30a07db992 (diff) | |
download | searxng-e992e888a0226a8edaf1604fb91e49496627c136.tar.gz searxng-e992e888a0226a8edaf1604fb91e49496627c136.zip |
[upd] pypi: Bump pylint from 3.1.0 to 3.2.2
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.1.0 to 3.2.2.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](https://github.com/pylint-dev/pylint/compare/v3.1.0...v3.2.2)
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-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 1fa631c67..f8954d0c4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ mock==5.1.0 nose2[coverage_plugin]==0.14.2 cov-core==1.15.0 black==24.3.0 -pylint==3.1.0 +pylint==3.2.2 splinter==0.21.0 selenium==4.21.0 Pallets-Sphinx-Themes==2.1.3 |