Skip to content

Commit 211ebaa

Browse files
committed
KIT-4265 update libs
1 parent d067a3e commit 211ebaa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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": "pip3 install -r ${containerWorkspaceFolder}/requirements-dev.txt",
4747
"remoteUser": "vscode",
4848
"mounts": [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pytest-asyncio = "*"
2424
pytest-cov = "*"
2525
toml = "*"
2626
types-mock = "*"
27-
zipp = ">=3.19.1"
27+
zipp = ">=3.21.0"
2828

2929
[build-system]
3030
requires = ["setuptools>=61.0"]

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ toml
1313
coverage
1414
mock
1515
types-mock
16-
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
16+
zipp>=3.21.0 # not directly required, pinned by Snyk to avoid a vulnerability

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ aiohttp[speedups]>=3.9.4,<4
22
fastapi>=0.109.1
33
pydantic>=2.5.3
44
typing-extensions>=4.0.0
5-
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
5+
zipp>=3.21.0 # not directly required, pinned by Snyk to avoid a vulnerability
66

0 commit comments

Comments
 (0)