Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump black from 21.5b2 to 21.7b0 #51

Closed
wants to merge 1 commit into from
Closed
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
11 changes: 6 additions & 5 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ appdirs==1.4.4
# via black
attrs==21.2.0
# via pytest
black==21.5b2
black==21.7b0
# via -r dev_requirements.in
click==8.0.1
# via
Expand All @@ -24,18 +24,18 @@ isort==5.8.0
# via -r dev_requirements.in
mccabe==0.6.1
# via flake8
mypy==0.902
# via -r dev_requirements.in
mypy-extensions==0.4.3
# via
# black
# mypy
mypy==0.902
# via -r dev_requirements.in
numpy==1.20.3
# via pandas
packaging==20.9
# via pytest
pandas==1.2.4
# via opensafely-matching
# via sanitized-package
pathspec==0.8.1
# via black
pep517==0.10.0
Expand Down Expand Up @@ -64,10 +64,11 @@ six==1.16.0
# via python-dateutil
toml==0.10.2
# via
# black
# mypy
# pep517
# pytest
tomli==1.0.4
# via black
typing-extensions==3.10.0.0
# via mypy

Expand Down