Skip to content

Commit bd9b5f5

Browse files
Merge branch 'main' into default-to-copilot
2 parents 794f16d + fdee5d9 commit bd9b5f5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies = [
4646
"charset-normalizer==3.4.2",
4747
"click==8.2.1",
4848
"colorama==0.4.6",
49-
"cryptography==46.0.6",
49+
"cryptography==46.0.7",
5050
"cyclopts==4.0.0",
5151
"distro==1.9.0",
5252
"dnspython==2.8.0",
@@ -92,10 +92,10 @@ dependencies = [
9292
"pydantic_core==2.46.3",
9393
"Pygments==2.20.0",
9494
"pyperclip==1.9.0",
95-
"python-dotenv==1.1.1",
95+
"python-dotenv==1.2.2",
9696
"python-lsp-jsonrpc==1.1.2",
9797
"python-lsp-server==1.12.2",
98-
"python-multipart==0.0.22",
98+
"python-multipart==0.0.27",
9999
"PyYAML==6.0.2",
100100
"referencing==0.36.2",
101101
"requests==2.33.0",
@@ -115,8 +115,8 @@ dependencies = [
115115
"types-requests==2.32.4.20250611",
116116
"typing-inspection==0.4.2",
117117
"typing_extensions==4.15.0",
118-
"ujson==5.12.0",
119-
"urllib3==2.6.3",
118+
"ujson==5.12.1",
119+
"urllib3==2.7.0",
120120
"uvicorn==0.35.0",
121121
"zipp==3.23.0",
122122
]

0 commit comments

Comments
 (0)