From aeeb64698371e6dcf6fe4f3b098361141976d726 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Wed, 27 Mar 2024 19:40:09 -0400 Subject: [PATCH] Pin `black>=24.3` --- .changes/unreleased/Security-20240327-193942.yaml | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Security-20240327-193942.yaml diff --git a/.changes/unreleased/Security-20240327-193942.yaml b/.changes/unreleased/Security-20240327-193942.yaml new file mode 100644 index 00000000..66dee543 --- /dev/null +++ b/.changes/unreleased/Security-20240327-193942.yaml @@ -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" diff --git a/pyproject.toml b/pyproject.toml index acef4e33..10fd7f7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dependencies = [ [tool.hatch.envs.lint] detached = true dependencies = [ - "black", + "black>=24.3", "flake8", "Flake8-pyproject", ]