From f872745f300202deeaf1a20d3ed62cc49f9b2c21 Mon Sep 17 00:00:00 2001 From: "geo-ghci-int[bot]" <146321879+geo-ghci-int[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 19:53:36 +0000 Subject: [PATCH] Audit Snyk check/fix 2.7 --- Pipfile | 2 +- Pipfile.lock | 22 +++---- doc/Pipfile | 2 +- doc/Pipfile.lock | 57 +++++----------- docker/qgisserver/python/3.10/Pipfile | 2 +- docker/qgisserver/python/3.10/Pipfile.lock | 77 ++++++---------------- docker/qgisserver/python/3.8/Pipfile | 2 +- docker/qgisserver/python/3.8/Pipfile.lock | 14 ++-- 8 files changed, 57 insertions(+), 121 deletions(-) diff --git a/Pipfile b/Pipfile index ab73f62049..35af458dc8 100644 --- a/Pipfile +++ b/Pipfile @@ -81,7 +81,7 @@ idna = "==3.7" importlib-metadata = "==4.11.4" importlib-resources = "==5.4.0" iso8601 = "==1.0.2" -jinja2 = "==3.1.4" +jinja2 = "==3.1.5" jinja2-time = "==0.2.0" jmespath = "==0.10.0" lingua = "==4.15.0" diff --git a/Pipfile.lock b/Pipfile.lock index f7898e5f73..564916cd7b 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "bc6e420f8c2831bf429f6434fdde19c301b59aa5325a0ecb684f9703385c2af4" + "sha256": "6011b9d5316c7063af1798fb50b20bcc587a30e078e94766d0938d7cd72cc999" }, "pipfile-spec": 6, "requires": { @@ -607,11 +607,11 @@ }, "jinja2": { "hashes": [ - "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369", - "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d" + "sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb", + "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb" ], "index": "pypi", - "version": "==3.1.4" + "version": "==3.1.5" }, "jinja2-time": { "hashes": [ @@ -2478,7 +2478,7 @@ "sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7", "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951" ], - "markers": "python_version < '4' and python_full_version >= '3.6.1'", + "markers": "python_version < '4.0' and python_full_version >= '3.6.1'", "version": "==5.10.1" }, "jeepney": { @@ -2491,11 +2491,11 @@ }, "jinja2": { "hashes": [ - "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369", - "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d" + "sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb", + "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb" ], "index": "pypi", - "version": "==3.1.4" + "version": "==3.1.5" }, "jmespath": { "hashes": [ @@ -2518,7 +2518,7 @@ "sha256:636694eb41b3535ed608fe04129f26542b59ed99808b4f688aa32dcf55317a83", "sha256:77281a1f71684953ee8b3d488371b162419767973789272434bbc3f29d9c8823" ], - "markers": "python_version >= '3.7'", + "markers": "python_version >= '3'", "version": "==4.4.0" }, "jsonschema-gentypes": { @@ -3301,7 +3301,7 @@ "sha256:5c6bd9dc7a543b7fe4304a631f8a8a3b674e2bbfc49c2ae96200cdbe55df6b17", "sha256:95c5d300c4e879ee69708c428ba566c59478fd653cc3a22243eeb8ed846950bb" ], - "markers": "python_version >= '3.6' and python_version < '4'", + "markers": "python_version >= '3.6' and python_version < '4.0'", "version": "==4.8" }, "ruamel.yaml": { @@ -3501,7 +3501,7 @@ "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc", "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f" ], - "markers": "python_version >= '3.7'", + "markers": "python_version < '3.11'", "version": "==2.0.1" }, "tqdm": { diff --git a/doc/Pipfile b/doc/Pipfile index b72b1418a2..976fac355a 100644 --- a/doc/Pipfile +++ b/doc/Pipfile @@ -23,7 +23,7 @@ docutils = "==0.17.1" idna = "==3.7" imagesize = "==1.3.0" isodate = "==0.6.1" -jinja2 = "==3.1.4" +jinja2 = "==3.1.5" jsonpointer = "==2.2" markupsafe = "==2.0.1" packaging = "==21.3" diff --git a/doc/Pipfile.lock b/doc/Pipfile.lock index 054e9e6403..f7bf16af8c 100644 --- a/doc/Pipfile.lock +++ b/doc/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "2e6e8923bfae93ef339623e2cf04d9da354536bbb675adacd61d869d009c0d66" + "sha256": "0a9e6b83c9a75747986bd605e8ed4c3cb025aad1a1bb8422bd927815731e9edf" }, "pipfile-spec": 6, "requires": { @@ -22,16 +22,15 @@ "sha256:a27a4a084d5e690e16e01e03ad2b2e552c61a65469419b907243193de1a84ae2" ], "index": "pypi", - "markers": "python_version >= '3.6'", "version": "==0.7.13" }, "attrs": { "hashes": [ - "sha256:5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346", - "sha256:81921eb96de3191c8258c199618104dd27ac608d9366f5e35d011eae1867ede2" + "sha256:8f5c07333d543103541ba7be0e2ce16eeee8130cb0b3f9238ab904ce1e85baff", + "sha256:ac96cd038792094f438ad1f6ff80837353805ac950cd2aa0e0625ef19850c308" ], - "markers": "python_version >= '3.7'", - "version": "==24.2.0" + "markers": "python_version >= '3.8'", + "version": "==24.3.0" }, "babel": { "hashes": [ @@ -39,7 +38,6 @@ "sha256:bc0c176f9f6a994582230df350aa6e05ba2ebe4b3ac317eab29d9be5d2768da0" ], "index": "pypi", - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==2.9.1" }, "bottle": { @@ -63,7 +61,6 @@ "sha256:c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90" ], "index": "pypi", - "markers": "python_version >= '3.6'", "version": "==2024.7.4" }, "charset-normalizer": { @@ -72,7 +69,6 @@ "sha256:6881edbebdb17b39b4eaaa821b438bf6eddffb4468cf344f09f89def34a8b1df" ], "index": "pypi", - "markers": "python_full_version >= '3.5.0'", "version": "==2.0.12" }, "docutils": { @@ -81,7 +77,6 @@ "sha256:cf316c8370a737a022b72b56874f6602acf974a37a9fba42ec2876387549fc61" ], "index": "pypi", - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'", "version": "==0.17.1" }, "hupper": { @@ -98,7 +93,6 @@ "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0" ], "index": "pypi", - "markers": "python_version >= '3.5'", "version": "==3.7" }, "imagesize": { @@ -107,7 +101,6 @@ "sha256:cd1750d452385ca327479d45b64d9c7729ecf0b3969a58148298c77092261f9d" ], "index": "pypi", - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==1.3.0" }, "importlib-metadata": { @@ -116,7 +109,6 @@ "sha256:ddb0e35065e8938f867ed4928d0ae5bf2a53b7773871bfe6bcc7e4fcdc7dea43" ], "index": "pypi", - "markers": "python_version >= '3.7'", "version": "==5.0.0" }, "importlib-resources": { @@ -124,7 +116,7 @@ "sha256:980862a1d16c9e147a59603677fa2aa5fd82b87f223b6cb870695bcfce830065", "sha256:ac29d5f956f01d5e4bb63102a5a19957f1b9175e45649977264a1416783bb717" ], - "markers": "python_version >= '3.8'", + "markers": "python_version < '3.9'", "version": "==6.4.5" }, "isodate": { @@ -137,12 +129,11 @@ }, "jinja2": { "hashes": [ - "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369", - "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d" + "sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb", + "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb" ], "index": "pypi", - "markers": "python_version >= '3.7'", - "version": "==3.1.4" + "version": "==3.1.5" }, "jsonpointer": { "hashes": [ @@ -150,7 +141,6 @@ "sha256:f09f8deecaaa5aea65b5eb4f67ca4e54e1a61f7a11c75085e360fe6feb6a48bf" ], "index": "pypi", - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==2.2" }, "jsonschema": { @@ -171,11 +161,11 @@ }, "mako": { "hashes": [ - "sha256:9ec3a1583713479fae654f83ed9fa8c9a4c16b7bb0daba0e6bbebff50c0d983d", - "sha256:a91198468092a2f1a0de86ca92690fb0cfc43ca90ee17e15d93662b4c04b241a" + "sha256:42f48953c7eb91332040ff567eb7eea69b22e7a4affbc5ba8e845e8f730f6627", + "sha256:577b97e414580d3e088d47c2dbbe9594aa7a5146ed2875d4dfa9075af2dd3cc8" ], "markers": "python_version >= '3.8'", - "version": "==1.3.6" + "version": "==1.3.8" }, "markupsafe": { "hashes": [ @@ -250,7 +240,6 @@ "sha256:fa130dd50c57d53368c9d59395cb5526eda596d3ffe36666cd81a44d56e48872" ], "index": "pypi", - "markers": "python_version >= '3.6'", "version": "==2.0.1" }, "numpy": { @@ -293,7 +282,6 @@ "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522" ], "index": "pypi", - "markers": "python_version >= '3.6'", "version": "==21.3" }, "pastedeploy": { @@ -377,7 +365,6 @@ "sha256:ff61bfd9253c3915e6d41c651d5f962da23eda633cf02262990094a18a55371a" ], "index": "pypi", - "markers": "python_version >= '3.8'", "version": "==10.3.0" }, "pkgutil-resolve-name": { @@ -385,7 +372,7 @@ "sha256:357d6c9e6a755653cfd78893817c0853af365dd51ec97f3d358a819373bbd174", "sha256:ca27cc078d25c5ad71a9de0a7a330146c4e014c2462d9af19c6b828280649c5e" ], - "markers": "python_version >= '3.6'", + "markers": "python_version < '3.9'", "version": "==1.3.10" }, "plaster": { @@ -410,7 +397,6 @@ "sha256:db2db3deb4b4179f399a09054b023b6a586b76499d36965813c71aa8ed7b5fd1" ], "index": "pypi", - "markers": "python_version >= '3.7'", "version": "==2.15.1" }, "pyparsing": { @@ -419,7 +405,6 @@ "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc" ], "index": "pypi", - "markers": "python_full_version >= '3.6.8'", "version": "==3.0.9" }, "pyproj": { @@ -541,7 +526,6 @@ "sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f" ], "index": "pypi", - "markers": "python_version >= '3.6'", "version": "==6.0.1" }, "referencing": { @@ -558,7 +542,6 @@ "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6" ], "index": "pypi", - "markers": "python_version >= '3.8'", "version": "==2.32.3" }, "rpds-py": { @@ -703,7 +686,6 @@ "sha256:f211a66637b8fa059bb28183da127d4e86396c991a942b028c6650d4319c3fd0" ], "index": "pypi", - "markers": "python_version >= '3.8'", "version": "==70.0.0" }, "shapely": { @@ -760,7 +742,6 @@ "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" ], "index": "pypi", - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", "version": "==1.16.0" }, "snowballstemmer": { @@ -777,7 +758,6 @@ "sha256:6caad9786055cb1fa22b4a365c1775816b876f91966481765d7d50e9f0dd35cc" ], "index": "pypi", - "markers": "python_version >= '3.6'", "version": "==4.4.0" }, "sphinx-argparse": { @@ -786,7 +766,6 @@ "sha256:e54ad6c8f895ac6bb9d0dd9fa07e47e137a2a42ae18a714515262e86b4cc4bab" ], "index": "pypi", - "markers": "python_version >= '3.6'", "version": "==0.3.2" }, "sphinx-jsonschema": { @@ -811,6 +790,7 @@ "sha256:5a8ca34dac3984486344e95c36e3ed4766d402a71bdee7390d600f153db9795b", "sha256:ff7d05bd00e8b2d7eb8a403b9f317d70411d4e9b6812bf91534a50df22190c75" ], + "index": "pypi", "version": "==2022.2.16" }, "sphinxcontrib-applehelp": { @@ -843,7 +823,6 @@ "sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8" ], "index": "pypi", - "markers": "python_version >= '3.5'", "version": "==1.0.1" }, "sphinxcontrib-mermaid": { @@ -898,7 +877,6 @@ "sha256:40c2dc0c681e47eb8f90e7e27bf6ff7df2e677421fd46756da1161c39ca70d32" ], "index": "pypi", - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'", "version": "==1.26.20" }, "venusian": { @@ -907,7 +885,6 @@ "sha256:f6842b7242b1039c0c28f6feef29016e7e7dd3caaeb476a193acf737db31ee38" ], "index": "pypi", - "markers": "python_version >= '3.5'", "version": "==3.0.0" }, "webob": { @@ -916,7 +893,6 @@ "sha256:ad6078e2edb6766d1334ec3dee072ac6a7f95b1e32ce10def8ff7f0f02d56589" ], "index": "pypi", - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", "version": "==1.8.9" }, "wrapt": { @@ -974,7 +950,6 @@ "sha256:fd76c47f20984b43d93de9a82011bb6e5f8325df6c9ed4d8310029a55fa361ea" ], "index": "pypi", - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'", "version": "==1.13.3" }, "zipp": { @@ -983,7 +958,6 @@ "sha256:61a02feb08438034af19c0e67c20aa2760968530b5062a7d281e49c6008281cf" ], "index": "pypi", - "markers": "python_version >= '3.8'", "version": "==3.19.3" }, "zope.deprecation": { @@ -991,6 +965,7 @@ "sha256:0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df", "sha256:f1480b74995958b24ce37b0ef04d3663d2683e5d6debc96726eff18acf4ea113" ], + "index": "pypi", "version": "==4.4.0" }, "zope.interface": { @@ -1047,7 +1022,7 @@ "sha256:f44e517131a98f7a76696a7b21b164bcb85291cee106a23beccce454e1f433a4", "sha256:f7ee479e96f7ee350db1cf24afa5685a5899e2b34992fb99e1f7c1b0b758d263" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'", + "index": "pypi", "version": "==5.4.0" } }, diff --git a/docker/qgisserver/python/3.10/Pipfile b/docker/qgisserver/python/3.10/Pipfile index 1530c00400..b505c716f1 100644 --- a/docker/qgisserver/python/3.10/Pipfile +++ b/docker/qgisserver/python/3.10/Pipfile @@ -22,7 +22,7 @@ deprecated = "==1.2.15" geojson = "==2.5.0" greenlet = "==1.1.3.post0" hupper = "==1.10.3" -jinja2 = "==3.1.4" +jinja2 = "==3.1.5" mako = "==1.2.4" markupsafe = "==2.1.5" packaging = "==21.3" diff --git a/docker/qgisserver/python/3.10/Pipfile.lock b/docker/qgisserver/python/3.10/Pipfile.lock index 03d8229e03..ac2d521f2f 100644 --- a/docker/qgisserver/python/3.10/Pipfile.lock +++ b/docker/qgisserver/python/3.10/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "4476431ac50820f0ae09478db11f67affd925e5f5f0d4c872fbea78a2cdc7eb8" + "sha256": "c37be98b5e026ea3137f4bd318825968f116822555e5d8606bd470de19808bbc" }, "pipfile-spec": 6, "requires": { @@ -36,6 +36,7 @@ "hashes": [ "sha256:d9dd6ee0f7c2b01e9eb5e2f0e3d5692bb72983b807a352062b99c072ebb0c81c" ], + "index": "pypi", "version": "==2.3.0" }, "c2cwsgiutils": { @@ -45,6 +46,7 @@ "hashes": [ "sha256:910c6c5299f89978292dc1336bfb03313808161878916d610db3f998f1b7e5d4" ], + "index": "pypi", "version": "==5.0.4" }, "cee-syslog-handler": { @@ -61,7 +63,6 @@ "sha256:683e561a90de76239796e6b6feac66b99030d2dd3fcf61ef996330f14bbb9b0d" ], "index": "pypi", - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==1.2.15" }, "geoalchemy2": { @@ -70,7 +71,6 @@ "sha256:f92a0faddb5b74384dbbf3c7000433358ce8e07a180fe1d6c2843eaa0437ff08" ], "index": "pypi", - "markers": "python_version >= '3.6'", "version": "==0.11.1" }, "geojson": { @@ -151,7 +151,6 @@ "sha256:fe7c51f8a2ab616cb34bc33d810c887e89117771028e1e3d3b77ca25ddeace04" ], "index": "pypi", - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'", "version": "==1.1.3.post0" }, "hupper": { @@ -160,17 +159,15 @@ "sha256:f683850d62598c02faf3c7cdaaa727d8cbe3c5a2497a5737a8358386903b2601" ], "index": "pypi", - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==1.10.3" }, "jinja2": { "hashes": [ - "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369", - "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d" + "sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb", + "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb" ], "index": "pypi", - "markers": "python_version >= '3.7'", - "version": "==3.1.4" + "version": "==3.1.5" }, "mako": { "hashes": [ @@ -178,7 +175,6 @@ "sha256:d60a3903dc3bb01a18ad6a89cdbe2e4eadc69c0bc8ef1e3773ba53d44c3f7a34" ], "index": "pypi", - "markers": "python_version >= '3.7'", "version": "==1.2.4" }, "markupsafe": { @@ -245,7 +241,6 @@ "sha256:ffee1f21e5ef0d712f9033568f8344d5da8cc2869dbd08d87c84656e6a2d2f68" ], "index": "pypi", - "markers": "python_version >= '3.7'", "version": "==2.1.5" }, "packaging": { @@ -254,7 +249,6 @@ "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522" ], "index": "pypi", - "markers": "python_version >= '3.6'", "version": "==21.3" }, "papyrus": { @@ -279,7 +273,6 @@ "sha256:8351c7c7efdf33084c1de88dd0f422cbe7342534537b553c49b857b12d98c8c3" ], "index": "pypi", - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==1.0" }, "plaster-pastedeploy": { @@ -288,7 +281,6 @@ "sha256:7c8aa37c917b615c70bf942b24dc1e0455c49f62f1a2214b1a0dd98871644bbb" ], "index": "pypi", - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==0.7" }, "psycopg2": { @@ -304,7 +296,6 @@ "sha256:c6f7b8561225f9e711a9c47087388a97fdc948211c10a4bccbf0ba68ab7b3b5a" ], "index": "pypi", - "markers": "python_version >= '3.8'", "version": "==2.9.10" }, "pyparsing": { @@ -313,7 +304,6 @@ "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc" ], "index": "pypi", - "markers": "python_full_version >= '3.6.8'", "version": "==3.0.9" }, "pyramid": { @@ -322,7 +312,6 @@ "sha256:372138a738e4216535cc76dcce6eddd5a1aaca95130f2354fb834264c06f18de" ], "index": "pypi", - "markers": "python_version >= '3.6'", "version": "==2.0.2" }, "pytz": { @@ -358,7 +347,6 @@ "sha256:d74c7209f5150d841a529acf47d7a023769c9160949f366fb4e17efa8999c4be" ], "index": "pypi", - "markers": "python_version >= '3.5'", "version": "==1.2.post2" }, "redis": { @@ -367,16 +355,15 @@ "sha256:7a462714dcbf7b1ad1acd81f2862b653cc8535cdfc879e28bf4947140797f948" ], "index": "pypi", - "markers": "python_version >= '3.6'", "version": "==4.3.6" }, "setuptools": { "hashes": [ - "sha256:f211a66637b8fa059bb28183da127d4e86396c991a942b028c6650d4319c3fd0", - "sha256:54faa7f2e8d2d11bcd2c07bed282eef1046b5c080d1c32add737d7b5817b1ad4" + "sha256:8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6", + "sha256:ce74b49e8f7110f9bf04883b730f4765b774ef3ef28f722cce7c273d253aaf7d" ], - "markers": "python_version >= '3.8'", - "version": "==70.0.0" + "markers": "python_version >= '3.9'", + "version": "==75.6.0" }, "shapely": { "hashes": [ @@ -424,7 +411,6 @@ "sha256:ef3be705c3eac282a28058e6c6e5503419b250f482320df2172abcbea642c831" ], "index": "pypi", - "markers": "python_version >= '3.6'", "version": "==1.8.5.post1" }, "six": { @@ -433,7 +419,6 @@ "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" ], "index": "pypi", - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", "version": "==1.16.0" }, "sqlalchemy": { @@ -484,7 +469,6 @@ "sha256:fc9ffd9a38e21fad3e8c5a88926d57f94a32546e937e0be46142b2702003eba7" ], "index": "pypi", - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'", "version": "==1.4.54" }, "transaction": { @@ -509,7 +493,6 @@ "sha256:f6842b7242b1039c0c28f6feef29016e7e7dd3caaeb476a193acf737db31ee38" ], "index": "pypi", - "markers": "python_version >= '3.5'", "version": "==3.0.0" }, "webob": { @@ -518,7 +501,6 @@ "sha256:ad6078e2edb6766d1334ec3dee072ac6a7f95b1e32ce10def8ff7f0f02d56589" ], "index": "pypi", - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", "version": "==1.8.9" }, "wrapt": { @@ -576,7 +558,6 @@ "sha256:fd76c47f20984b43d93de9a82011bb6e5f8325df6c9ed4d8310029a55fa361ea" ], "index": "pypi", - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'", "version": "==1.13.3" }, "zope.deprecation": { @@ -584,6 +565,7 @@ "sha256:0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df", "sha256:f1480b74995958b24ce37b0ef04d3663d2683e5d6debc96726eff18acf4ea113" ], + "index": "pypi", "version": "==4.4.0" }, "zope.event": { @@ -591,6 +573,7 @@ "sha256:69c27debad9bdacd9ce9b735dad382142281ac770c4a432b533d6d65c4614bcf", "sha256:d8e97d165fd5a0997b45f5303ae11ea3338becfe68c401dd88ffd2113fe5cae7" ], + "index": "pypi", "version": "==4.4" }, "zope.interface": { @@ -647,7 +630,7 @@ "sha256:f44e517131a98f7a76696a7b21b164bcb85291cee106a23beccce454e1f433a4", "sha256:f7ee479e96f7ee350db1cf24afa5685a5899e2b34992fb99e1f7c1b0b758d263" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'", + "index": "pypi", "version": "==5.4.0" }, "zope.sqlalchemy": { @@ -655,6 +638,7 @@ "sha256:069eaad5a15f187603f368a10e0e6b0d485663498c2fe2f8ac7e93f810326eeb", "sha256:882cb812f39a703252f3748e02fcd27a338330763589c8d8bbc4d18d09fb185d" ], + "index": "pypi", "version": "==1.2" } }, @@ -665,7 +649,6 @@ "sha256:506daabe5edffb7e696ad82483ad0228245a9742ed7d2d8c9cdb31537decf9f6" ], "index": "pypi", - "markers": "python_full_version >= '3.6.2'", "version": "==2.9.3" }, "bandit": { @@ -674,7 +657,6 @@ "sha256:665721d7bebbb4485a339c55161ac0eedde27d51e638000d91c8c2d68343ad02" ], "index": "pypi", - "markers": "python_version >= '3.8'", "version": "==1.7.10" }, "dodgy": { @@ -691,7 +673,6 @@ "sha256:806e034dda44114815e23c16ef92f95c91e4c71100ff52813adf7132a6ad870d" ], "index": "pypi", - "markers": "python_version >= '3.6'", "version": "==4.0.1" }, "flake8-polyfill": { @@ -708,7 +689,6 @@ "sha256:bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b" ], "index": "pypi", - "markers": "python_version >= '3.7'", "version": "==4.0.11" }, "gitpython": { @@ -717,7 +697,6 @@ "sha256:eec7ec56b92aad751f9912a73404bc02ba212a23adb2c7098ee668417051a1ff" ], "index": "pypi", - "markers": "python_version >= '3.7'", "version": "==3.1.43" }, "isort": { @@ -726,7 +705,6 @@ "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951" ], "index": "pypi", - "markers": "python_full_version >= '3.6.1' and python_version < '4.0'", "version": "==5.10.1" }, "lazy-object-proxy": { @@ -770,7 +748,6 @@ "sha256:fd45683c3caddf83abbb1249b653a266e7069a09f486daa8863fb0e7496a9fdb" ], "index": "pypi", - "markers": "python_version >= '3.6'", "version": "==1.7.1" }, "markdown-it-py": { @@ -821,7 +798,6 @@ "sha256:ff3bf387c14c805ab1388185dd22d6b210824e164d4bb324b195ff34e322d166" ], "index": "pypi", - "markers": "python_version >= '3.6'", "version": "==0.931" }, "mypy-extensions": { @@ -829,7 +805,6 @@ "sha256:c8b707883a96efe9b4bb3aaf0dcc07e7e217d7d8368eec4db4049ee9e142f4fd" ], "index": "pypi", - "markers": "python_version >= '2.7'", "version": "==0.4.4" }, "pbr": { @@ -838,7 +813,6 @@ "sha256:66bc5a34912f408bb3925bf21231cb6f59206267b7f63f3503ef865c1a292e25" ], "index": "pypi", - "markers": "python_version >= '2.6'", "version": "==5.8.1" }, "pep8-naming": { @@ -855,7 +829,6 @@ "sha256:af0276409f9a02373d540bf8480021a048711d572745aef4b7842dad245eba10" ], "index": "pypi", - "markers": "python_version >= '3.7'", "version": "==2.5.4" }, "prospector": { @@ -867,7 +840,7 @@ "sha256:2dec5dac06f136880a3710996c0886dcc99e739007bbc05afc32884973f5c058", "sha256:c04b3d593e7c525cf9a742fed62afbe02e2874f0e42f2f56a49378fd94037360" ], - "markers": "python_full_version >= '3.6.2' and python_version < '4.0'", + "index": "pypi", "version": "==1.7.7" }, "pycodestyle": { @@ -876,7 +849,6 @@ "sha256:eddd5847ef438ea1c7870ca7eb78a9d47ce0cdb4851a5523949f2601d0cbbe7f" ], "index": "pypi", - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'", "version": "==2.8.0" }, "pydocstyle": { @@ -885,7 +857,6 @@ "sha256:6987826d6775056839940041beef5c08cc7e3d71d63149b48e36727f70144dc4" ], "index": "pypi", - "markers": "python_version >= '3.6'", "version": "==6.1.1" }, "pyflakes": { @@ -894,7 +865,6 @@ "sha256:3bb3a3f256f4b7968c9c788781e4ff07dce46bdf12339dcda61053375426ee2e" ], "index": "pypi", - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==2.4.0" }, "pygments": { @@ -911,7 +881,6 @@ "sha256:daabda3f7ed9d1c60f52d563b1b854632fd90035bcf01443e234d3dc794e3b74" ], "index": "pypi", - "markers": "python_full_version >= '3.6.2'", "version": "==2.12.2" }, "pylint-celery": { @@ -941,7 +910,6 @@ "sha256:ce48bc0516ae9415dd5c752c940dfe601b18fe0f48aa249f2386adfa95a004dd" ], "index": "pypi", - "markers": "python_full_version >= '3.6.2'", "version": "==0.7" }, "pyyaml": { @@ -975,7 +943,7 @@ "sha256:439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098", "sha256:6049d5e6ec054bf2779ab3358186963bac2ea89175919d699e378b99738c2a90" ], - "markers": "python_full_version >= '3.8.0'", + "markers": "python_version >= '3.8'", "version": "==13.9.4" }, "setoptconf-tmp": { @@ -988,11 +956,11 @@ }, "setuptools": { "hashes": [ - "sha256:dceeb6c0028fdb6734471eb07c0cd2aae706ccaecab45965ee83f11c8d3b1f62", - "sha256:e6d8668fa5f93e706934a62d7b4db19c8d9eb8cf2adbb75ef1b675aa332b69da" + "sha256:8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6", + "sha256:ce74b49e8f7110f9bf04883b730f4765b774ef3ef28f722cce7c273d253aaf7d" ], "markers": "python_version >= '3.9'", - "version": "==70.0.0" + "version": "==75.6.0" }, "smmap": { "hashes": [ @@ -1000,7 +968,6 @@ "sha256:e6d8668fa5f93e706934a62d7b4db19c8d9eb8cf2adbb75ef1b675aa332b69da" ], "index": "pypi", - "markers": "python_version >= '3.7'", "version": "==5.0.1" }, "snowballstemmer": { @@ -1017,7 +984,6 @@ "sha256:fa2630e3d0ad3e22d4914aff2501445815b9a4467a6edc49387c667a38faf5bf" ], "index": "pypi", - "markers": "python_version >= '3.6'", "version": "==3.5.2" }, "toml": { @@ -1026,7 +992,6 @@ "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" ], "index": "pypi", - "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'", "version": "==0.10.2" }, "tomli": { @@ -1035,7 +1000,6 @@ "sha256:d46d457a85337051c36524bc5349dd91b1877838e2979ac5ced3e710ed8a60ed" ], "index": "pypi", - "markers": "python_version >= '3.8'", "version": "==2.0.2" }, "types-pyyaml": { @@ -1044,7 +1008,6 @@ "sha256:d1405a86f9576682234ef83bcb4e6fff7c9305c8b1fbad5e0bcd4f7dbdc9c587" ], "index": "pypi", - "markers": "python_version >= '3.8'", "version": "==6.0.12.20240917" }, "typing-extensions": { @@ -1053,7 +1016,6 @@ "sha256:21c85e0fe4b9a155d0799430b0ad741cdce7e359660ccbd8b530613e8df88ce2" ], "index": "pypi", - "markers": "python_version >= '3.6'", "version": "==4.1.1" }, "wrapt": { @@ -1111,7 +1073,6 @@ "sha256:fd76c47f20984b43d93de9a82011bb6e5f8325df6c9ed4d8310029a55fa361ea" ], "index": "pypi", - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'", "version": "==1.13.3" } } diff --git a/docker/qgisserver/python/3.8/Pipfile b/docker/qgisserver/python/3.8/Pipfile index a0e15172b2..e35008dfc2 100644 --- a/docker/qgisserver/python/3.8/Pipfile +++ b/docker/qgisserver/python/3.8/Pipfile @@ -23,7 +23,7 @@ deprecated = "==1.2.15" geojson = "==2.5.0" greenlet = "==1.1.3.post0" hupper = "==1.10.3" -jinja2 = "==3.1.4" +jinja2 = "==3.1.5" mako = "==1.2.4" markupsafe = "==2.1.5" packaging = "==21.3" diff --git a/docker/qgisserver/python/3.8/Pipfile.lock b/docker/qgisserver/python/3.8/Pipfile.lock index 8d67f50ff2..53cfaabec3 100644 --- a/docker/qgisserver/python/3.8/Pipfile.lock +++ b/docker/qgisserver/python/3.8/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "026f2f45ae5a3f0974ad580a514e072d89adfd0aee89bdadf640896d1a35208e" + "sha256": "fb0f7e9b71438695ac714c863307bda494a3663f5f399050853c45a95a5f0eb8" }, "pipfile-spec": 6, "requires": { @@ -163,11 +163,11 @@ }, "jinja2": { "hashes": [ - "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369", - "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d" + "sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb", + "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb" ], "index": "pypi", - "version": "==3.1.4" + "version": "==3.1.5" }, "mako": { "hashes": [ @@ -771,7 +771,7 @@ "sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1", "sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb" ], - "markers": "python_version >= '3.8'", + "markers": "python_full_version >= '3.8.0'", "version": "==3.0.0" }, "mccabe": { @@ -888,7 +888,7 @@ "sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199", "sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a" ], - "markers": "python_version >= '3.8'", + "markers": "python_full_version >= '3.8.0'", "version": "==2.18.0" }, "pylint": { @@ -975,7 +975,7 @@ "sha256:439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098", "sha256:6049d5e6ec054bf2779ab3358186963bac2ea89175919d699e378b99738c2a90" ], - "markers": "python_version >= '3.8'", + "markers": "python_full_version >= '3.8.0'", "version": "==13.9.4" }, "setoptconf-tmp": {