Skip to content

Commit

Permalink
chore(deps-dev): bump black from 24.8.0 to 24.10.0 in /requirements (#…
Browse files Browse the repository at this point in the history
…7544)

* chore(deps-dev): bump black from 24.8.0 to 24.10.0 in /requirements

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

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

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

* use older version for py3.8

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mehmet Nuri Deveci <5735811+mndeveci@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and mndeveci authored Oct 21, 2024
1 parent 95be3bd commit 97e63dc
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 @@ -42,5 +42,6 @@ pytest-json-report-wip==1.5.1
filelock==3.16.1

# formatter
black==24.8.0
black==24.10.0; python_version>="3.9"
black==24.8.0; python_version<"3.9"
psutil==6.0.0

0 comments on commit 97e63dc

Please sign in to comment.