Skip to content

Commit

Permalink
Update to OWSLib 0.29.3 (#973)
Browse files Browse the repository at this point in the history
This fixes CVE-2023-27476.
  • Loading branch information
pjonsson committed Nov 23, 2023
1 parent 564947f commit 3c08d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 3c08d7a

Please sign in to comment.