Skip to content

Commit e9e0a81

Browse files
authored
Update deps (#702)
Signed-off-by: Mihai Criveti <[email protected]>
1 parent 9fcfbd8 commit e9e0a81

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

pyproject.toml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ maintainers = [
4747
# ----------------------------------------------------------------
4848
dependencies = [
4949
"alembic>=1.16.4",
50-
"cryptography>=45.0.5",
50+
"cryptography>=45.0.6",
5151
"fastapi>=0.116.1",
5252
"filelock>=3.18.0",
5353
"gunicorn>=23.0.0",
@@ -56,19 +56,19 @@ dependencies = [
5656
"jq>=1.10.0",
5757
"jsonpath-ng>=1.7.0",
5858
"jsonschema>=4.25.0",
59-
"mcp>=1.12.3",
59+
"mcp>=1.12.4",
6060
"parse>=1.20.2",
6161
"psutil>=7.0.0",
6262
"pydantic>=2.11.7",
6363
"pydantic-settings>=2.10.1",
6464
"pyjwt>=2.10.1",
65-
"python-json-logger>=2.0.0",
65+
"python-json-logger>=3.3.0",
6666
"PyYAML>=6.0.2",
6767
"sqlalchemy>=2.0.42",
6868
"sse-starlette>=3.0.2",
6969
"starlette>=0.47.2",
7070
"uvicorn>=0.35.0",
71-
"zeroconf>=0.147.0"
71+
"zeroconf>=0.147.0",
7272
]
7373

7474
# ----------------------------------------------------------------
@@ -78,7 +78,7 @@ dependencies = [
7878

7979
# Optional dependency groups (runtime)
8080
redis = [
81-
"redis>=6.2.0",
81+
"redis>=6.4.0",
8282
]
8383

8484
postgres = [
@@ -101,7 +101,7 @@ asyncpg = [
101101

102102
# Optional dependency groups (development)
103103
dev = [
104-
"aiohttp>=3.12.14",
104+
"aiohttp>=3.12.15",
105105
"argparse-manpage>=4.6",
106106
"autoflake>=2.3.1",
107107
"bandit>=1.8.6",
@@ -110,7 +110,7 @@ dev = [
110110
"check-manifest>=0.50",
111111
"code2flow>=2.5.1",
112112
"cookiecutter>=2.6.0",
113-
"coverage>=7.10.1",
113+
"coverage>=7.10.2",
114114
"coverage-badge>=1.1.2",
115115
"darglint>=1.8.1",
116116
"dlint>=0.16.0",
@@ -125,13 +125,13 @@ dev = [
125125
"pexpect>=4.9.0",
126126
"pip-licenses>=5.0.0",
127127
"pip_audit>=2.9.0",
128-
"pre-commit>=4.2.0",
128+
"pre-commit>=4.3.0",
129129
"prospector[with_everything]>=1.17.2",
130130
"pydocstyle>=6.3.0",
131-
"pylint>=3.3.7",
131+
"pylint>=3.3.8",
132132
"pylint-pydantic>=0.3.5",
133133
"pyre-check>=0.9.25",
134-
"pyrefly>=0.26.1",
134+
"pyrefly>=0.27.2",
135135
"pyright>=1.1.403",
136136
"pyroma>=5.0",
137137
"pyspelling>=2.10",
@@ -147,22 +147,22 @@ dev = [
147147
"pytype>=2024.10.11",
148148
"pyupgrade>=3.20.0",
149149
"radon>=6.0.1",
150-
"redis>=6.2.0",
151-
"ruff>=0.12.7",
150+
"redis>=6.4.0",
151+
"ruff>=0.12.8",
152152
"semgrep>=1.131.0",
153153
"settings-doc>=4.3.2",
154154
"snakeviz>=2.2.2",
155155
"tomlcheck>=0.2.3",
156156
"tox>=4.28.4",
157-
"tox-uv>=1.26.2",
157+
"tox-uv>=1.27.0",
158158
"twine>=6.1.0",
159-
"ty>=0.0.1a16",
159+
"ty>=0.0.1a17",
160160
"types-tabulate>=0.9.0.20241207",
161161
"unimport>=1.2.1",
162-
"uv>=0.8.4",
162+
"uv>=0.8.8",
163163
"vulture>=2.14",
164+
"websockets>=15.0.1",
164165
"yamllint>=1.37.1",
165-
"websockets>=15.0.1"
166166
]
167167

168168
# UI Testing

0 commit comments

Comments
 (0)