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
22LABEL maintainer="Mihai Criveti" \
33 name="mcp/mcpgateway" \
44 version="0.3.1" \
Original file line number Diff line number Diff line change @@ -736,7 +736,7 @@ sonar-info:
736736trivy :
737737 @systemctl --user enable --now podman.socket
738738 @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 )
740740
741741# help: dockle - Lint the built container image via tarball (no daemon/socket needed)
742742.PHONY : dockle
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ maintainers = [
4646# Runtime dependencies
4747# ----------------------------------------------------------------
4848dependencies = [
49- " alembic>=1.16.3 " ,
49+ " alembic>=1.16.4 " ,
5050 " cryptography>=45.0.5" ,
5151 " fastapi>=0.116.0" ,
5252 " filelock>=3.18.0" ,
@@ -56,7 +56,7 @@ dependencies = [
5656 " jq>=1.9.1" ,
5757 " jsonpath-ng>=1.7.0" ,
5858 " jsonschema>=4.24.0" ,
59- " mcp>=1.10.1 " ,
59+ " mcp>=1.11.0 " ,
6060 " parse>=1.20.2" ,
6161 " psutil>=7.0.0" ,
6262 " pydantic>=2.11.7" ,
@@ -84,7 +84,7 @@ postgres = [
8484]
8585
8686alembic = [
87- " alembic>=1.16.3 " ,
87+ " alembic>=1.16.4 " ,
8888]
8989
9090# Async SQLite Driver (optional)
@@ -125,7 +125,7 @@ dev = [
125125 " pylint-pydantic>=0.3.5" ,
126126 " pyre-check>=0.9.25" ,
127127 " pyrefly>=0.23.1" ,
128- " pyright>=1.1.402 " ,
128+ " pyright>=1.1.403 " ,
129129 " pyroma>=4.3.3" ,
130130 " pyspelling>=2.10" ,
131131 " pytest>=8.4.1" ,
@@ -147,16 +147,16 @@ dev = [
147147 " twine>=6.1.0" ,
148148 " ty>=0.0.1a14" ,
149149 " types-tabulate>=0.9.0.20241207" ,
150- " uv>=0.7.19 " ,
150+ " uv>=0.7.20 " ,
151151 " yamllint>=1.37.1" ,
152152]
153153
154154# Convenience meta-extras
155155all = [
156- " mcp-contextforge-gateway[redis]>=0.2.0 " ,
156+ " mcp-contextforge-gateway[redis]>=0.3.1 " ,
157157]
158158dev-all = [
159- " mcp-contextforge-gateway[redis,dev]>=0.2.0 " ,
159+ " mcp-contextforge-gateway[redis,dev]>=0.3.1 " ,
160160]
161161
162162# --------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments