Skip to content

Commit

Permalink
Upgrade black version to latest (19.3b0)
Browse files Browse the repository at this point in the history
black==19.3b0 was released on 2019-03-14

See https://pypi.org/project/black/#history
  • Loading branch information
chbrown authored and paddycarey committed Apr 1, 2019
1 parent a86a596 commit 16aeee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read(fname):
long_description_content_type="text/markdown",
py_modules=["pytest_black"],
python_requires=">=3.6",
install_requires=["pytest>=3.5.0", "black==18.9b0"],
install_requires=["pytest>=3.5.0", "black==19.3b0"],
use_scm_version=True,
setup_requires=['setuptools_scm'],
classifiers=[
Expand Down

0 comments on commit 16aeee9

Please sign in to comment.