Skip to content

Commit 9e1ac1c

Browse files
dependabot[bot]MiWeiss
authored andcommitted
Bump black from 21.5b2 to 22.3.0 (HunterMcGushion#105)
Bumps [black](https://github.com/psf/black) from 21.5b2 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/commits/22.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1716759 commit 9e1ac1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def readme():
2727
packages=["docstr_coverage"],
2828
install_requires=["click", "PyYAML", "tqdm==4.63.1"],
2929
extras_require={
30-
"lint": ["flake8==3.9.2", "black==21.5b2", "isort==5.9.0"],
30+
"lint": ["flake8==3.9.2", "black==22.3.0", "isort==5.9.0"],
3131
"test": ["pytest==6.2.5", "pytest-mock==3.4.0"],
3232
},
3333
include_package_data=True,

0 commit comments

Comments
 (0)