File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi9-minimal:9.6-1751286687
1
+ FROM registry.access.redhat.com/ubi9-minimal:9.6-1752069876
2
2
LABEL maintainer="Mihai Criveti" \
3
3
name="mcp/mcpgateway" \
4
4
version="0.3.1" \
Original file line number Diff line number Diff line change @@ -736,7 +736,7 @@ sonar-info:
736
736
trivy :
737
737
@systemctl --user enable --now podman.socket
738
738
@echo " 🔎 trivy vulnerability scan..."
739
- @trivy --format table --severity HIGH,CRITICAL image localhost/ $(PROJECT_NAME ) /$(PROJECT_NAME )
739
+ @trivy --format table --severity HIGH,CRITICAL image $(PROJECT_NAME ) /$(PROJECT_NAME )
740
740
741
741
# help: dockle - Lint the built container image via tarball (no daemon/socket needed)
742
742
.PHONY : dockle
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ maintainers = [
46
46
# Runtime dependencies
47
47
# ----------------------------------------------------------------
48
48
dependencies = [
49
- " alembic>=1.16.3 " ,
49
+ " alembic>=1.16.4 " ,
50
50
" cryptography>=45.0.5" ,
51
51
" fastapi>=0.116.0" ,
52
52
" filelock>=3.18.0" ,
@@ -56,7 +56,7 @@ dependencies = [
56
56
" jq>=1.9.1" ,
57
57
" jsonpath-ng>=1.7.0" ,
58
58
" jsonschema>=4.24.0" ,
59
- " mcp>=1.10.1 " ,
59
+ " mcp>=1.11.0 " ,
60
60
" parse>=1.20.2" ,
61
61
" psutil>=7.0.0" ,
62
62
" pydantic>=2.11.7" ,
@@ -84,7 +84,7 @@ postgres = [
84
84
]
85
85
86
86
alembic = [
87
- " alembic>=1.16.3 " ,
87
+ " alembic>=1.16.4 " ,
88
88
]
89
89
90
90
# Async SQLite Driver (optional)
@@ -125,7 +125,7 @@ dev = [
125
125
" pylint-pydantic>=0.3.5" ,
126
126
" pyre-check>=0.9.25" ,
127
127
" pyrefly>=0.23.1" ,
128
- " pyright>=1.1.402 " ,
128
+ " pyright>=1.1.403 " ,
129
129
" pyroma>=4.3.3" ,
130
130
" pyspelling>=2.10" ,
131
131
" pytest>=8.4.1" ,
@@ -147,16 +147,16 @@ dev = [
147
147
" twine>=6.1.0" ,
148
148
" ty>=0.0.1a14" ,
149
149
" types-tabulate>=0.9.0.20241207" ,
150
- " uv>=0.7.19 " ,
150
+ " uv>=0.7.20 " ,
151
151
" yamllint>=1.37.1" ,
152
152
]
153
153
154
154
# Convenience meta-extras
155
155
all = [
156
- " mcp-contextforge-gateway[redis]>=0.2.0 " ,
156
+ " mcp-contextforge-gateway[redis]>=0.3.1 " ,
157
157
]
158
158
dev-all = [
159
- " mcp-contextforge-gateway[redis,dev]>=0.2.0 " ,
159
+ " mcp-contextforge-gateway[redis,dev]>=0.3.1 " ,
160
160
]
161
161
162
162
# --------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments