Skip to content

Commit

Permalink
build(deps): updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Jul 12, 2022
1 parent c282536 commit e2686f1
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 85 deletions.
2 changes: 1 addition & 1 deletion aw-client
Submodule aw-client updated 1 files
+18 −188 poetry.lock
2 changes: 1 addition & 1 deletion aw-core
2 changes: 1 addition & 1 deletion aw-server
107 changes: 29 additions & 78 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ mypy = "*"
pytest = "^6.0"
pytest-cov = "*"
pytest-benchmark = "*"
pyinstaller = "^5.0"
pyinstaller = "^5.2"
#pyinstaller = {git = "https://github.com/pyinstaller/pyinstaller.git", branch="develop"}
psutil = "^5.7.0"
pywin32-ctypes = {version = "^0.2.0", platform = "win32"}
pefile = {version = "^2019.4.18", platform = "win32"}
psutil = "*"
pywin32-ctypes = {version = "*", platform = "win32"}
pefile = {version = "*", platform = "win32"}

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

0 comments on commit e2686f1

Please sign in to comment.