diff --git a/setup.py b/setup.py index 5f1ba31c..f1e44c8d 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ test_requirements = [ 'pytest', 'pytest_cov', 'pytest_localserver', - 'owslib<0.28.1', # OWSLib is broken from here to at least 0.29.1 - should be fixed in 0.29.2 + 'owslib>0.29.2', 'pytest_mock', 'pep8', 'pytest-helpers-namespace', 'flask-cors', 'fsspec',