@@ -47,7 +47,7 @@ maintainers = [
47
47
# ----------------------------------------------------------------
48
48
dependencies = [
49
49
" alembic>=1.16.4" ,
50
- " cryptography>=45.0.5 " ,
50
+ " cryptography>=45.0.6 " ,
51
51
" fastapi>=0.116.1" ,
52
52
" filelock>=3.18.0" ,
53
53
" gunicorn>=23.0.0" ,
@@ -56,19 +56,19 @@ dependencies = [
56
56
" jq>=1.10.0" ,
57
57
" jsonpath-ng>=1.7.0" ,
58
58
" jsonschema>=4.25.0" ,
59
- " mcp>=1.12.3 " ,
59
+ " mcp>=1.12.4 " ,
60
60
" parse>=1.20.2" ,
61
61
" psutil>=7.0.0" ,
62
62
" pydantic>=2.11.7" ,
63
63
" pydantic-settings>=2.10.1" ,
64
64
" pyjwt>=2.10.1" ,
65
- " python-json-logger>=2.0 .0" ,
65
+ " python-json-logger>=3.3 .0" ,
66
66
" PyYAML>=6.0.2" ,
67
67
" sqlalchemy>=2.0.42" ,
68
68
" sse-starlette>=3.0.2" ,
69
69
" starlette>=0.47.2" ,
70
70
" uvicorn>=0.35.0" ,
71
- " zeroconf>=0.147.0"
71
+ " zeroconf>=0.147.0" ,
72
72
]
73
73
74
74
# ----------------------------------------------------------------
@@ -78,7 +78,7 @@ dependencies = [
78
78
79
79
# Optional dependency groups (runtime)
80
80
redis = [
81
- " redis>=6.2 .0" ,
81
+ " redis>=6.4 .0" ,
82
82
]
83
83
84
84
postgres = [
@@ -101,7 +101,7 @@ asyncpg = [
101
101
102
102
# Optional dependency groups (development)
103
103
dev = [
104
- " aiohttp>=3.12.14 " ,
104
+ " aiohttp>=3.12.15 " ,
105
105
" argparse-manpage>=4.6" ,
106
106
" autoflake>=2.3.1" ,
107
107
" bandit>=1.8.6" ,
@@ -110,7 +110,7 @@ dev = [
110
110
" check-manifest>=0.50" ,
111
111
" code2flow>=2.5.1" ,
112
112
" cookiecutter>=2.6.0" ,
113
- " coverage>=7.10.1 " ,
113
+ " coverage>=7.10.2 " ,
114
114
" coverage-badge>=1.1.2" ,
115
115
" darglint>=1.8.1" ,
116
116
" dlint>=0.16.0" ,
@@ -125,13 +125,13 @@ dev = [
125
125
" pexpect>=4.9.0" ,
126
126
" pip-licenses>=5.0.0" ,
127
127
" pip_audit>=2.9.0" ,
128
- " pre-commit>=4.2 .0" ,
128
+ " pre-commit>=4.3 .0" ,
129
129
" prospector[with_everything]>=1.17.2" ,
130
130
" pydocstyle>=6.3.0" ,
131
- " pylint>=3.3.7 " ,
131
+ " pylint>=3.3.8 " ,
132
132
" pylint-pydantic>=0.3.5" ,
133
133
" pyre-check>=0.9.25" ,
134
- " pyrefly>=0.26.1 " ,
134
+ " pyrefly>=0.27.2 " ,
135
135
" pyright>=1.1.403" ,
136
136
" pyroma>=5.0" ,
137
137
" pyspelling>=2.10" ,
@@ -147,22 +147,22 @@ dev = [
147
147
" pytype>=2024.10.11" ,
148
148
" pyupgrade>=3.20.0" ,
149
149
" radon>=6.0.1" ,
150
- " redis>=6.2 .0" ,
151
- " ruff>=0.12.7 " ,
150
+ " redis>=6.4 .0" ,
151
+ " ruff>=0.12.8 " ,
152
152
" semgrep>=1.131.0" ,
153
153
" settings-doc>=4.3.2" ,
154
154
" snakeviz>=2.2.2" ,
155
155
" tomlcheck>=0.2.3" ,
156
156
" tox>=4.28.4" ,
157
- " tox-uv>=1.26.2 " ,
157
+ " tox-uv>=1.27.0 " ,
158
158
" twine>=6.1.0" ,
159
- " ty>=0.0.1a16 " ,
159
+ " ty>=0.0.1a17 " ,
160
160
" types-tabulate>=0.9.0.20241207" ,
161
161
" unimport>=1.2.1" ,
162
- " uv>=0.8.4 " ,
162
+ " uv>=0.8.8 " ,
163
163
" vulture>=2.14" ,
164
+ " websockets>=15.0.1" ,
164
165
" yamllint>=1.37.1" ,
165
- " websockets>=15.0.1"
166
166
]
167
167
168
168
# UI Testing
0 commit comments