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