diff options
author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-06-24 18:00:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-24 18:00:36 +0200 |
commit | 14cb5f52cda75718a2ca7ad421b77382dc529d71 (patch) | |
tree | 585381e3e95461b46b03a38fa172b149326069db | |
parent | 9ba3f5555ee969be60a7105898879886940d51fd (diff) | |
parent | 332a013fbb33788b05ab9751fab3c74b61ca25cb (diff) | |
download | searxng-14cb5f52cda75718a2ca7ad421b77382dc529d71.tar.gz searxng-14cb5f52cda75718a2ca7ad421b77382dc529d71.zip |
Merge pull request #1361 from searxng/dependabot/pip/master/pylint-2.14.3
Bump pylint from 2.14.2 to 2.14.3
-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 55581d0d6..972a69177 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ nose2[coverage_plugin]==0.11.0 cov-core==1.15.0 black==22.3.0 pycodestyle==2.8.0 -pylint==2.14.2 +pylint==2.14.3 splinter==0.18.0 selenium==4.2.0 twine==4.0.1 |