Skip to content

Commit

Permalink
[patch] Dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Nov 12, 2024
1 parent 553fe7a commit 2c4d169
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 50 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ reformat:

# Dependencies
bumpdeps:
pip-compile -o requirements.txt --upgrade
pip-compile -o requirements.dev.txt --extra dev --upgrade
pip-compile -o requirements.fast.txt --extra fast --upgrade
pip-compile -o requirements.all.txt --extra all --upgrade
pip-compile -o requirements.txt --upgrade --strip-extras
pip-compile -o requirements.dev.txt --extra dev --upgrade --strip-extras
pip-compile -o requirements.fast.txt --extra fast --upgrade --strip-extras
pip-compile -o requirements.all.txt --extra all --upgrade --strip-extras

# Development environment
newenv:
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: 4.9.8
Version: 4.9.15
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 qBitrr2.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ qBitrr2.egg-info/SOURCES.txt
qBitrr2.egg-info/dependency_links.txt
qBitrr2.egg-info/entry_points.txt
qBitrr2.egg-info/requires.txt
qBitrr2.egg-info/top_level.txt
qBitrr2.egg-info/top_level.txt
1 change: 1 addition & 0 deletions qBitrr2.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

31 changes: 12 additions & 19 deletions requirements.all.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --extra=all --output-file=requirements.all.txt
# pip-compile --extra=all --output-file=requirements.all.txt --strip-extras
#
altgraph==0.17.4
# via pyinstaller
Expand Down Expand Up @@ -55,7 +55,7 @@ future==1.0.0
# via ffmpeg-python
humanfriendly==10.0
# via coloredlogs
identify==2.6.1
identify==2.6.2
# via pre-commit
idna==3.10
# via requests
Expand All @@ -77,7 +77,7 @@ jaraco-functools==4.1.0
# via
# jaraco-docker
# keyring
keyring==25.4.1
keyring==25.5.0
# via twine
more-itertools==10.5.0
# via
Expand Down Expand Up @@ -112,7 +112,7 @@ ping3==3.0.2
# via qBitrr2 (setup.py)
pip-tools==7.3.0
# via qBitrr2 (setup.py)
pkginfo==1.11.1
pkginfo==1.11.2
# via twine
platformdirs==4.3.6
# via
Expand All @@ -130,7 +130,7 @@ pygments==2.18.0
# via readme-renderer
pyinstaller==5.13.1
# via qBitrr2 (setup.py)
pyinstaller-hooks-contrib==2024.8
pyinstaller-hooks-contrib==2024.10
# via pyinstaller
pyproject-hooks==1.2.0
# via build
Expand Down Expand Up @@ -161,23 +161,16 @@ rfc3986==2.0.0
# via twine
six==1.16.0
# via qbittorrent-api
tokenize-rt==6.0.0
tokenize-rt==6.1.0
# via pyupgrade
tomli==2.0.2
# via
# black
# build
# pip-tools
tomlkit==0.7.2
# via qBitrr2 (setup.py)
tqdm==4.66.5
tqdm==4.67.0
# via twine
twine==3.7.1
# via qBitrr2 (setup.py)
types-requests==2.32.0.20240914
types-requests==2.32.0.20241016
# via pyarr
typing-extensions==4.12.2
# via black
ujson==5.10.0
# via qBitrr2 (setup.py)
upgrade-pip==0.1.4
Expand All @@ -187,11 +180,11 @@ urllib3==2.2.3
# qbittorrent-api
# requests
# types-requests
virtualenv==20.26.6
virtualenv==20.27.1
# via pre-commit
wheel==0.44.0
wheel==0.45.0
# via pip-tools
zipp==3.20.2
zipp==3.21.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
31 changes: 12 additions & 19 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --extra=dev --output-file=requirements.dev.txt
# pip-compile --extra=dev --output-file=requirements.dev.txt --strip-extras
#
altgraph==0.17.4
# via pyinstaller
Expand Down Expand Up @@ -55,7 +55,7 @@ future==1.0.0
# via ffmpeg-python
humanfriendly==10.0
# via coloredlogs
identify==2.6.1
identify==2.6.2
# via pre-commit
idna==3.10
# via requests
Expand All @@ -77,7 +77,7 @@ jaraco-functools==4.1.0
# via
# jaraco-docker
# keyring
keyring==25.4.1
keyring==25.5.0
# via twine
more-itertools==10.5.0
# via
Expand Down Expand Up @@ -112,7 +112,7 @@ ping3==3.0.2
# via qBitrr2 (setup.py)
pip-tools==7.3.0
# via qBitrr2 (setup.py)
pkginfo==1.11.1
pkginfo==1.11.2
# via twine
platformdirs==4.3.6
# via
Expand All @@ -130,7 +130,7 @@ pygments==2.18.0
# via readme-renderer
pyinstaller==5.13.1
# via qBitrr2 (setup.py)
pyinstaller-hooks-contrib==2024.8
pyinstaller-hooks-contrib==2024.10
# via pyinstaller
pyproject-hooks==1.2.0
# via build
Expand Down Expand Up @@ -161,23 +161,16 @@ rfc3986==2.0.0
# via twine
six==1.16.0
# via qbittorrent-api
tokenize-rt==6.0.0
tokenize-rt==6.1.0
# via pyupgrade
tomli==2.0.2
# via
# black
# build
# pip-tools
tomlkit==0.7.2
# via qBitrr2 (setup.py)
tqdm==4.66.5
tqdm==4.67.0
# via twine
twine==3.7.1
# via qBitrr2 (setup.py)
types-requests==2.32.0.20240914
types-requests==2.32.0.20241016
# via pyarr
typing-extensions==4.12.2
# via black
ujson==5.10.0
# via qBitrr2 (setup.py)
upgrade-pip==0.1.4
Expand All @@ -187,11 +180,11 @@ urllib3==2.2.3
# qbittorrent-api
# requests
# types-requests
virtualenv==20.26.6
virtualenv==20.27.1
# via pre-commit
wheel==0.44.0
wheel==0.45.0
# via pip-tools
zipp==3.20.2
zipp==3.21.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements.fast.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --extra=fast --output-file=requirements.fast.txt
# pip-compile --extra=fast --output-file=requirements.fast.txt --strip-extras
#
attrs==24.2.0
# via environ-config
Expand Down Expand Up @@ -73,7 +73,7 @@ six==1.16.0
# via qbittorrent-api
tomlkit==0.7.2
# via qBitrr2 (setup.py)
types-requests==2.32.0.20240914
types-requests==2.32.0.20241016
# via pyarr
ujson==5.10.0
# via qBitrr2 (setup.py)
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements.txt
# pip-compile --output-file=requirements.txt --strip-extras
#
attrs==24.2.0
# via environ-config
Expand Down Expand Up @@ -73,7 +73,7 @@ six==1.16.0
# via qbittorrent-api
tomlkit==0.7.2
# via qBitrr2 (setup.py)
types-requests==2.32.0.20240914
types-requests==2.32.0.20241016
# via pyarr
urllib3==2.2.3
# via
Expand Down

0 comments on commit 2c4d169

Please sign in to comment.