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. *
14.devcontainer
25.github
36docker-compose.yml
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ actdiag>=3.0.0
22Babel >= 2.17.0
33beautifulsoup4 >= 4.13.4
44blockdiag >= 3.0.0
5- bracex >= 2.5.post1
5+ bracex >= 2.6
66Brotli >= 1.1.0
77cairocffi >= 1.7.1
88CairoSVG >= 2.8.2
9- certifi >= 2025.4.26
9+ certifi >= 2025.6.15
1010cffi >= 1.17.1
1111charset-normalizer >= 3.4.2
1212click >= 8.2.1
@@ -16,7 +16,7 @@ cssselect2>=0.8.0
1616defusedxml >= 0.7.1
1717EditorConfig >= 0.17.1
1818flatten-json >= 0.1.14
19- fonttools >= 4.58.2
19+ fonttools >= 4.58.4
2020funcparserlib >= 1.0.1
2121ghp-import >= 2.1.0
2222gitdb >= 4.0.12
@@ -29,7 +29,7 @@ Jinja2>=3.1.6
2929jsbeautifier >= 1.15.4
3030jsmin >= 3.0.1
3131libsass >= 0.23.0
32- Markdown >= 3.8
32+ Markdown >= 3.8.2
3333markdown-blockdiag >= 0.8.0
3434markdown-include >= 0.8.1
3535MarkupSafe >= 3.0.2
@@ -41,7 +41,7 @@ mkdocs-enumerate-headings-plugin>=0.6.2
4141mkdocs-git-authors-plugin >= 0.10.0
4242mkdocs-git-revision-date-localized-plugin >= 1.4.7
4343mkdocs-glightbox >= 0.4.0
44- mkdocs-include-markdown-plugin >= 7.1.5
44+ mkdocs-include-markdown-plugin >= 7.1.6
4545mkdocs-material >= 9.6.14
4646mkdocs-material-extensions >= 1.3.1
4747mkdocs-mermaid-plugin >= 0.1.1
@@ -53,7 +53,7 @@ mkdocs-rss-plugin>=1.17.3
5353mkdocs-table-reader-plugin >= 3.1.0
5454mkdocs-with-pdf >= 0.9.3
5555natsort >= 8.4.0
56- numpy >= 2.3.0
56+ numpy >= 2.3.1
5757nwdiag >= 3.0.0
5858packaging >= 25.0
5959paginate >= 0.5.7
@@ -63,8 +63,8 @@ pillow>=11.2.1
6363platformdirs >= 4.3.8
6464pycparser >= 2.22
6565pydyf >= 0.11.0
66- Pygments >= 2.19.1
67- pymdown-extensions >= 10.15
66+ Pygments >= 2.19.2
67+ pymdown-extensions >= 10.16
6868pyparsing >= 3.2.3
6969pyphen >= 0.17.2
7070python-dateutil >= 2.9.0.post0
@@ -80,9 +80,9 @@ soupsieve>=2.7
8080tabulate >= 0.9.0
8181tinycss2 >= 1.4.0
8282tzdata >= 2025.2
83- urllib3 >= 2.4 .0
83+ urllib3 >= 2.5 .0
8484watchdog >= 6.0.0
85- wcmatch >= 10.0
85+ wcmatch >= 10.1
8686weasyprint >= 65.1
8787webcolors >= 24.11.1
8888webencodings >= 0.5.1
Original file line number Diff line number Diff line change @@ -46,19 +46,19 @@ maintainers = [
4646# ----------------------------------------------------------------
4747dependencies = [
4848 " cryptography>=45.0.4" ,
49- " fastapi>=0.115.12 " ,
49+ " fastapi>=0.115.13 " ,
5050 " filelock>=3.18.0" ,
5151 " gunicorn>=23.0.0" ,
5252 " httpx>=0.28.1" ,
5353 " jinja2>=3.1.6" ,
54- " jq>=1.8.0 " ,
54+ " jq>=1.9.1 " ,
5555 " jsonpath-ng>=1.7.0" ,
5656 " jsonschema>=4.24.0" ,
5757 " mcp>=1.9.4" ,
5858 " parse>=1.20.2" ,
5959 " 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 " ,
6262 " pyjwt>=2.10.1" ,
6363 " sqlalchemy>=2.0.41" ,
6464 " sse-starlette>=2.3.6" ,
@@ -95,21 +95,21 @@ asyncpg = [
9595dev = [
9696 " argparse-manpage>=4.6" ,
9797 " autoflake>=2.3.1" ,
98- " bandit>=1.8.3 " ,
98+ " bandit>=1.8.5 " ,
9999 " black>=25.1.0" ,
100100 " bump2version>=1.0.1" ,
101101 " check-manifest>=0.50" ,
102102 " code2flow>=2.5.1" ,
103103 " cookiecutter>=2.6.0" ,
104- " coverage>=7.9.0 " ,
104+ " coverage>=7.9.1 " ,
105105 " coverage-badge>=1.1.2" ,
106106 " darglint>=1.8.1" ,
107107 " fawltydeps>=0.20.0" ,
108- " flake8>=7.2 .0" ,
108+ " flake8>=7.3 .0" ,
109109 " gprof2dot>=2025.4.14" ,
110110 " importchecker>=3.0" ,
111111 " isort>=6.0.1" ,
112- " mypy>=1.16.0 " ,
112+ " mypy>=1.16.1 " ,
113113 " pexpect>=4.9.0" ,
114114 " pip-licenses>=5.0.0" ,
115115 " pip_audit>=2.9.0" ,
@@ -121,7 +121,7 @@ dev = [
121121 " pyright>=1.1.402" ,
122122 " pyroma>=4.2" ,
123123 " pyspelling>=2.10" ,
124- " pytest>=8.4.0 " ,
124+ " pytest>=8.4.1 " ,
125125 " pytest-asyncio>=1.0.0" ,
126126 " pytest-cov>=6.2.1" ,
127127 " pytest-examples>=0.0.18" ,
@@ -130,25 +130,25 @@ dev = [
130130 " pytest-xdist>=3.7.0" ,
131131 " pytype>=2024.10.11" ,
132132 " radon>=6.0.1" ,
133- " ruff>=0.11.13 " ,
133+ " ruff>=0.12.0 " ,
134134 " settings-doc>=4.3.2" ,
135135 " snakeviz>=2.2.2" ,
136136 " tomlcheck>=0.2.3" ,
137- " twine>=6.1.0" ,
138- " ty>=0.0.1a9" ,
139- " types-tabulate>=0.9.0.20241207" ,
140137 " tox>=4.27.0" ,
141138 " tox-uv>=1.26.0" ,
139+ " twine>=6.1.0" ,
140+ " ty>=0.0.1a11" ,
141+ " types-tabulate>=0.9.0.20241207" ,
142142 " uv>=0.7.13" ,
143143 " yamllint>=1.37.1" ,
144144]
145145
146146# Convenience meta-extras
147147all = [
148- " mcp-contextforge-gateway[redis]" ,
148+ " mcp-contextforge-gateway[redis]>=0.1.1 " ,
149149]
150150dev-all = [
151- " mcp-contextforge-gateway[redis,dev]" ,
151+ " mcp-contextforge-gateway[redis,dev]>=0.1.1 " ,
152152]
153153
154154# --------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments