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.
30 lines
857 B
30 lines
857 B
From 54d85745d55fa0d148c04bfb1ad6c44c0ae9737b 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 de1ba4d0..ab9af0c5 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'",
|
|
"trove-classifiers",
|
|
]
|
|
--
|
|
2.41.0
|
|
|