diff options
author | Alexandre Flament <alex@al-f.net> | 2022-10-07 10:07:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-07 10:07:24 +0200 |
commit | 666cd1f6355a4ac72255637707a764235fd8c907 (patch) | |
tree | a0c9eda83dd1419763d77470cd65b56e9364f239 | |
parent | 84f61af8392b72ed6115a21db31c111393d40945 (diff) | |
parent | f723c67e959356146af7601b558b5eb372b13f69 (diff) | |
download | searxng-666cd1f6355a4ac72255637707a764235fd8c907.tar.gz searxng-666cd1f6355a4ac72255637707a764235fd8c907.zip |
Merge pull request #1846 from searxng/dependabot/pip/master/black-22.10.0
Bump black from 22.8.0 to 22.10.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 d208e31c5..50e594eed 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ mock==4.0.3 nose2[coverage_plugin]==0.12.0 cov-core==1.15.0 -black==22.8.0 +black==22.10.0 pylint==2.15.3 splinter==0.18.1 selenium==4.5.0 |