Skip to content

Commit 5b2ee22

Browse files
pip(deps): update black requirement from ~=22.1 to ~=23.1a1
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) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8bd55a4 commit 5b2ee22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/DEV_REQUIREMENTS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
black~=22.1 ; python_version >= '3.7'
2-
black~=21.4b0 ; python_version == '3.6'
2+
black~=23.1a1 ; python_version == '3.6'
33
coveralls~=3.3
44
coverage[toml]~=6.1
55
isort~=5.10

0 commit comments

Comments
 (0)