You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
python-hatchling/0001-Downstream-only-loosen...

30 lines
835 B

From f80ce20f38f90d356fa5e7a986059b36853c5310 Mon Sep 17 00:00:00 2001
From: "Benjamin A. Beasley" <code@musicinmybrain.net>
Date: Mon, 24 Jul 2023 11:30:02 -0400
Subject: [PATCH] Downstream-only: loosen dependency versions for EPEL9
See discussion in https://bugzilla.redhat.com/show_bug.cgi?id=2158497.
---
backend/pyproject.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/backend/pyproject.toml b/backend/pyproject.toml
index 5b3e42f6..cca9f2dc 100644
--- a/backend/pyproject.toml
+++ b/backend/pyproject.toml
@@ -37,9 +37,9 @@ classifiers = [
dependencies = [
"editables>=0.3",
"importlib-metadata; python_version < '3.8'",
- "packaging>=21.3",
+ "packaging>=20.9",
"pathspec>=0.10.1",
- "pluggy>=1.0.0",
+ "pluggy>=0.13.1",
"tomli>=1.2.2; python_version < '3.11'",
]
--
2.41.0