File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,11 @@ Fixes:
73
73
- Fix some invalid definitions of execution inputs schemas under mapping with ``value `` sub-schema where key-based
74
74
input IDs (using ``additionalProperties ``) where replaced by the *variable * ``<input-id> `` name instead of their
75
75
original names in the request body (from `#265 <https://github.com/crim-ca/weaver/issues/265 >`_ since ``3.4.0 ``).
76
+ - Fix XML security issue flag within dependencies to ``PyWPS `` and ``OWSLib `` by pinning requirements to
77
+ versions ``pywps==4.5.0 `` and ``owslib==0.25.0 `` (see following for details:
78
+ `geopython/pywps#616 <https://github.com/geopython/pywps/pull/616 >`_,
79
+ `geopython/pywps#618 <https://github.com/geopython/pywps/pull/618 >`_,
80
+ `geopython/pywps#624 <https://github.com/geopython/pywps/issues/624 >`_).
76
81
77
82
`3.5.0 <https://github.com/crim-ca/weaver/tree/3.5.0 >`_ (2021-08-19)
78
83
========================================================================
Original file line number Diff line number Diff line change 37
37
mako
38
38
# esgf-compute-api (cwt) needs oauthlib but doesn't add it in their requirements
39
39
oauthlib
40
- owslib >= 0.19.2
40
+ owslib == 0.25.0
41
41
pymongo
42
42
pyramid >= 1.7.3
43
43
pyramid_beaker >= 0.8
@@ -46,7 +46,7 @@ pyramid_mako
46
46
python-dateutil
47
47
pyramid_rewrite
48
48
pytz
49
- pywps == 4.4.3
49
+ pywps == 4.5.0
50
50
pyyaml >= 5.2
51
51
requests
52
52
requests_file
You can’t perform that action at this time.
0 commit comments