Skip to content

Commit

Permalink
Update all patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent a12ae91 commit 7436257
Show file tree
Hide file tree
Showing 8 changed files with 1,418 additions and 653 deletions.
248 changes: 125 additions & 123 deletions custom/poetry.lock

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions custom/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ waitress = "3.0.1"
alembic = "1.13.3"
pyramid-retry = "2.1.1"
pyramid-tm = "2.5"
sqlalchemy = "2.0.35"
sqlalchemy = "2.0.36"
transaction = "5.0"
"zope.sqlalchemy" = "3.1"
cornice = "6.1.0"
requests = "2.32.3"
psycopg2 = "2.9.9"
psycopg2 = "2.9.10"
c2cwsgiutils = { version = "6.1.0", extras = ["webserver"] }
cee-syslog-handler = "0.6.0"
PyJWT = "2.9.0"
Expand All @@ -42,14 +42,14 @@ geojson = "3.1.0"
# To fix CVE
urllib3 = { version = "2.2.3", optional = true }
certifi = { version = "2024.8.30", optional = true }
webob = { version = "1.8.8", optional = true }
cryptography = { version = "43.0.1", optional = true }
webob = { version = "1.8.9", optional = true }
cryptography = { version = "43.0.3", optional = true }

[tool.poetry.dev-dependencies]
prospector = { version = "1.12.0", extras = ["with_bandit", "with_mypy", "with_pyroma"] }
prospector = { version = "1.12.1", extras = ["with_bandit", "with_mypy", "with_pyroma"] }
prospector-profile-utils = "1.9.1"
prospector-profile-duplicated = "1.6.0"
types-requests = "2.32.0.20240914"
types-requests = "2.32.0.20241016"
types-oauthlib = "3.2.0.20240806"

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion custom/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
poetry==1.8.3
poetry==1.8.4
certifi>=2024.7.4 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
cryptography>=43.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
4 changes: 2 additions & 2 deletions geoportal/geomapfish_geoportal/static/story-map.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
crossorigin="anonymous"
integrity="sha384-vP/z9aans6YI3BbsSTDsd8QAz2AZgddRu3zU/QGw/ojfZD6wMQdwgD8A0g81Cl5B"
referrerpolicy="no-referrer"
src="https://cdn.jsdelivr.net/npm/[email protected].23/dist/ol-ext.min.js"
src="https://cdn.jsdelivr.net/npm/[email protected].24/dist/ol-ext.min.js"
></script>
<link
crossorigin="anonymous"
href="https://cdn.jsdelivr.net/npm/[email protected].23/dist/ol-ext.min.css"
href="https://cdn.jsdelivr.net/npm/[email protected].24/dist/ol-ext.min.css"
integrity="sha384-Whi7nF+7F+e1FpzL960zlMNB4nMpn7JRdxDRJuedzooO5XZbg+cN+Rp1kTq6nexh"
referrerpolicy="no-referrer"
rel="stylesheet"
Expand Down
55 changes: 29 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"dependencies": {},
"devDependencies": {
"@geoblocks/proj": "0.4.10",
"@types/arcgis-rest-api": "10.4.4",
"@types/geojson": "7946.0.7",
"@types/topojson-specification": "1.0.1",
"lit": "3.2.0",
"@types/arcgis-rest-api": "10.4.8",
"@types/geojson": "7946.0.14",
"@types/topojson-specification": "1.0.5",
"lit": "3.2.1",
"moment": "2.30.1",
"ol": "7.5.2",
"rbush": "^4.0.0",
"rxjs": "7.8.1",
"typescript": "5.6.2",
"vite": "5.4.8"
"typescript": "5.6.3",
"vite": "5.4.10"
}
}
Loading

0 comments on commit 7436257

Please sign in to comment.