Skip to content

Commit

Permalink
Requirements bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Oct 10, 2024
1 parent 65893f0 commit c15564e
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 81 deletions.
5 changes: 2 additions & 3 deletions 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: 4.8.3
Version: 4.9.8
Summary: "A simple Python script to talk to qBittorrent and Arr's"
Home-page: https://github.com/Feramance/qBitrr
Author: Feramance
Expand Down Expand Up @@ -68,8 +68,7 @@ Requires-Dist: ujson==5.4.0; extra == "all"
Requires-Dist: upgrade-pip==0.1.4; extra == "all"
Requires-Dist: ujson==5.4.0; extra == "all"


# <img src="../logo.png" width="32px"/> qBitrr
# <img src="logo.png" width="32px"/> qBitrr

[![PyPI - License](https://img.shields.io/pypi/l/qbitrr)](https://github.com/Feramance/Qbitrr/blob/master/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/qBitrr2?label=PyPI)](https://pypi.org/project/qBitrr2/)
Expand Down
48 changes: 24 additions & 24 deletions requirements.all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ backports-tarfile==1.2.0
# via jaraco-context
black==24.3.0
# via qBitrr2 (setup.py)
build==1.2.1
build==1.2.2.post1
# via pip-tools
bump2version==1.0.1
# via qBitrr2 (setup.py)
cachetools==5.3.2
# via qBitrr2 (setup.py)
certifi==2024.7.4
certifi==2024.8.30
# via requests
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
Expand All @@ -37,29 +37,29 @@ colorama==0.4.4
# twine
coloredlogs==15.0.1
# via qBitrr2 (setup.py)
dill==0.3.8
dill==0.3.9
# via
# multiprocess
# pathos
distlib==0.3.8
distlib==0.3.9
# via virtualenv
docutils==0.21.2
# via readme-renderer
environ-config==23.2.0
# via qBitrr2 (setup.py)
ffmpeg-python==0.2.0
# via qBitrr2 (setup.py)
filelock==3.15.4
filelock==3.16.1
# via virtualenv
future==1.0.0
# via ffmpeg-python
humanfriendly==10.0
# via coloredlogs
identify==2.6.0
identify==2.6.1
# via pre-commit
idna==3.7
idna==3.10
# via requests
importlib-metadata==8.4.0
importlib-metadata==8.5.0
# via
# keyring
# twine
Expand All @@ -73,17 +73,17 @@ jaraco-context==6.0.1
# keyring
jaraco-docker==2.0
# via qBitrr2 (setup.py)
jaraco-functools==4.0.2
jaraco-functools==4.1.0
# via
# jaraco-docker
# keyring
keyring==25.3.0
keyring==25.4.1
# via twine
more-itertools==10.4.0
more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
multiprocess==0.70.16
multiprocess==0.70.17
# via pathos
mypy-extensions==1.0.0
# via black
Expand All @@ -106,21 +106,21 @@ pathspec==0.12.1
# via black
peewee==3.14.7
# via qBitrr2 (setup.py)
pefile==2023.2.7
pefile==2024.8.26
# via pyinstaller
ping3==3.0.2
# via qBitrr2 (setup.py)
pip-tools==7.3.0
# via qBitrr2 (setup.py)
pkginfo==1.11.1
# via twine
platformdirs==4.2.2
platformdirs==4.3.6
# via
# black
# virtualenv
pox==0.3.4
pox==0.3.5
# via pathos
ppft==1.7.6.8
ppft==1.7.6.9
# via pathos
pre-commit==3.3.3
# via qBitrr2 (setup.py)
Expand All @@ -132,9 +132,9 @@ pyinstaller==5.13.1
# via qBitrr2 (setup.py)
pyinstaller-hooks-contrib==2024.8
# via pyinstaller
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via build
pyreadline3==3.4.1
pyreadline3==3.5.4
# via humanfriendly
pyupgrade==2.31.0
# via qBitrr2 (setup.py)
Expand Down Expand Up @@ -163,7 +163,7 @@ six==1.16.0
# via qbittorrent-api
tokenize-rt==6.0.0
# via pyupgrade
tomli==2.0.1
tomli==2.0.2
# via
# black
# build
Expand All @@ -174,24 +174,24 @@ tqdm==4.66.5
# via twine
twine==3.7.1
# via qBitrr2 (setup.py)
types-requests==2.32.0.20240712
types-requests==2.32.0.20240914
# via pyarr
typing-extensions==4.12.2
# via black
ujson==5.4.0
# via qBitrr2 (setup.py)
upgrade-pip==0.1.4
# via qBitrr2 (setup.py)
urllib3==2.2.2
urllib3==2.2.3
# via
# qbittorrent-api
# requests
# types-requests
virtualenv==20.26.3
virtualenv==20.26.6
# via pre-commit
wheel==0.44.0
# via pip-tools
zipp==3.20.0
zipp==3.20.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
49 changes: 25 additions & 24 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ backports-tarfile==1.2.0
# via jaraco-context
black==24.3.0
# via qBitrr2 (setup.py)
build==1.2.1
build==1.2.2.post1
# via pip-tools
bump2version==1.0.1
# via qBitrr2 (setup.py)
cachetools==5.3.2
# via qBitrr2 (setup.py)
certifi==2024.7.4
certifi==2024.8.30
# via requests
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
Expand All @@ -37,29 +37,29 @@ colorama==0.4.4
# twine
coloredlogs==15.0.1
# via qBitrr2 (setup.py)
dill==0.3.8
dill==0.3.9
# via
# multiprocess
# pathos
distlib==0.3.8
distlib==0.3.9
# via virtualenv
docutils==0.21.2
# via readme-renderer
environ-config==23.2.0
# via qBitrr2 (setup.py)
ffmpeg-python==0.2.0
# via qBitrr2 (setup.py)
filelock==3.15.4
filelock==3.16.1
# via virtualenv
future==1.0.0
# via ffmpeg-python
humanfriendly==10.0
# via coloredlogs
identify==2.6.0
identify==2.6.1
# via pre-commit
idna==3.7
idna==3.10
# via requests
importlib-metadata==8.4.0
importlib-metadata==8.5.0
# via
# keyring
# twine
Expand All @@ -73,17 +73,18 @@ jaraco-context==6.0.1
# keyring
jaraco-docker==2.0
# via qBitrr2 (setup.py)
jaraco-functools==4.0.2
jaraco-functools==4.1.0
# via
# jaraco-docker
# keyring
keyring==25.3.0
keyring==25.4.1
# via twine
more-itertools==10.4.0
mkdocs==1.6.1
more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
multiprocess==0.70.16
multiprocess==0.70.17
# via pathos
mypy-extensions==1.0.0
# via black
Expand All @@ -106,21 +107,21 @@ pathspec==0.12.1
# via black
peewee==3.14.7
# via qBitrr2 (setup.py)
pefile==2023.2.7
pefile==2024.8.26
# via pyinstaller
ping3==3.0.2
# via qBitrr2 (setup.py)
pip-tools==7.3.0
# via qBitrr2 (setup.py)
pkginfo==1.11.1
# via twine
platformdirs==4.2.2
platformdirs==4.3.6
# via
# black
# virtualenv
pox==0.3.4
pox==0.3.5
# via pathos
ppft==1.7.6.8
ppft==1.7.6.9
# via pathos
pre-commit==3.3.3
# via qBitrr2 (setup.py)
Expand All @@ -132,9 +133,9 @@ pyinstaller==5.13.1
# via qBitrr2 (setup.py)
pyinstaller-hooks-contrib==2024.8
# via pyinstaller
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via build
pyreadline3==3.4.1
pyreadline3==3.5.4
# via humanfriendly
pyupgrade==2.31.0
# via qBitrr2 (setup.py)
Expand Down Expand Up @@ -163,7 +164,7 @@ six==1.16.0
# via qbittorrent-api
tokenize-rt==6.0.0
# via pyupgrade
tomli==2.0.1
tomli==2.0.2
# via
# black
# build
Expand All @@ -174,24 +175,24 @@ tqdm==4.66.5
# via twine
twine==3.7.1
# via qBitrr2 (setup.py)
types-requests==2.32.0.20240712
types-requests==2.32.0.20240914
# via pyarr
typing-extensions==4.12.2
# via black
ujson==5.4.0
# via qBitrr2 (setup.py)
upgrade-pip==0.1.4
# via qBitrr2 (setup.py)
urllib3==2.2.2
urllib3==2.2.3
# via
# qbittorrent-api
# requests
# types-requests
virtualenv==20.26.3
virtualenv==20.26.6
# via pre-commit
wheel==0.44.0
# via pip-tools
zipp==3.20.0
zipp==3.20.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading

0 comments on commit c15564e

Please sign in to comment.