Skip to content

Commit 38630a1

Browse files
authored
update dependencies before 0.3.0 tag (#327)
Signed-off-by: Mihai Criveti <[email protected]>
1 parent 53085b7 commit 38630a1

File tree

5 files changed

+22
-19
lines changed

5 files changed

+22
-19
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.depsorter_cache.json
2+
.depupdate.*
3+
update_dependencies.py
14
token.txt
25
*.db
36
*.bak

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-1750782676
1+
FROM registry.access.redhat.com/ubi9-minimal:9.6-1751286687
22
LABEL maintainer="Mihai Criveti" \
33
name="mcp/mcpgateway" \
44
version="0.3.0" \

Containerfile.lite

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ ARG PYTHON_VERSION=3.11 # Python major.minor series to track
2424
###########################
2525
# Base image for copying into scratch
2626
###########################
27-
FROM registry.access.redhat.com/ubi9/ubi-micro:9.6-1750858477 AS base
27+
FROM registry.access.redhat.com/ubi9/ubi-micro:9.6-1751962311 AS base
2828

2929
###########################
3030
# Builder stage
3131
###########################
32-
FROM registry.access.redhat.com/ubi9/ubi:9.6-1750786174 AS builder
32+
FROM registry.access.redhat.com/ubi9/ubi:9.6-1751897624 AS builder
3333
SHELL ["/bin/bash", "-c"]
3434

3535
ARG PYTHON_VERSION

docs/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ bracex>=2.6
66
Brotli>=1.1.0
77
cairocffi>=1.7.1
88
CairoSVG>=2.8.2
9-
certifi>=2025.6.15
9+
certifi>=2025.7.9
1010
cffi>=1.17.1
1111
charset-normalizer>=3.4.2
1212
click>=8.2.1
@@ -16,7 +16,7 @@ cssselect2>=0.8.0
1616
defusedxml>=0.7.1
1717
EditorConfig>=0.17.1
1818
flatten-json>=0.1.14
19-
fonttools>=4.58.4
19+
fonttools>=4.58.5
2020
funcparserlib>=1.0.1
2121
ghp-import>=2.1.0
2222
gitdb>=4.0.12
@@ -42,7 +42,7 @@ mkdocs-git-authors-plugin>=0.10.0
4242
mkdocs-git-revision-date-localized-plugin>=1.4.7
4343
mkdocs-glightbox>=0.4.0
4444
mkdocs-include-markdown-plugin>=7.1.6
45-
mkdocs-material>=9.6.14
45+
mkdocs-material>=9.6.15
4646
mkdocs-material-extensions>=1.3.1
4747
mkdocs-mermaid-plugin>=0.1.1
4848
mkdocs-mermaid2-plugin>=1.2.1
@@ -57,9 +57,9 @@ numpy>=2.3.1
5757
nwdiag>=3.0.0
5858
packaging>=25.0
5959
paginate>=0.5.7
60-
pandas>=2.3.0
60+
pandas>=2.3.1
6161
pathspec>=0.12.1
62-
pillow>=11.2.1
62+
pillow>=11.3.0
6363
platformdirs>=4.3.8
6464
pycparser>=2.22
6565
pydyf>=0.11.0
@@ -87,4 +87,4 @@ weasyprint>=65.1
8787
webcolors>=24.11.1
8888
webencodings>=0.5.1
8989
zipp>=3.23.0
90-
zopfli>=0.2.3.post1
90+
zopfli>=0.2.3.post1

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ maintainers = [
4646
# Runtime dependencies
4747
# ----------------------------------------------------------------
4848
dependencies = [
49-
"alembic>=1.16.2",
49+
"alembic>=1.16.3",
5050
"cryptography>=45.0.5",
51-
"fastapi>=0.115.14",
51+
"fastapi>=0.116.0",
5252
"filelock>=3.18.0",
5353
"gunicorn>=23.0.0",
5454
"httpx>=0.28.1",
@@ -63,7 +63,7 @@ dependencies = [
6363
"pydantic-settings>=2.10.1",
6464
"pyjwt>=2.10.1",
6565
"sqlalchemy>=2.0.41",
66-
"sse-starlette>=2.3.6",
66+
"sse-starlette>=2.4.1",
6767
"starlette>=0.46.2",
6868
"uvicorn>=0.35.0",
6969
"zeroconf>=0.147.0",
@@ -84,7 +84,7 @@ postgres = [
8484
]
8585

8686
alembic = [
87-
"alembic>=1.16.2",
87+
"alembic>=1.16.3",
8888
]
8989

9090
# Async SQLite Driver (optional)
@@ -101,7 +101,7 @@ asyncpg = [
101101
dev = [
102102
"argparse-manpage>=4.6",
103103
"autoflake>=2.3.1",
104-
"bandit>=1.8.5",
104+
"bandit>=1.8.6",
105105
"black>=25.1.0",
106106
"bump2version>=1.0.1",
107107
"check-manifest>=0.50",
@@ -123,8 +123,8 @@ dev = [
123123
"pydocstyle>=6.3.0",
124124
"pylint>=3.3.7",
125125
"pylint-pydantic>=0.3.5",
126-
"pyre-check>=0.9.23",
127-
"pyrefly>=0.22.2",
126+
"pyre-check>=0.9.25",
127+
"pyrefly>=0.23.1",
128128
"pyright>=1.1.402",
129129
"pyroma>=4.3.3",
130130
"pyspelling>=2.10",
@@ -145,18 +145,18 @@ dev = [
145145
"tox>=4.27.0",
146146
"tox-uv>=1.26.1",
147147
"twine>=6.1.0",
148-
"ty>=0.0.1a13",
148+
"ty>=0.0.1a14",
149149
"types-tabulate>=0.9.0.20241207",
150150
"uv>=0.7.19",
151151
"yamllint>=1.37.1",
152152
]
153153

154154
# Convenience meta-extras
155155
all = [
156-
"mcp-contextforge-gateway[redis]>=0.3.0",
156+
"mcp-contextforge-gateway[redis]>=0.2.0",
157157
]
158158
dev-all = [
159-
"mcp-contextforge-gateway[redis,dev]>=0.3.0",
159+
"mcp-contextforge-gateway[redis,dev]>=0.2.0",
160160
]
161161

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

0 commit comments

Comments
 (0)