Skip to content

Commit 285c38d

Browse files
authored
Merge branch 'akabarki76:main' into main
2 parents 9e4d034 + 61b5512 commit 285c38d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ packaging==25.0
2626
pathspec==0.12.1
2727
posthog==5.0.0
2828
pydantic==2.11.7
29-
pydantic-settings==2.9.1
29+
pydantic-settings==2.10.1
3030
pydantic_core==2.35.2
3131
Pygments==2.19.1
32-
pyinstaller==6.13.0
32+
pyinstaller==6.14.2
3333
pyinstaller-hooks-contrib==2025.5
34-
python-dotenv==1.1.0
34+
python-dotenv==1.1.1
3535
python-multipart==0.0.20
3636
PyYAML==6.0.2
3737
referencing==0.36.2
@@ -50,7 +50,7 @@ types-requests==2.32.4.20250611
5050
typing-inspection==0.4.1
5151
typing_extensions==4.13.2
5252
urllib3==2.5.0
53-
uvicorn==0.34.2
53+
uvicorn==0.35.0
5454
websockets==15.0.1
5555
yarl==1.20.0
56-
zipp==3.21.0
56+
zipp==3.23.0

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
"pathspec==0.12.1",
4444
"posthog==5.0.0",
4545
"pydantic==2.11.7",
46-
"pydantic-settings==2.9.1",
46+
"pydantic-settings==2.10.1",
4747
"pydantic_core==2.35.2",
4848
"Pygments==2.19.1",
4949
"pyinstaller-hooks-contrib==2025.5",
50-
"python-dotenv==1.1.0",
50+
"python-dotenv==1.1.1",
5151
"python-multipart==0.0.20",
5252
"PyYAML==6.0.2",
5353
"referencing==0.36.2",
@@ -65,10 +65,10 @@
6565
"typing-inspection==0.4.1",
6666
"typing_extensions==4.13.2",
6767
"urllib3==2.5.0",
68-
"uvicorn==0.34.2",
68+
"uvicorn==0.35.0",
6969
"websockets==15.0.1",
7070
"yarl==1.20.0",
71-
"zipp==3.21.0",
71+
"zipp==3.23.0",
7272

7373
],
7474
entry_points={

0 commit comments

Comments
 (0)