Skip to content

Commit

Permalink
4.1.18 (#759)
Browse files Browse the repository at this point in the history
* 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](PyCQA/flake8@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](python-humanize/humanize@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](python-humanize/humanize@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>
  • Loading branch information
4 people authored Feb 23, 2025
1 parent a09bdb5 commit 54cee3a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 14 deletions.
11 changes: 4 additions & 7 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions SUPPORTED_VERSIONS.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.17
4.1.18
2 changes: 1 addition & 1 deletion docs/Docker-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
flake8==7.1.1
flake8==7.1.2
pre-commit==4.1.0
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 54cee3a

Please sign in to comment.