Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def black(session: nox.sessions.Session):

"""
# Pip install the session requirements.
session.install("black==21.5b1")
session.install("black==21.5b2")
# Execute the black format checker on the package.
session.run("black", "--check", PACKAGE)
# Execute the black format checker on this file.
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci/py36.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:

# Test dependencies.
- asv
- black=21.5b1
- black=21.5b2
- filelock
- flake8
- imagehash>=4.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci/py37.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:

# Test dependencies.
- asv
- black=21.5b1
- black=21.5b2
- filelock
- flake8
- imagehash>=4.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci/py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:

# Test dependencies.
- asv
- black=21.5b1
- black=21.5b2
- filelock
- flake8
- imagehash>=4.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Test dependencies.

asv
black==21.5b1
black==21.5b2
filelock
imagehash>=4.0
nose
Expand Down