diff --git a/package-lock.json b/package-lock.json index 111526a2cd..f1d97b83a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@jamietanna/renovate-graph": "0.20.1", "@snyk/fix": "1.1292.4", "snyk": "1.1292.4", - "snyk-python-plugin": "1.26.2" + "snyk-python-plugin": "^1.24.1" } }, "node_modules/@arcanis/slice-ansi": { @@ -9875,19 +9875,6 @@ "node": ">=8" } }, - "node_modules/shescape": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/shescape/-/shescape-1.6.1.tgz", - "integrity": "sha512-P9fEf91yPuOpUGfE7QdzRubWbO81/O9jR81TVDbUGKyh4ppw0ArobMzX+iBx4S1Ag8eVRli81/dq0usNMTSWow==", - "deprecated": "v1 is deprecated and will no longer be supported after 2023-12-06", - "license": "MPL-2.0", - "dependencies": { - "which": "^2.0.0" - }, - "engines": { - "node": "^10.13.0 || ^12 || ^14 || ^16 || ^18" - } - }, "node_modules/shimmer": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/shimmer/-/shimmer-1.2.1.tgz", @@ -10047,15 +10034,14 @@ } }, "node_modules/snyk-python-plugin": { - "version": "1.26.2", - "resolved": "https://registry.npmjs.org/snyk-python-plugin/-/snyk-python-plugin-1.26.2.tgz", - "integrity": "sha512-kC6aKrVccQa21Wdwep4WFu9pRlWPVaogQeJUHPs5LE+KFDfZPC6tMEksBg5TI91AP3RTF+64bXvL5NatimJ1TA==", + "version": "1.24.1", + "resolved": "https://registry.npmjs.org/snyk-python-plugin/-/snyk-python-plugin-1.24.1.tgz", + "integrity": "sha512-u52RAf9T20NsiDLZ798whQLQ/2lWZdDRRFT2GYqyl7oLr5yUD2+SG14d7Phy+ca4Vn7vwKbIQpxXwtUlbRKmVw==", "license": "Apache-2.0", "dependencies": { "@snyk/cli-interface": "^2.11.2", "@snyk/dep-graph": "^1.28.1", - "shescape": "1.6.1", - "snyk-poetry-lockfile-parser": "^1.2.0", + "snyk-poetry-lockfile-parser": "^1.1.7", "tmp": "0.2.1" } }, diff --git a/package.json b/package.json index 4ec4bf1f98..4be8cf6ced 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,6 @@ "@jamietanna/renovate-graph": "0.20.1", "@snyk/fix": "1.1292.4", "snyk": "1.1292.4", - "snyk-python-plugin": "1.26.2" + "snyk-python-plugin": "1.24.1" } } diff --git a/poetry.lock b/poetry.lock index b48ab469d8..fa48ba84e2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3371,13 +3371,13 @@ testing = ["coverage (>=5.0)", "pytest", "pytest-cov"] [[package]] name = "webob" -version = "1.8.7" +version = "1.8.8" description = "WSGI request and response object" optional = false -python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "WebOb-1.8.7-py2.py3-none-any.whl", hash = "sha256:73aae30359291c14fa3b956f8b5ca31960e420c28c1bec002547fb04928cf89b"}, - {file = "WebOb-1.8.7.tar.gz", hash = "sha256:b64ef5141be559cfade448f044fa45c2260351edcb6a8ef6b7e00c7dcef0c323"}, + {file = "WebOb-1.8.8-py2.py3-none-any.whl", hash = "sha256:b60ba63f05c0cf61e086a10c3781a41fcfe30027753a8ae6d819c77592ce83ea"}, + {file = "webob-1.8.8.tar.gz", hash = "sha256:2abc1555e118fc251e705fc6dc66c7f5353bb9fbfab6d20e22f1c02b4b71bcee"}, ] [package.extras] @@ -3591,4 +3591,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "1a8254bc1153bb8aa27b60e6192170902e48439ed6eb3529e63690231003bb50" +content-hash = "ce2950e8f2831ee0b7b205ba152f8508d2862fda11496bc2d3d6266917643730" diff --git a/pyproject.toml b/pyproject.toml index 8e111a8214..0d657617ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,6 +79,7 @@ cryptography = "43.0.0" urllib3 = "2.2.2" certifi = "2024.7.4" sentry-sdk = "2.12.0" +webob = "1.8.8" [tool.poetry.group.dev.dependencies] c2cwsgiutils = { version = "6.0.8", extras = ["test-images"] }