File tree Expand file tree Collapse file tree 4 files changed +25
-21
lines changed Expand file tree Collapse file tree 4 files changed +25
-21
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147
147
- name : 🛡️ Trivy vulnerability scan
148
148
id : trivy
149
149
continue-on-error : true
150
- uses : aquasecurity/trivy-action@7b7aa264d83dc58691451798b4d117d53d21edfe
150
+ uses : aquasecurity/trivy-action@0.31.0
151
151
with :
152
152
image-ref : ${{ env.IMAGE_NAME }}:latest
153
153
format : sarif
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ document.addEventListener("DOMContentLoaded", function () {
218
218
if ( mode === "ui" ) {
219
219
window . schemaEditor . setValue ( generateSchema ( ) ) ;
220
220
}
221
- // Save CodeMirror editors’ contents into the underlying textareas
221
+ // Save CodeMirror editors' contents into the underlying textareas
222
222
if ( window . headersEditor ) {
223
223
window . headersEditor . save ( ) ;
224
224
}
Original file line number Diff line number Diff line change 8
8
href ="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.css "
9
9
rel ="stylesheet "
10
10
/>
11
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.2 /codemirror.min.js "> </ script >
12
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.2 /mode/javascript/javascript.min.js "> </ script >
11
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.18 /codemirror.min.js "> </ script >
12
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.18 /mode/javascript/javascript.min.js "> </ script >
13
13
< script src ="https://cdn.jsdelivr.net/npm/chart.js "> </ script >
14
14
< script src ="{{ root_path }}/static/admin.js "> </ script >
15
15
< link
16
- href ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.2 /codemirror.min.css "
16
+ href ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.18 /codemirror.min.css "
17
17
rel ="stylesheet "
18
18
/>
19
19
< link
20
- href ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.2 /theme/monokai.min.css "
20
+ href ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.18 /theme/monokai.min.css "
21
21
rel ="stylesheet "
22
22
/>
23
23
< link href ="{{ root_path }}/static/admin.css " rel ="stylesheet " />
Original file line number Diff line number Diff line change @@ -47,17 +47,17 @@ dependencies = [
47
47
" jinja2>=3.1.6" ,
48
48
" jq>=1.8.0" ,
49
49
" jsonpath-ng>=1.7.0" ,
50
- " jsonschema>=4.23 .0" ,
51
- " mcp>=1.9.1 " ,
50
+ " jsonschema>=4.24 .0" ,
51
+ " mcp>=1.9.3 " ,
52
52
" parse>=1.20.2" ,
53
+ " psutil>=7.0.0" ,
53
54
" pydantic>=2.11.5" ,
54
55
" pydantic-settings>=2.9.1" ,
55
56
" pyjwt>=2.10.1" ,
56
57
" sqlalchemy>=2.0.41" ,
57
- " psutil>=7.0.0" ,
58
- " sse-starlette>=2.3.5" ,
59
- " starlette>=0.46.2" ,
60
- " uvicorn>=0.34.2" ,
58
+ " sse-starlette>=2.3.6" ,
59
+ " starlette>=0.47.0" ,
60
+ " uvicorn>=0.34.3" ,
61
61
" zeroconf>=0.147.0" ,
62
62
]
63
63
@@ -68,7 +68,7 @@ dependencies = [
68
68
69
69
# Optional dependency groups (runtime)
70
70
redis = [
71
- " redis>=6.1 .0" ,
71
+ " redis>=6.2 .0" ,
72
72
]
73
73
74
74
postgres = [
@@ -98,12 +98,12 @@ dev = [
98
98
" coverage>=7.8.2" ,
99
99
" coverage-badge>=1.1.2" ,
100
100
" darglint>=1.8.1" ,
101
- " fawltydeps>=0.19 .0" ,
101
+ " fawltydeps>=0.20 .0" ,
102
102
" flake8>=7.2.0" ,
103
103
" gprof2dot>=2025.4.14" ,
104
104
" importchecker>=3.0" ,
105
105
" isort>=6.0.1" ,
106
- " mypy>=1.15 .0" ,
106
+ " mypy>=1.16 .0" ,
107
107
" pexpect>=4.9.0" ,
108
108
" pip-licenses>=5.0.0" ,
109
109
" pip_audit>=2.9.0" ,
@@ -115,27 +115,31 @@ dev = [
115
115
" pyright>=1.1.401" ,
116
116
" pyroma>=4.2" ,
117
117
" pyspelling>=2.10" ,
118
- " pytest>=8.3.5 " ,
118
+ " pytest>=8.4.0 " ,
119
119
" pytest-asyncio>=1.0.0" ,
120
120
" pytest-cov>=6.1.1" ,
121
121
" pytest-examples>=0.0.18" ,
122
122
" pytest-md-report>=0.7.0" ,
123
123
" pytest-rerunfailures>=15.1" ,
124
- " pytest-xdist>=3.6.1 " ,
124
+ " pytest-xdist>=3.7.0 " ,
125
125
" pytype>=2024.10.11" ,
126
126
" radon>=6.0.1" ,
127
- " ruff>=0.11.11 " ,
127
+ " ruff>=0.11.13 " ,
128
128
" settings-doc>=4.3.2" ,
129
129
" snakeviz>=2.2.2" ,
130
- " ty>=0.0.1a6" ,
131
130
" tomlcheck>=0.2.3" ,
132
131
" twine>=6.1.0" ,
132
+ " ty>=0.0.1a8" ,
133
133
" types-tabulate>=0.9.0.20241207" ,
134
134
]
135
135
136
136
# Convenience meta-extras
137
- all = [" mcpgateway[redis]" ]
138
- dev-all = [" mcpgateway[redis,dev]" ]
137
+ all = [
138
+ " mcpgateway[redis]" ,
139
+ ]
140
+ dev-all = [
141
+ " mcpgateway[redis,dev]" ,
142
+ ]
139
143
140
144
# --------------------------------------------------------------------
141
145
# Authors and URLs
You can’t perform that action at this time.
0 commit comments