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:
147147 - name : 🛡️ Trivy vulnerability scan
148148 id : trivy
149149 continue-on-error : true
150- uses : aquasecurity/trivy-action@7b7aa264d83dc58691451798b4d117d53d21edfe
150+ uses : aquasecurity/trivy-action@0.31.0
151151 with :
152152 image-ref : ${{ env.IMAGE_NAME }}:latest
153153 format : sarif
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ document.addEventListener("DOMContentLoaded", function () {
218218 if ( mode === "ui" ) {
219219 window . schemaEditor . setValue ( generateSchema ( ) ) ;
220220 }
221- // Save CodeMirror editors’ contents into the underlying textareas
221+ // Save CodeMirror editors' contents into the underlying textareas
222222 if ( window . headersEditor ) {
223223 window . headersEditor . save ( ) ;
224224 }
Original file line number Diff line number Diff line change 88 href ="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.css "
99 rel ="stylesheet "
1010 />
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 >
1313 < script src ="https://cdn.jsdelivr.net/npm/chart.js "> </ script >
1414 < script src ="{{ root_path }}/static/admin.js "> </ script >
1515 < 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 "
1717 rel ="stylesheet "
1818 />
1919 < 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 "
2121 rel ="stylesheet "
2222 />
2323 < link href ="{{ root_path }}/static/admin.css " rel ="stylesheet " />
Original file line number Diff line number Diff line change @@ -47,17 +47,17 @@ dependencies = [
4747 " jinja2>=3.1.6" ,
4848 " jq>=1.8.0" ,
4949 " 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 " ,
5252 " parse>=1.20.2" ,
53+ " psutil>=7.0.0" ,
5354 " pydantic>=2.11.5" ,
5455 " pydantic-settings>=2.9.1" ,
5556 " pyjwt>=2.10.1" ,
5657 " 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" ,
6161 " zeroconf>=0.147.0" ,
6262]
6363
@@ -68,7 +68,7 @@ dependencies = [
6868
6969# Optional dependency groups (runtime)
7070redis = [
71- " redis>=6.1 .0" ,
71+ " redis>=6.2 .0" ,
7272]
7373
7474postgres = [
@@ -98,12 +98,12 @@ dev = [
9898 " coverage>=7.8.2" ,
9999 " coverage-badge>=1.1.2" ,
100100 " darglint>=1.8.1" ,
101- " fawltydeps>=0.19 .0" ,
101+ " fawltydeps>=0.20 .0" ,
102102 " flake8>=7.2.0" ,
103103 " gprof2dot>=2025.4.14" ,
104104 " importchecker>=3.0" ,
105105 " isort>=6.0.1" ,
106- " mypy>=1.15 .0" ,
106+ " mypy>=1.16 .0" ,
107107 " pexpect>=4.9.0" ,
108108 " pip-licenses>=5.0.0" ,
109109 " pip_audit>=2.9.0" ,
@@ -115,27 +115,31 @@ dev = [
115115 " pyright>=1.1.401" ,
116116 " pyroma>=4.2" ,
117117 " pyspelling>=2.10" ,
118- " pytest>=8.3.5 " ,
118+ " pytest>=8.4.0 " ,
119119 " pytest-asyncio>=1.0.0" ,
120120 " pytest-cov>=6.1.1" ,
121121 " pytest-examples>=0.0.18" ,
122122 " pytest-md-report>=0.7.0" ,
123123 " pytest-rerunfailures>=15.1" ,
124- " pytest-xdist>=3.6.1 " ,
124+ " pytest-xdist>=3.7.0 " ,
125125 " pytype>=2024.10.11" ,
126126 " radon>=6.0.1" ,
127- " ruff>=0.11.11 " ,
127+ " ruff>=0.11.13 " ,
128128 " settings-doc>=4.3.2" ,
129129 " snakeviz>=2.2.2" ,
130- " ty>=0.0.1a6" ,
131130 " tomlcheck>=0.2.3" ,
132131 " twine>=6.1.0" ,
132+ " ty>=0.0.1a8" ,
133133 " types-tabulate>=0.9.0.20241207" ,
134134]
135135
136136# 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+ ]
139143
140144# --------------------------------------------------------------------
141145# Authors and URLs
You can’t perform that action at this time.
0 commit comments