From 030c70ab3e1f4a87bbff4b2195e665d7995ba844 Mon Sep 17 00:00:00 2001 From: Dylan Pulver <35541198+dylanpulver@users.noreply.github.com> Date: Fri, 8 Nov 2024 13:19:28 -0500 Subject: [PATCH] chore/upgrade-dparse (#633) --- LICENSES.md | 2 +- setup.cfg | 2 +- test_requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSES.md b/LICENSES.md index b2f33473..28b43a03 100644 --- a/LICENSES.md +++ b/LICENSES.md @@ -18,7 +18,7 @@ | cryptography | 43.0.0 | Apache Software License; BSD License | | distlib | 0.3.8 | Python Software Foundation License | | docutils | 0.21.2 | BSD License; GNU General Public License (GPL); Public Domain; Python Software Foundation License | -| dparse | 0.6.4b0 | MIT License | +| dparse | 0.6.4 | MIT License | | filelock | 3.12.4 | The Unlicense (Unlicense) | | idna | 3.7 | BSD License | | importlib_metadata | 8.4.0 | Apache Software License | diff --git a/setup.cfg b/setup.cfg index 7f5ea4b4..2742c3ea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -42,7 +42,7 @@ install_requires = urllib3>=1.26.5 requests packaging>=21.0 - dparse>=0.6.4b0 + dparse>=0.6.4 ruamel.yaml>=0.17.21 jinja2>=3.1.0 marshmallow>=3.15.0 diff --git a/test_requirements.txt b/test_requirements.txt index 0efa4dc8..fb64b08c 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -6,7 +6,7 @@ Click>=8.0.2 urllib3>=1.26.5 requests packaging>=21.0,<=23.0 -dparse>=0.6.2 +dparse>=0.6.4 ruamel.yaml>=0.17.21 dataclasses==0.8; python_version=="3.6" jinja2; python_version=="3.6"