Skip to content

Commit

Permalink
Bump black from 24.2.0 to 24.3.0 in /backend (#968)
Browse files Browse the repository at this point in the history
Bumps [black](https://github.com/psf/black) from 24.2.0 to 24.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.2.0...24.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 27, 2024
1 parent 8f3a119 commit 0ebc658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tqdm~=4.66.2
ipython~=8.22.2

# style checker
black~=24.2.0
black~=24.3.0
ruff~=0.3.2

# dependency management
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ attrs==23.2.0
# -r requirements.txt
# jsonschema
# referencing
black==24.2.0
black==24.3.0
# via -r requirements-dev.in
blessed==1.20.0
# via -r requirements.txt
Expand Down

0 comments on commit 0ebc658

Please sign in to comment.