From 75f1b8201e8a51ba2e5c62f3854000c0c7e98d5a Mon Sep 17 00:00:00 2001 From: Mike Alfare <13974384+mikealfare@users.noreply.github.com> Date: Thu, 28 Mar 2024 13:43:32 -0400 Subject: [PATCH] Pin `black>=24.3` (#140) --- .changes/unreleased/Security-20240327-194326.yaml | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Security-20240327-194326.yaml 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", ]