Skip to content

Commit

Permalink
deps(dev): bump the major-dependencies group with 1 update
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.

Updates `black` to 23.12.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.9.0...23.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and stdavis committed Jan 8, 2024
1 parent 2c4fe96 commit 653594b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
],
extras_require={
"tests": [
"black>=23.9,<23.12",
"black>=23.9,<23.13",
"callee==0.3.*",
"pytest-cov==4.1.*",
"pytest-instafail==0.5.*",
Expand Down

0 comments on commit 653594b

Please sign in to comment.