Skip to content

Commit

Permalink
pip(deps): update black requirement from ~=22.1 to ~=22.3
Browse files Browse the repository at this point in the history
Updates the requirements on [black](https://github.com/psf/black) to permit the latest version.
- [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/22.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 12, 2022
1 parent 582caa2 commit 2a1b7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/DEV_REQUIREMENTS.txt
@@ -1,5 +1,5 @@
black~=22.1 ; python_version >= '3.7'
black~=21.4b0 ; python_version == '3.6'
black~=22.3 ; python_version == '3.6'
coveralls~=3.3
coverage[toml]~=6.1
isort~=5.10
Expand Down

0 comments on commit 2a1b7dc

Please sign in to comment.