Skip to content

Commit 479b7c6

Browse files
authored
Fix cves (#485)
1 parent 7afd7d0 commit 479b7c6

File tree

2 files changed

+59
-33
lines changed

2 files changed

+59
-33
lines changed

poetry.lock

Lines changed: 57 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pyinstaller = "^5.9.0"
4646

4747

4848
[tool.poetry.group.dev.dependencies]
49-
mypy = "^1.0.1"
49+
mypy = "^1.18.2"
5050
black = "^23.1.0"
5151
isort = "^5.12.0"
5252
flake8 = "^6.0.0"
@@ -56,6 +56,7 @@ types-requests = "^2.28.11.15"
5656
pytest = "^7.2.2"
5757
pytest-asyncio = ">=0.21,<0.24"
5858
pyinstaller = "^5.9.0"
59+
pip = "^25.3"
5960

6061
[build-system]
6162
requires = ["poetry-core"]

0 commit comments

Comments
 (0)