Skip to content

Commit

Permalink
chore(deps-dev): bump black from 23.3.0 to 23.7.0 in /requirements (#534
Browse files Browse the repository at this point in the history
)

* chore(deps-dev): bump black from 23.3.0 to 23.7.0 in /requirements

Bumps [black](https://github.com/psf/black) from 23.3.0 to 23.7.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.3.0...23.7.0)

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

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

* Update requirements/dev.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Wing Fung Lau <4760060+hawflau@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and hawflau authored Sep 5, 2023
1 parent 2f4a20f commit 7c24453
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ parameterized==0.9.0
pyelftools~=0.29 # Used to verify the generated Go binary architecture in integration tests (utils.py)

# formatter
black==23.3.0
black==22.6.0; python_version < "3.8"
black==23.7.0; python_version >= "3.8"
ruff==0.0.287

0 comments on commit 7c24453

Please sign in to comment.