Skip to content

Commit

Permalink
[build] qBittorrent version support bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Oct 23, 2023
1 parent 080a477 commit da296d4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion qBitrr/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
class qBitManager:
min_supported_version = VersionClass("4.3.9")
soft_not_supported_supported_version = VersionClass("4.5")
max_supported_version = VersionClass("4.5.5")
max_supported_version = VersionClass("4.6.0")
_head_less_mode = False

def __init__(self):
Expand Down
2 changes: 1 addition & 1 deletion qBitrr2.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: qBitrr2
Version: 3.7.10a0
Version: 3.7.10b2
Summary: "A simple Python script to talk to qBittorrent and Arr's"
Home-page: https://github.com/Feramance/qBitrr
Author: Feramance
Expand Down
2 changes: 1 addition & 1 deletion requirements.all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ certifi==2023.7.22
# via requests
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
click==8.1.7
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ certifi==2023.7.22
# via requests
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
click==8.1.7
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements.fast.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cachetools==4.2.4
# via qBitrr2 (setup.py)
certifi==2023.7.22
# via requests
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
colorama==0.4.4
# via qBitrr2 (setup.py)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cachetools==4.2.4
# via qBitrr2 (setup.py)
certifi==2023.7.22
# via requests
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
colorama==0.4.4
# via qBitrr2 (setup.py)
Expand Down

0 comments on commit da296d4

Please sign in to comment.