Skip to content

Commit

Permalink
chore(deps): bump black from 22.8.0 to 22.10.0 (#107)
Browse files Browse the repository at this point in the history
Bumps [black](https://github.com/psf/black) from 22.8.0 to 22.10.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@22.8.0...22.10.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 2, 2022
1 parent 88280f1 commit 63ba577
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ flake8==5.0.4
Sphinx==5.1.1
twine==4.0.1
pytest==7.1.3
black==22.8.0
black==22.10.0
tox==3.26.0
sphinx_mdinclude==0.5.3
furo==2022.9.29
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"cpplint==1.6.1",
"pylint==2.15.2",
"flake8==5.0.4",
"black==22.8.0",
"black==22.10.0",
"isort==5.10.1",
"mypy==0.971",
]
Expand Down

0 comments on commit 63ba577

Please sign in to comment.