Skip to content

Commit af8cfcf

Browse files
committed
KIT-4258 updated libs
1 parent acd3d26 commit af8cfcf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
]
4343
}
4444
},
45-
"initializeCommand": "powershell.exe .\\.devcontainer\\initialize.ps1",
45+
"initializeCommand": "powershell.exe ./.devcontainer/initialize.ps1",
4646
"postCreateCommand": "python -m pip install --upgrade pip; pip3 install -r ${containerWorkspaceFolder}/requirements-dev.txt",
4747
"remoteUser": "vscode",
4848
"mounts": [

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
anyio>=4.4.0
1+
anyio>=4.9.0
22
cachetools
33
contextvars
44
cryptography
5-
fastapi[all]>=0.109.1
5+
fastapi[all]>=0.115.12
66
PyJWT
7-
starlette >= 0.40.0
7+
starlette >= 0.46.2
88
types-cachetools
99
types-requests
10-
zipp>=3.19.1
10+
zipp>=3.21.0

0 commit comments

Comments
 (0)