Skip to content

Commit 1a7bf2b

Browse files
authored
Merge branch 'main' into oomkill_job_fix
2 parents cc76032 + 599350f commit 1a7bf2b

File tree

2 files changed

+48
-169
lines changed

2 files changed

+48
-169
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,10 @@ urllib3 = "^1.26.20"
4141
setuptools = "^80.9.0"
4242
zipp = "^3.19.1"
4343
tenacity = "^9.0.0"
44-
pyinstaller = "^5.9.0"
45-
4644

4745

4846
[tool.poetry.group.dev.dependencies]
49-
mypy = "^1.0.1"
47+
mypy = "^1.18.2"
5048
black = "^23.1.0"
5149
isort = "^5.12.0"
5250
flake8 = "^6.0.0"
@@ -55,7 +53,6 @@ types-cachetools = "^5.3.0.4"
5553
types-requests = "^2.28.11.15"
5654
pytest = "^7.2.2"
5755
pytest-asyncio = ">=0.21,<0.24"
58-
pyinstaller = "^5.9.0"
5956

6057
[build-system]
6158
requires = ["poetry-core"]

0 commit comments

Comments
 (0)