Skip to content

Commit 5d84b88

Browse files
authored
Merge pull request #139 from sbidoul/update-deps-sbi
Upgrade dependencies
2 parents a965740 + 52dbb98 commit 5d84b88

3 files changed

Lines changed: 59 additions & 53 deletions

File tree

requirements-mypy.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# frozen requirements generated by pip-deepfreeze
2-
mypy==1.15.0
3-
mypy-extensions==1.0.0
2+
mypy==1.18.2
3+
mypy-extensions==1.1.0
4+
pathspec==0.12.1

requirements-test.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# frozen requirements generated by pip-deepfreeze
2-
coverage==7.6.12
3-
iniconfig==2.0.0
4-
pluggy==1.5.0
5-
pytest==8.3.4
6-
pytest-asyncio==0.25.3
7-
pytest-cov==6.0.0
2+
coverage==7.11.0
3+
iniconfig==2.3.0
4+
pluggy==1.6.0
5+
pytest==8.4.2
6+
pytest-asyncio==1.2.0
7+
pytest-cov==7.0.0
88
pytest-dotenv==0.5.2
9-
pytest-mock==3.14.0
9+
pytest-mock==3.15.1

requirements.txt

Lines changed: 49 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,64 @@
11
# frozen requirements generated by pip-deepfreeze
2+
annotated-doc==0.0.3
23
annotated-types==0.7.0
34
ansi2html==1.9.2
4-
anyio==4.8.0
5-
cachetools==5.5.2
6-
certifi==2025.1.31
7-
charset-normalizer==3.4.1
8-
click==8.1.8
9-
dnspython==2.7.0
10-
durationpy==0.9
11-
email-validator==2.2.0
12-
fastapi==0.115.10
13-
fastapi-cli==0.0.7
14-
google-auth==2.38.0
5+
anyio==4.11.0
6+
cachetools==6.2.1
7+
certifi==2025.10.5
8+
charset-normalizer==3.4.4
9+
click==8.3.0
10+
dnspython==2.8.0
11+
durationpy==0.10
12+
email-validator==2.3.0
13+
fastapi==0.120.0
14+
fastapi-cli==0.0.14
15+
fastapi-cloud-cli==0.3.1
16+
google-auth==2.41.1
1517
gunicorn==23.0.0
16-
h11==0.14.0
17-
httpcore==1.0.7
18-
httptools==0.6.4
18+
h11==0.16.0
19+
httpcore==1.0.9
20+
httptools==0.7.1
1921
httpx==0.28.1
20-
idna==3.10
22+
idna==3.11
2123
itsdangerous==2.2.0
22-
jinja2==3.1.5
23-
kubernetes==32.0.1
24-
markdown-it-py==3.0.0
25-
markupsafe==3.0.2
24+
jinja2==3.1.6
25+
kubernetes==34.1.0
26+
markdown-it-py==4.0.0
27+
markupsafe==3.0.3
2628
mdurl==0.1.2
27-
oauthlib==3.2.2
28-
orjson==3.10.15
29-
packaging==24.2
29+
oauthlib==3.3.1
30+
orjson==3.11.4
31+
packaging==25.0
3032
pyasn1==0.6.1
31-
pyasn1-modules==0.4.1
32-
pydantic==2.10.6
33-
pydantic-core==2.27.2
34-
pydantic-extra-types==2.10.2
35-
pydantic-settings==2.8.1
36-
pygments==2.19.1
33+
pyasn1-modules==0.4.2
34+
pydantic==2.12.3
35+
pydantic-core==2.41.4
36+
pydantic-extra-types==2.10.6
37+
pydantic-settings==2.11.0
38+
pygments==2.19.2
3739
python-dateutil==2.9.0.post0
38-
python-dotenv==1.0.1
40+
python-dotenv==1.2.1
3941
python-multipart==0.0.20
40-
pyyaml==6.0.2
41-
requests==2.32.3
42+
pyyaml==6.0.3
43+
requests==2.32.5
4244
requests-oauthlib==2.0.0
43-
rich==13.9.4
44-
rich-toolkit==0.13.2
45-
rsa==4.9
45+
rich==14.2.0
46+
rich-toolkit==0.15.1
47+
rignore==0.7.1
48+
rsa==4.9.1
49+
sentry-sdk==2.42.1
4650
shellingham==1.5.4
4751
six==1.17.0
4852
sniffio==1.3.1
49-
sse-starlette==2.2.1
50-
starlette==0.46.0
51-
typer==0.15.2
52-
typing-extensions==4.12.2
53-
ujson==5.10.0
53+
sse-starlette==3.0.2
54+
starlette==0.48.0
55+
typer==0.20.0
56+
typing-extensions==4.15.0
57+
typing-inspection==0.4.2
58+
ujson==5.11.0
5459
urllib3==2.3.0
55-
uvicorn==0.34.0
56-
uvloop==0.21.0
57-
watchfiles==1.0.4
58-
websocket-client==1.8.0
59-
websockets==15.0
60+
uvicorn==0.38.0
61+
uvloop==0.22.1
62+
watchfiles==1.1.1
63+
websocket-client==1.9.0
64+
websockets==15.0.1

0 commit comments

Comments
 (0)