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 Dec 1, 2024
1 parent c01e8c4 commit a509d83
Show file tree
Hide file tree
Showing 9 changed files with 218 additions and 194 deletions.
16 changes: 8 additions & 8 deletions custom/poetry.lock

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

4 changes: 2 additions & 2 deletions custom/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plaster-pastedeploy = "1.0.1"
pyramid = "2.0.2"
pyramid-mako = "1.1.0"
pyramid-debugtoolbar = "4.12.1"
waitress = "3.0.1"
waitress = "3.0.2"
alembic = "1.13.3"
pyramid-retry = "2.1.1"
pyramid-tm = "2.5"
Expand All @@ -21,7 +21,7 @@ transaction = "5.0"
cornice = "6.1.0"
requests = "2.32.3"
psycopg2 = "2.9.10"
c2cwsgiutils = { version = "6.1.1", extras = ["webserver"] }
c2cwsgiutils = { version = "6.1.4", extras = ["webserver"] }
cee-syslog-handler = "0.6.0"
PyJWT = "2.9.0"
redis = "5.2.0"
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"rbush": "^4.0.0",
"rxjs": "7.8.1",
"typescript": "5.6.3",
"vite": "5.4.10"
"vite": "5.4.11"
}
}
2 changes: 1 addition & 1 deletion ui/desktop.html
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@
crossorigin="anonymous"
integrity="sha384-8EM386r8XMMzwGPUxfGNr6c1wIOYnPQBJ6VFxzKCZeklpQarHoZGB40kdNDA3gYr"
referrerpolicy="no-referrer"
src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/jquery-ui.min.js"
src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/jquery-ui.min.js"
></script>
<script
crossorigin="anonymous"
Expand Down
2 changes: 1 addition & 1 deletion ui/iframe_api.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
crossorigin="anonymous"
integrity="sha384-8EM386r8XMMzwGPUxfGNr6c1wIOYnPQBJ6VFxzKCZeklpQarHoZGB40kdNDA3gYr"
referrerpolicy="no-referrer"
src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/jquery-ui.min.js"
src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/jquery-ui.min.js"
></script>
<script
crossorigin="anonymous"
Expand Down
2 changes: 1 addition & 1 deletion ui/mobile.html
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
crossorigin="anonymous"
integrity="sha384-8EM386r8XMMzwGPUxfGNr6c1wIOYnPQBJ6VFxzKCZeklpQarHoZGB40kdNDA3gYr"
referrerpolicy="no-referrer"
src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/jquery-ui.min.js"
src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/jquery-ui.min.js"
></script>
<script
crossorigin="anonymous"
Expand Down
Loading

0 comments on commit a509d83

Please sign in to comment.