Skip to content

Commit

Permalink
deps(dev): update black requirement in the major-dependencies group
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 24.4.2
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.3.0...24.4.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jacobdadams committed May 22, 2024
1 parent 3336b6f commit 2a4b58f
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 @@ -55,7 +55,7 @@
"pytest-ruff==0.*",
"pytest-watch~=4.2",
"pytest>=6,<9",
"black>=23.3,<24.4",
"black>=23.3,<24.5",
"requests-mock==1.*",
"ruff==0.0.*",
]
Expand Down

0 comments on commit 2a4b58f

Please sign in to comment.