Skip to content

Commit

Permalink
pin pywps==4.5.0 and owslib==0.25.0 as tentative resolution of XML se…
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Sep 1, 2021
1 parent c14b889 commit 16d9a4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ Fixes:
- Fix some invalid definitions of execution inputs schemas under mapping with ``value`` sub-schema where key-based
input IDs (using ``additionalProperties``) where replaced by the *variable* ``<input-id>`` name instead of their
original names in the request body (from `#265 <https://github.com/crim-ca/weaver/issues/265>`_ since ``3.4.0``).
- Fix XML security issue flag within dependencies to ``PyWPS`` and ``OWSLib`` by pinning requirements to
versions ``pywps==4.5.0`` and ``owslib==0.25.0`` (see following for details:
`geopython/pywps#616 <https://github.com/geopython/pywps/pull/616>`_,
`geopython/pywps#618 <https://github.com/geopython/pywps/pull/618>`_,
`geopython/pywps#624 <https://github.com/geopython/pywps/issues/624>`_).

`3.5.0 <https://github.com/crim-ca/weaver/tree/3.5.0>`_ (2021-08-19)
========================================================================
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ lxml
mako
# esgf-compute-api (cwt) needs oauthlib but doesn't add it in their requirements
oauthlib
owslib>=0.19.2
owslib==0.25.0
pymongo
pyramid>=1.7.3
pyramid_beaker>=0.8
Expand All @@ -46,7 +46,7 @@ pyramid_mako
python-dateutil
pyramid_rewrite
pytz
pywps==4.4.3
pywps==4.5.0
pyyaml>=5.2
requests
requests_file
Expand Down

0 comments on commit 16d9a4f

Please sign in to comment.