From e9c2005750a0d95a7cc9a100e1edeb3bfc2a984a Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Fri, 1 Oct 2021 15:09:30 -0400 Subject: Modern invoke/invocations Including nuking pointless old pins of wheel/twine, new invocations sets those for release task stuff itself --- dev-requirements.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'dev-requirements.txt') diff --git a/dev-requirements.txt b/dev-requirements.txt index 56f53ad9..f107c53c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ # Invocations for common project tasks -invoke>=1.0,<2.0 -invocations>=1.2.0,<2.0 +invoke==1.6.0 +invocations==2.3.0 pytest==4.4.2 pytest-relaxed==1.1.5 # pytest-xdist for test dir watching and the inv guard task @@ -17,7 +17,5 @@ alabaster==0.7.12 releases>=1.5,<2.0 # Release tools semantic_version>=2.4,<2.5 -wheel==0.24 -twine==1.11.0 # Self -e . -- cgit v1.2.1