Skip to content

Commit

Permalink
Update black requirement from <25,>=22 to >=22,<26
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](psf/black@22.1.0...25.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2025
1 parent d0f7d86 commit 24b3bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ mozilla_dev = "mozilla_sec_eia.cli:main"
[project.optional-dependencies]
dev = [
"build>=1,<2", # The setuptools package builder
"black>=22,<25", # A deterministic code formatter
"black>=22,<26", # A deterministic code formatter
# "label-studio>=1.12,<2.0", # Tool for labeling training data, exclude until pydantic upgrade
"tox>=4,<5", # Python test environment manager
"twine>=4,<7", # Used to make releases to PyPI
Expand Down

0 comments on commit 24b3bf5

Please sign in to comment.