From 17a6a15c0ea1cc056140f5d37a467477ce05f5a5 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Thu, 20 Jan 2022 11:49:13 -0500 Subject: [PATCH] Support argcomplete v2 (#564) --- requirements-conda-test.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-conda-test.txt b/requirements-conda-test.txt index 946e337f..03fc477b 100644 --- a/requirements-conda-test.txt +++ b/requirements-conda-test.txt @@ -1,4 +1,4 @@ -argcomplete >=1.9.4,<2.0 +argcomplete >=1.9.4,<3.0 colorlog >=2.6.1,<7.0.0 jinja2 py >=1.4.0,<2.0.0 diff --git a/setup.cfg b/setup.cfg index 67823fb6..422b4eb9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ project_urls = packages = nox install_requires = - argcomplete>=1.9.4,<2.0 + argcomplete>=1.9.4,<3.0 colorlog>=2.6.1,<7.0.0 packaging>=20.9 py>=1.4.0,<2.0.0