Skip to content

Commit

Permalink
Pin click == 7.0 (#1890)
Browse files Browse the repository at this point in the history
* Pin pytest version

* Upgrade attrs

* Back to pytest ~= 4.6.0
  • Loading branch information
Sean Gillies committed Mar 16, 2020
1 parent bcb1ce0 commit 0a32f6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Expand Up @@ -6,7 +6,7 @@ delocate
hypothesis
numpydoc
packaging
pytest>=3.1.0
pytest~=4.6.0
pytest-cov>=2.2.0
sphinx
sphinx-rtd-theme
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
@@ -1,11 +1,11 @@
affine>=1.3.0
attrs>=16.0.0
affine~=2.3.0
attrs>=17.4.0
boto3>=1.2.4
click==7.0
click-plugins
cligj>=0.5
enum34; python_version < "3.4"
matplotlib
numpy>=1.10
snuggs>=1.4.1
setuptools>=0.9.8
snuggs~=1.4.0
setuptools>=20.0

0 comments on commit 0a32f6a

Please sign in to comment.