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

chore(deps-dev): bump black from 21.7b0 to 21.8b0 #136

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
36 changes: 4 additions & 32 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#
# pip-compile --allow-unsafe --output-file=requirements-dev.txt requirements-dev.in
#
appdirs==1.4.4
# via black
astor==0.8.1
# via flake8-simplify
astpretty==2.1.0
Expand All @@ -15,9 +13,7 @@ astroid==2.7.2
asttokens==2.0.5
# via flake8-aaa
astunparse==1.6.3
# via
# -r docs/requirements.txt
# pytkdocs
# via -r docs/requirements.txt
attrs==21.2.0
# via
# flake8-bugbear
Expand All @@ -37,12 +33,10 @@ beautifulsoup4==4.9.3
# via
# -r docs/requirements.txt
# mkdocs-htmlproofer-plugin
black==21.7b0
black==21.8b0
# via -r requirements-dev.in
cached-property==1.5.2
# via
# -r docs/requirements.txt
# pytkdocs
# via -r docs/requirements.txt
certifi==2021.5.30
# via
# -r docs/requirements.txt
Expand Down Expand Up @@ -170,19 +164,7 @@ importlib-metadata==4.7.1
# via
# -r docs/requirements.txt
# -r requirements.txt
# click
# flake8
# flake8-comprehensions
# flake8-simplify
# flake8-typing-imports
# markdown
# mkdocs
# pep517
# pluggy
# pre-commit
# pytest
# stevedore
# virtualenv
iniconfig==1.1.1
# via pytest
isort==5.9.3
Expand Down Expand Up @@ -305,6 +287,7 @@ pip-tools==6.2.0
# via -r requirements-dev.in
platformdirs==2.2.0
# via
# black
# pylint
# virtualenv
pluggy==0.13.1
Expand Down Expand Up @@ -431,22 +414,12 @@ tomli==1.2.1
# via
# black
# pep517
typed-ast==1.4.3
# via
# astroid
# black
# flake8-annotations
# mypy
typing-extensions==3.10.0.0
# via
# -r docs/requirements.txt
# -r requirements.txt
# astroid
# black
# gitpython
# importlib-metadata
# mypy
# pytkdocs
urllib3==1.26.6
# via
# -r docs/requirements.txt
Expand Down Expand Up @@ -474,7 +447,6 @@ zipp==3.5.0
# -r docs/requirements.txt
# -r requirements.txt
# importlib-metadata
# pep517

# The following packages are considered to be unsafe in a requirements file:
pip==21.2.4
Expand Down