diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-01 07:05:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-01 07:05:40 +0000 |
commit | fd67df7d7c7a8efee42015119593b29a42f31ec3 (patch) | |
tree | 4c04d4fad58ebbffa2bd1a9ba1cb150e3de6ab29 /requirements-dev.txt | |
parent | 099840f4d69bd3d1a4d8c1a19eaf70eb8d504c03 (diff) | |
download | searxng-fd67df7d7c7a8efee42015119593b29a42f31ec3.tar.gz searxng-fd67df7d7c7a8efee42015119593b29a42f31ec3.zip |
Bump black from 22.1.0 to 22.3.0
Bumps [black](https://github.com/psf/black) from 22.1.0 to 22.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/22.1.0...22.3.0)
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 970c3811e..13134d16e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ mock==4.0.3 nose2[coverage_plugin]==0.11.0 cov-core==1.15.0 -black==22.1.0 +black==22.3.0 pycodestyle==2.8.0 pylint==2.13.0 splinter==0.17.0 |