Skip to content

Commit

Permalink
[release] Updated requirements, hopefully fixing some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Oct 20, 2023
1 parent d10ce0e commit 7de38a9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
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.7
Version: 3.7.10a0
Summary: "A simple Python script to talk to qBittorrent and Arr's"
Home-page: https://github.com/Feramance/qBitrr
Author: Feramance
Expand Down
6 changes: 3 additions & 3 deletions requirements.all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ pygments==2.16.1
# via readme-renderer
pyinstaller==4.8
# via qBitrr2 (setup.py)
pyinstaller-hooks-contrib==2023.9
pyinstaller-hooks-contrib==2023.10
# via pyinstaller
pyparsing==3.1.1
# via packaging
Expand Down Expand Up @@ -169,15 +169,15 @@ tqdm==4.66.1
# via twine
twine==3.7.1
# via qBitrr2 (setup.py)
types-requests==2.31.0.8
types-requests==2.31.0.10
# via pyarr
typing-extensions==4.8.0
# via jaraco-functools
ujson==5.4.0
# via qBitrr2 (setup.py)
upgrade-pip==0.1.4
# via qBitrr2 (setup.py)
urllib3==2.0.6
urllib3==2.0.7
# via
# qbittorrent-api
# requests
Expand Down
6 changes: 3 additions & 3 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ pygments==2.16.1
# via readme-renderer
pyinstaller==4.8
# via qBitrr2 (setup.py)
pyinstaller-hooks-contrib==2023.9
pyinstaller-hooks-contrib==2023.10
# via pyinstaller
pyparsing==3.1.1
# via packaging
Expand Down Expand Up @@ -169,15 +169,15 @@ tqdm==4.66.1
# via twine
twine==3.7.1
# via qBitrr2 (setup.py)
types-requests==2.31.0.7
types-requests==2.31.0.10
# via pyarr
typing-extensions==4.8.0
# via jaraco-functools
ujson==5.4.0
# via qBitrr2 (setup.py)
upgrade-pip==0.1.4
# via qBitrr2 (setup.py)
urllib3==2.0.6
urllib3==2.0.7
# via
# qbittorrent-api
# requests
Expand Down
4 changes: 2 additions & 2 deletions requirements.fast.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ six==1.16.0
# via qbittorrent-api
tomlkit==0.7.2
# via qBitrr2 (setup.py)
types-requests==2.31.0.8
types-requests==2.31.0.10
# via pyarr
typing-extensions==4.8.0
# via jaraco-functools
ujson==5.4.0
# via qBitrr2 (setup.py)
urllib3==2.0.6
urllib3==2.0.7
# via
# qbittorrent-api
# requests
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ six==1.16.0
# via qbittorrent-api
tomlkit==0.7.2
# via qBitrr2 (setup.py)
types-requests==2.31.0.7
types-requests==2.31.0.10
# via pyarr
typing-extensions==4.8.0
# via jaraco-functools
urllib3==2.0.6
urllib3==2.0.7
# via
# qbittorrent-api
# requests
Expand Down

0 comments on commit 7de38a9

Please sign in to comment.