diff --git a/.changes/unreleased/Security-20240327-194326.yaml b/.changes/unreleased/Security-20240327-194326.yaml new file mode 100644 index 00000000..b297b368 --- /dev/null +++ b/.changes/unreleased/Security-20240327-194326.yaml @@ -0,0 +1,6 @@ +kind: Security +body: Pin `black>=24.3` in `pyproject.toml` +time: 2024-03-27T19:43:26.672043-04:00 +custom: + Author: mikealfare + Issue: "140" diff --git a/pyproject.toml b/pyproject.toml index f9b8b0f7..74c2374e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dependencies = [ [tool.hatch.envs.lint] detached = true dependencies = [ - "black", + "black>=24.3", "flake8", "Flake8-pyproject", ]