From 003eb3a7db32a473b6ee23c7479e151593de4224 Mon Sep 17 00:00:00 2001 From: Yeison Vargas Date: Mon, 19 Sep 2022 15:40:30 -0500 Subject: [PATCH] Using the latest dparse version --- setup.cfg | 2 +- test_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index e9ec4554..35ef688a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,7 +39,7 @@ install_requires = Click>=8.0.2 requests packaging>=21.0 - dparse>=0.6.0 + dparse>=0.6.2 ruamel.yaml>=0.17.21 [options.entry_points] diff --git a/test_requirements.txt b/test_requirements.txt index b556e1c6..60167d4e 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -4,5 +4,5 @@ setuptools>=19.3 Click>=8.0.2 requests packaging>=21.0 -dparse>=0.6.0 +dparse>=0.6.2 ruamel.yaml>=0.17.21