From d673e2268410578f83a5067050bce2bdcee8fd37 Mon Sep 17 00:00:00 2001 From: Emily Ratliff Date: Tue, 25 Jul 2023 15:59:55 -0500 Subject: [PATCH] address two deprecated features in build --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 0062e06b..d673316b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ tag = True [bumpversion:file:docs/conf.py] [metadata] -license_file = LICENSE +license_files = LICENSE [bdist_wheel] universal = 1 diff --git a/setup.py b/setup.py index d5b17a5f..971460b1 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def get_version(): 'appdirs', 'colorama', 'cpe', - 'jsonschema[format-nongpl]>=4.6.0', + 'jsonschema[format-nongpl]>=4.6.0,<4.18.0', 'python-dateutil', 'requests', 'requests_cache',