Skip to content

Commit 3f12a26

Browse files
committed
build(deps): updated dependencies
1 parent c282536 commit 3f12a26

3 files changed

Lines changed: 34 additions & 83 deletions

File tree

aw-server

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ mypy = "*"
2020
pytest = "^6.0"
2121
pytest-cov = "*"
2222
pytest-benchmark = "*"
23-
pyinstaller = "^5.0"
23+
pyinstaller = "^5.2"
2424
#pyinstaller = {git = "https://github.com/pyinstaller/pyinstaller.git", branch="develop"}
25-
psutil = "^5.7.0"
26-
pywin32-ctypes = {version = "^0.2.0", platform = "win32"}
27-
pefile = {version = "^2019.4.18", platform = "win32"}
25+
psutil = "*"
26+
pywin32-ctypes = {version = "*", platform = "win32"}
27+
pefile = {version = "*", platform = "win32"}
2828

2929
# Won't be respected due to https://github.com/python-poetry/poetry/issues/1584
3030
#setuptools = ">49.1.1" # needed due to https://github.com/pypa/setuptools/issues/1963

0 commit comments

Comments
 (0)