Skip to content

Commit

Permalink
Merge pull request #97 from Jayy001/Eeems-patch-1
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
Eeems authored Sep 11, 2024
2 parents aa19883 + 7c3efdd commit 8bb76f6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
nuitka_cache: ${{ github.workspace }}/.nuitka
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
cache: 'pip'
cache-dependency-path: |
**/requirements*.txt
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ executable: $(VENV_BIN_ACTIVATE)
. $(VENV_BIN_ACTIVATE); \
python -m pip install \
--extra-index-url=https://wheels.eeems.codes/ \
nuitka==2.2.3
nuitka==2.4.8
@echo "[info] Building codexctl"
@set -e; \
. $(VENV_BIN_ACTIVATE); \
Expand Down
4 changes: 2 additions & 2 deletions requirements.remote.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r requirements.txt
paramiko==3.3.1
psutil==5.9.5
paramiko==3.4.1
psutil==6.0.0
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.31.0
loguru==0.7.2
remarkable-update-image==1.0.1
remarkable-update-fuse==1.1.1; sys_platform == 'linux'
remarkable-update-image==1.1.3; sys_platform != 'linux'
remarkable-update-fuse==1.2.2; sys_platform == 'linux'

0 comments on commit 8bb76f6

Please sign in to comment.