Skip to content

Commit

Permalink
Upgrade black to 21.9b0
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Sep 18, 2021
1 parent 9fd264f commit 6a561ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"pytest-cov>=2,<3",
"codecov>=2,<3",
"flake8>=3,<4",
"black==21.7b0",
"black==21.9b0",
"psutil>=5,<6",
"databases>=0.3",
# used only under slack_sdk/*_store
Expand All @@ -34,7 +34,7 @@
"moto<2", # For AWS tests
]
codegen_dependencies = [
"black==21.7b0",
"black==21.9b0",
]

needs_pytest = {"pytest", "test", "ptr"}.intersection(sys.argv)
Expand Down

0 comments on commit 6a561ac

Please sign in to comment.