Skip to content

Commit

Permalink
Pin black>=24.3 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare authored Mar 28, 2024
1 parent ee3da67 commit b35ce40
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Security-20240327-193942.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Security
body: Pin `black>=24.3` in `pyproject.toml`
time: 2024-03-27T19:39:42.633016-04:00
custom:
Author: mikealfare
Issue: "40"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies = [
[tool.hatch.envs.lint]
detached = true
dependencies = [
"black",
"black>=24.3",
"flake8",
"Flake8-pyproject",
]
Expand Down

0 comments on commit b35ce40

Please sign in to comment.