Skip to content

Commit 7f7bb9c

Browse files
authored
Merge branch 'main' into dependabot/pip/docutils-0.23
2 parents 6bad141 + 1031c21 commit 7f7bb9c

2 files changed

Lines changed: 196 additions & 211 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ dependencies = [
1818
"beautifulsoup4==4.15.0",
1919
"cachebox==6.1.2",
2020
"numpy==2.4.6",
21-
"numpydantic==1.9.1",
21+
"numpydantic==1.10.0",
2222
"matplotlib==3.11.0",
2323
"contourpy==1.3.3",
24-
"fastapi[standard-no-fastapi-cloud-cli]==0.138.0",
25-
"fastapi_cli==0.0.27",
24+
"fastapi[standard-no-fastapi-cloud-cli]==0.139.0",
25+
"fastapi_cli==0.0.28",
2626
"rich-toolkit==0.20.1",
27-
"python-fasthtml==0.14.3",
28-
"MonsterUI==1.0.45",
27+
"python-fasthtml==0.14.4",
28+
"MonsterUI==1.0.46",
2929
"markdown-it-py==4.2.0",
3030
"mdit-py-plugins==0.6.1",
3131
"bokeh==3.9.1",
32-
"uvicorn==0.49.0",
32+
"uvicorn==0.50.0",
3333
"scipy==1.17.1",
3434
"tzfpy==1.3.1",
3535
"deap==1.4.4",
@@ -66,7 +66,7 @@ dev = [
6666
"tokenize-rt==6.2.0", # for mypy
6767
"types-docutils==0.22.3.20260518", # for mypy
6868
"types-PyYaml==6.0.12.20260518", # for mypy
69-
"commitizen==4.16.3",
69+
"commitizen==4.16.4",
7070
"deprecated==1.3.1", # for commitizen
7171

7272
# Sphinx
@@ -82,7 +82,7 @@ dev = [
8282
"pytest-asyncio==1.4.0",
8383
"pytest-cov==7.1.0",
8484
"pytest-xprocess==1.0.2",
85-
"coverage==7.14.2",
85+
"coverage==7.15.0",
8686
]
8787

8888
[project.urls]

0 commit comments

Comments
 (0)