Skip to content

Commit 48b0ef2

Browse files
authored
update deps (#588)
Signed-off-by: Mihai Criveti <[email protected]>
1 parent e7d95e9 commit 48b0ef2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fonttools>=4.59.0
2020
funcparserlib>=1.0.1
2121
ghp-import>=2.1.0
2222
gitdb>=4.0.12
23-
GitPython>=3.1.44
23+
GitPython>=3.1.45
2424
html5lib>=1.1
2525
htmlmin2>=0.1.13
2626
idna>=3.10
@@ -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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ dependencies = [
5656
"jq>=1.10.0",
5757
"jsonpath-ng>=1.7.0",
5858
"jsonschema>=4.25.0",
59-
"mcp>=1.12.0",
59+
"mcp>=1.12.1",
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",
6565
"sqlalchemy>=2.0.41",
6666
"sse-starlette>=2.4.1",
67-
"starlette==0.46.2",
67+
"starlette>=0.47.2",
6868
"uvicorn>=0.35.0",
6969
"zeroconf>=0.147.0",
7070
]
@@ -146,24 +146,24 @@ dev = [
146146
"radon>=6.0.1",
147147
"redis>=6.2.0",
148148
"ruff>=0.12.4",
149-
"semgrep>=1.128.1",
149+
"semgrep>=1.130.0",
150150
"settings-doc>=4.3.2",
151151
"snakeviz>=2.2.2",
152152
"tomlcheck>=0.2.3",
153-
"tox>=4.28.0",
153+
"tox>=4.28.1",
154154
"tox-uv>=1.26.2",
155155
"twine>=6.1.0",
156156
"ty>=0.0.1a15",
157157
"types-tabulate>=0.9.0.20241207",
158158
"unimport>=1.2.1",
159-
"uv>=0.8.0",
159+
"uv>=0.8.2",
160160
"vulture>=2.14",
161161
"yamllint>=1.37.1",
162162
]
163163

164164
# UI Testing
165165
playwright = [
166-
"playwright>=1.53.0",
166+
"playwright>=1.54.0",
167167
"pytest-html>=4.1.1",
168168
"pytest-playwright>=0.7.0",
169169
"pytest-timeout>=2.4.0",

0 commit comments

Comments
 (0)