Skip to content

Commit

Permalink
build(deps-dev): bump black from 21.9b0 to 21.11b1 in /requirements
Browse files Browse the repository at this point in the history
Bumps [black](https://github.com/psf/black) from 21.9b0 to 21.11b1.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and palango committed Dec 3, 2021
1 parent 4ff18a1 commit 789787e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ repos:
args: ["--ignore-whitespace", "--settings-path", "./"]

- repo: https://github.com/python/black
rev: 21.9b0
rev: 21.11b1
hooks:
- id: black

Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ bitarray==1.2.1
# via
# -r requirements-dev.txt
# eth-account
black==21.9b0
black==21.11b1
# via -r requirements-dev.txt
bleach==3.3.0
# via
Expand Down Expand Up @@ -627,7 +627,7 @@ raiden-webui==1.2.1
# via -r requirements-dev.txt
readme-renderer==30.0
# via -r requirements-dev.txt
regex==2020.6.8
regex==2021.11.10
# via
# -r requirements-dev.txt
# black
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ isort
readme-renderer
pylint
mypy
black==21.9b0
black==21.11b1
typed-ast>=1.4.2
types-requests
types-flask
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ bitarray==1.2.1
# via
# -r requirements.txt
# eth-account
black==21.9b0
black==21.11b1
# via -r requirements-dev.in
bleach==3.3.0
# via
Expand Down Expand Up @@ -535,7 +535,7 @@ raiden-webui==1.2.1
# via -r requirements.txt
readme-renderer==30.0
# via -r requirements-dev.in
regex==2020.6.8
regex==2021.11.10
# via black
requests==2.26.0
# via
Expand Down

0 comments on commit 789787e

Please sign in to comment.