Skip to content

Commit

Permalink
Update black requirement from ~=24.8 to >=23.12,<24.11 (#878)
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@24.8.0...24.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael R. Crusoe <1330696+mr-c@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and mr-c authored Oct 8, 2024
1 parent e174773 commit f22b6b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mypy-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mypy[mypyc]==1.11.2 # update pyproject.toml as well
black~=24.8
black>=23.12,<24.11
types-requests
types-dataclasses
objgraph
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ ruamel.yaml >= 0.17.6, < 0.19
rdflib>= 4.2.2, < 8.0.0
mistune>=3,<3.1
CacheControl[filecache]>= 0.11.7, < 0.15
black>=19.10b0,<24.9
black>=19.10b0,<24.11
mypy_extensions
importlib_resources>=1.4;python_version<'3.9'

0 comments on commit f22b6b1

Please sign in to comment.