diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index a60ab8bd..e2b51936 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Check Out Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: develop diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml index 7e472c98..d512bb68 100644 --- a/.github/workflows/latest.yml +++ b/.github/workflows/latest.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Check Out Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Trigger Hotio Webhook uses: joelwmale/webhook-action@master diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml old mode 100755 new mode 100644 index c6e32e57..764a4c92 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -8,7 +8,7 @@ jobs: tag-new-versions: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.PAT }} fetch-depth: 2 diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 39d7c823..64abb17b 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Check Out Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 19a4d8d2..03bdf2f4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,8 +16,8 @@ repos: args: [--remove] - id: pretty-format-json args: [--autofix, --indent, '4', --no-sort-keys] - - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v2.0.2 + - repo: https://github.com/hhatto/autopep8 + rev: v2.0.4 hooks: - id: autopep8 - repo: https://github.com/adrienverge/yamllint.git diff --git a/CHANGELOG b/CHANGELOG index b7acdcb6..93be2602 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,12 +1,9 @@ # Requirements Updated -- qbitorrent-api updated to 2023.7.52 +- qbitorrent-api updated to 2023.9.53 +- GitPython updated to 3.1.35 # Bug Fixes -- Fixes a few webhook bugs with Notifiarr -- Fixes [#355](https://github.com/StuffAnThings/qbit_manage/issues/355) -- Fixes [#356](https://github.com/StuffAnThings/qbit_manage/issues/356) -- Fixes [#363](https://github.com/StuffAnThings/qbit_manage/issues/363) -- Fixes [#370](https://github.com/StuffAnThings/qbit_manage/issues/370) +- Fixes [#377](https://github.com/StuffAnThings/qbit_manage/issues/377) -**Full Changelog**: https://github.com/StuffAnThings/qbit_manage/compare/v4.0.2...v4.0.3 +**Full Changelog**: https://github.com/StuffAnThings/qbit_manage/compare/v4.0.3...v4.0.4 diff --git a/VERSION b/VERSION index c4e41f94..c5106e6d 100755 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.3 +4.0.4 diff --git a/requirements-dev.txt b/requirements-dev.txt index 78b8ac5b..9ad64f96 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,2 +1,2 @@ flake8==6.1.0 -pre-commit==3.3.3 +pre-commit==3.4.0 diff --git a/requirements.txt b/requirements.txt index 875bf0b1..6bdd8a0e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ bencodepy==0.9.5 -GitPython==3.1.34 -qbittorrent-api==2023.7.52 +GitPython==3.1.35 +qbittorrent-api==2023.9.53 requests==2.31.0 retrying==1.3.4 ruamel.yaml==0.17.32