Skip to content

Commit

Permalink
Merge pull request #239 from JohnStrunk/update-deps
Browse files Browse the repository at this point in the history
Update tools
  • Loading branch information
mergify[bot] authored Mar 23, 2023
2 parents b9c0891 + 1022fb4 commit bd3c044
Show file tree
Hide file tree
Showing 5 changed files with 748 additions and 715 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
# https://github.com/pypa/pipenv/releases
PIPENV_INSTALL_VERSION: "2022.12.19"
PIPENV_INSTALL_VERSION: "2023.03.20"

jobs:
test:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ on:

env:
# https://github.com/pypa/pipenv/releases
PIPENV_INSTALL_VERSION: "2022.12.19"
SNYK_VERSION: v1.1048.0
PIPENV_INSTALL_VERSION: "2023.03.20"
# https://github.com/snyk/cli/releases
SNYK_VERSION: v1.1122.0
# https://github.com/upx/upx/releases
UPX_VERSION: 4.0.1
UPX_VERSION: 4.0.2

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ python-dateutil = "*"
requests = "*"
semver = "*"
ttkwidgets = "*"
watchdog = "*"
watchdog = "<3.0.0" # 3.0.0 has broken type info
DateTime = "*"
Pillow = "*"
PyChromecast = "<13.0.2"
PyChromecast = ">=13.0.5" # 13.0.5 fixed poll/select on Windows
sentry-sdk = "*"
segment-analytics-python = "<3.0"
ipinfo = "*"
Expand Down
Loading

0 comments on commit bd3c044

Please sign in to comment.