* 4.1.18-develop1

* Bump flake8 from 7.1.1 to 7.1.2 (#748)

Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.1 to 7.1.2.
- [Commits](https://github.com/pycqa/flake8/compare/7.1.1...7.1.2)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump humanize from 4.11.0 to 4.12.0 (#749)

Bumps [humanize](https://github.com/python-humanize/humanize) from 4.11.0 to 4.12.0.
- [Release notes](https://github.com/python-humanize/humanize/releases)
- [Commits](https://github.com/python-humanize/humanize/compare/4.11.0...4.12.0)

---
updated-dependencies:
- dependency-name: humanize
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump humanize from 4.12.0 to 4.12.1 (#753)

Bumps [humanize](https://github.com/python-humanize/humanize) from 4.12.0 to 4.12.1.
- [Release notes](https://github.com/python-humanize/humanize/releases)
- [Commits](https://github.com/python-humanize/humanize/compare/4.12.0...4.12.1)

---
updated-dependencies:
- dependency-name: humanize
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump qbittorrent-api from 2024.12.71 to 2025.2.0 (#752)

* Update SUPPORTED_VERSIONS.json (#754)

* chore(docs): Sync wiki to docs [skip-cd]

* 4.1.18

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Actionbot <actions@github.com>
This commit is contained in:
bobokun 2025-02-23 18:12:34 -05:00 committed by GitHub
parent a09bdb5f0b
commit 54cee3acd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 11 additions and 14 deletions

View file

@ -1,8 +1,5 @@
# New Updates
- Adds support for environment variables in config file using (`!ENV VAR_NAME`)
- Add Retries on ConnectionError (#740)
- Fixes #702
- Removes warning when `remote_dir` is not defined
# Requirements Updated
qbittorrent-api==2025.2.0
humanize==4.12.1
Special thanks to @NooNameR for their contributions!
**Full Changelog**: https://github.com/StuffAnThings/qbit_manage/compare/v4.1.16...v4.1.17
**Full Changelog**: https://github.com/StuffAnThings/qbit_manage/compare/v4.1.17...v4.1.18

View file

@ -4,7 +4,7 @@
"qbitapi": "2024.12.71"
},
"develop": {
"qbit": "v5.0.3",
"qbitapi": "2024.12.71"
"qbit": "v5.0.4",
"qbitapi": "2025.2.0"
}
}

View file

@ -1 +1 @@
4.1.17
4.1.18

View file

@ -36,7 +36,7 @@ services:
environment:
- QBT_RUN=false
- QBT_SCHEDULE=1440
- QBT_CONFIG=config.yml
- QBT_CONFIG=/config/config.yml
- QBT_LOGFILE=activity.log
- QBT_CROSS_SEED=false
- QBT_RECHECK=false

View file

@ -1,2 +1,2 @@
flake8==7.1.1
flake8==7.1.2
pre-commit==4.1.0

View file

@ -1,9 +1,9 @@
bencodepy==0.9.5
croniter==6.0.0
GitPython==3.1.44
humanize==4.11.0
humanize==4.12.1
pytimeparse2==1.7.1
qbittorrent-api==2024.12.71
qbittorrent-api==2025.2.0
requests==2.32.3
retrying==1.3.4
ruamel.yaml==0.18.10