Skip to content

Commit 07076f1

Browse files
authored
Updated dependencies (#372)
Signed-off-by: Mihai Criveti <[email protected]>
1 parent a203289 commit 07076f1

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9-minimal:9.6-1751286687
1+
FROM registry.access.redhat.com/ubi9-minimal:9.6-1752069876
22
LABEL maintainer="Mihai Criveti" \
33
name="mcp/mcpgateway" \
44
version="0.3.1" \

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ sonar-info:
736736
trivy:
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

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ maintainers = [
4646
# Runtime dependencies
4747
# ----------------------------------------------------------------
4848
dependencies = [
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

8686
alembic = [
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
155155
all = [
156-
"mcp-contextforge-gateway[redis]>=0.2.0",
156+
"mcp-contextforge-gateway[redis]>=0.3.1",
157157
]
158158
dev-all = [
159-
"mcp-contextforge-gateway[redis,dev]>=0.2.0",
159+
"mcp-contextforge-gateway[redis,dev]>=0.3.1",
160160
]
161161

162162
# --------------------------------------------------------------------

0 commit comments

Comments
 (0)