File tree Expand file tree Collapse file tree 3 files changed +28
-25
lines changed Expand file tree Collapse file tree 3 files changed +28
-25
lines changed Original file line number Diff line number Diff line change
1
+ Dockerfile
2
+ Dockerfile. *
3
+ Containerfile. *
1
4
.devcontainer
2
5
.github
3
6
docker-compose.yml
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ actdiag>=3.0.0
2
2
Babel >= 2.17.0
3
3
beautifulsoup4 >= 4.13.4
4
4
blockdiag >= 3.0.0
5
- bracex >= 2.5.post1
5
+ bracex >= 2.6
6
6
Brotli >= 1.1.0
7
7
cairocffi >= 1.7.1
8
8
CairoSVG >= 2.8.2
9
- certifi >= 2025.4.26
9
+ certifi >= 2025.6.15
10
10
cffi >= 1.17.1
11
11
charset-normalizer >= 3.4.2
12
12
click >= 8.2.1
@@ -16,7 +16,7 @@ cssselect2>=0.8.0
16
16
defusedxml >= 0.7.1
17
17
EditorConfig >= 0.17.1
18
18
flatten-json >= 0.1.14
19
- fonttools >= 4.58.2
19
+ fonttools >= 4.58.4
20
20
funcparserlib >= 1.0.1
21
21
ghp-import >= 2.1.0
22
22
gitdb >= 4.0.12
@@ -29,7 +29,7 @@ Jinja2>=3.1.6
29
29
jsbeautifier >= 1.15.4
30
30
jsmin >= 3.0.1
31
31
libsass >= 0.23.0
32
- Markdown >= 3.8
32
+ Markdown >= 3.8.2
33
33
markdown-blockdiag >= 0.8.0
34
34
markdown-include >= 0.8.1
35
35
MarkupSafe >= 3.0.2
@@ -41,7 +41,7 @@ mkdocs-enumerate-headings-plugin>=0.6.2
41
41
mkdocs-git-authors-plugin >= 0.10.0
42
42
mkdocs-git-revision-date-localized-plugin >= 1.4.7
43
43
mkdocs-glightbox >= 0.4.0
44
- mkdocs-include-markdown-plugin >= 7.1.5
44
+ mkdocs-include-markdown-plugin >= 7.1.6
45
45
mkdocs-material >= 9.6.14
46
46
mkdocs-material-extensions >= 1.3.1
47
47
mkdocs-mermaid-plugin >= 0.1.1
@@ -53,7 +53,7 @@ mkdocs-rss-plugin>=1.17.3
53
53
mkdocs-table-reader-plugin >= 3.1.0
54
54
mkdocs-with-pdf >= 0.9.3
55
55
natsort >= 8.4.0
56
- numpy >= 2.3.0
56
+ numpy >= 2.3.1
57
57
nwdiag >= 3.0.0
58
58
packaging >= 25.0
59
59
paginate >= 0.5.7
@@ -63,8 +63,8 @@ pillow>=11.2.1
63
63
platformdirs >= 4.3.8
64
64
pycparser >= 2.22
65
65
pydyf >= 0.11.0
66
- Pygments >= 2.19.1
67
- pymdown-extensions >= 10.15
66
+ Pygments >= 2.19.2
67
+ pymdown-extensions >= 10.16
68
68
pyparsing >= 3.2.3
69
69
pyphen >= 0.17.2
70
70
python-dateutil >= 2.9.0.post0
@@ -80,9 +80,9 @@ soupsieve>=2.7
80
80
tabulate >= 0.9.0
81
81
tinycss2 >= 1.4.0
82
82
tzdata >= 2025.2
83
- urllib3 >= 2.4 .0
83
+ urllib3 >= 2.5 .0
84
84
watchdog >= 6.0.0
85
- wcmatch >= 10.0
85
+ wcmatch >= 10.1
86
86
weasyprint >= 65.1
87
87
webcolors >= 24.11.1
88
88
webencodings >= 0.5.1
Original file line number Diff line number Diff line change @@ -46,19 +46,19 @@ maintainers = [
46
46
# ----------------------------------------------------------------
47
47
dependencies = [
48
48
" cryptography>=45.0.4" ,
49
- " fastapi>=0.115.12 " ,
49
+ " fastapi>=0.115.13 " ,
50
50
" filelock>=3.18.0" ,
51
51
" gunicorn>=23.0.0" ,
52
52
" httpx>=0.28.1" ,
53
53
" jinja2>=3.1.6" ,
54
- " jq>=1.8.0 " ,
54
+ " jq>=1.9.1 " ,
55
55
" jsonpath-ng>=1.7.0" ,
56
56
" jsonschema>=4.24.0" ,
57
57
" mcp>=1.9.4" ,
58
58
" parse>=1.20.2" ,
59
59
" psutil>=7.0.0" ,
60
- " pydantic>=2.11.5 " ,
61
- " pydantic-settings>=2.9.1 " ,
60
+ " pydantic>=2.11.7 " ,
61
+ " pydantic-settings>=2.10.0 " ,
62
62
" pyjwt>=2.10.1" ,
63
63
" sqlalchemy>=2.0.41" ,
64
64
" sse-starlette>=2.3.6" ,
@@ -95,21 +95,21 @@ asyncpg = [
95
95
dev = [
96
96
" argparse-manpage>=4.6" ,
97
97
" autoflake>=2.3.1" ,
98
- " bandit>=1.8.3 " ,
98
+ " bandit>=1.8.5 " ,
99
99
" black>=25.1.0" ,
100
100
" bump2version>=1.0.1" ,
101
101
" check-manifest>=0.50" ,
102
102
" code2flow>=2.5.1" ,
103
103
" cookiecutter>=2.6.0" ,
104
- " coverage>=7.9.0 " ,
104
+ " coverage>=7.9.1 " ,
105
105
" coverage-badge>=1.1.2" ,
106
106
" darglint>=1.8.1" ,
107
107
" fawltydeps>=0.20.0" ,
108
- " flake8>=7.2 .0" ,
108
+ " flake8>=7.3 .0" ,
109
109
" gprof2dot>=2025.4.14" ,
110
110
" importchecker>=3.0" ,
111
111
" isort>=6.0.1" ,
112
- " mypy>=1.16.0 " ,
112
+ " mypy>=1.16.1 " ,
113
113
" pexpect>=4.9.0" ,
114
114
" pip-licenses>=5.0.0" ,
115
115
" pip_audit>=2.9.0" ,
@@ -121,7 +121,7 @@ dev = [
121
121
" pyright>=1.1.402" ,
122
122
" pyroma>=4.2" ,
123
123
" pyspelling>=2.10" ,
124
- " pytest>=8.4.0 " ,
124
+ " pytest>=8.4.1 " ,
125
125
" pytest-asyncio>=1.0.0" ,
126
126
" pytest-cov>=6.2.1" ,
127
127
" pytest-examples>=0.0.18" ,
@@ -130,25 +130,25 @@ dev = [
130
130
" pytest-xdist>=3.7.0" ,
131
131
" pytype>=2024.10.11" ,
132
132
" radon>=6.0.1" ,
133
- " ruff>=0.11.13 " ,
133
+ " ruff>=0.12.0 " ,
134
134
" settings-doc>=4.3.2" ,
135
135
" snakeviz>=2.2.2" ,
136
136
" tomlcheck>=0.2.3" ,
137
- " twine>=6.1.0" ,
138
- " ty>=0.0.1a9" ,
139
- " types-tabulate>=0.9.0.20241207" ,
140
137
" tox>=4.27.0" ,
141
138
" tox-uv>=1.26.0" ,
139
+ " twine>=6.1.0" ,
140
+ " ty>=0.0.1a11" ,
141
+ " types-tabulate>=0.9.0.20241207" ,
142
142
" uv>=0.7.13" ,
143
143
" yamllint>=1.37.1" ,
144
144
]
145
145
146
146
# Convenience meta-extras
147
147
all = [
148
- " mcp-contextforge-gateway[redis]" ,
148
+ " mcp-contextforge-gateway[redis]>=0.1.1 " ,
149
149
]
150
150
dev-all = [
151
- " mcp-contextforge-gateway[redis,dev]" ,
151
+ " mcp-contextforge-gateway[redis,dev]>=0.1.1 " ,
152
152
]
153
153
154
154
# --------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments