Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 17, 2024
1 parent b6674ee commit b4cbba8
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
24 changes: 12 additions & 12 deletions builder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Basic build requirements
# Note that not all sub-dependencies are listed, but only ones we know could cause trouble
pyinstaller==5.3
pyinstaller-hooks-contrib==2022.9
altgraph==0.17.2
wrapt==1.14.1
setuptools==65.3.0
pkginfo==1.8.3
PyGithub==1.55
pyinstaller==5.13.2
pyinstaller-hooks-contrib==2022.15
altgraph==0.17.4
wrapt==1.16.0
setuptools==65.7.0
pkginfo==1.11.1
PyGithub==1.59.1
charset-normalizer==2.1.1
certifi

# orjson does not support 32bit Windows, exclude it based on Python-version
# This way we also test ujson on Python 3.7 and 3.8 in the CI-tests
orjson==3.8.0; python_version > '3.8'
orjson==3.10.5; python_version > '3.8'

# For the macOS build
dmgbuild==1.5.2; sys_platform == 'darwin'
mac-alias==2.2.0; sys_platform == 'darwin'
macholib==1.16; sys_platform == 'darwin'
ds-store==1.3.0; sys_platform == 'darwin'
dmgbuild==1.6.1; sys_platform == 'darwin'
mac-alias==2.2.2; sys_platform == 'darwin'
macholib==1.16.3; sys_platform == 'darwin'
ds-store==1.3.1; sys_platform == 'darwin'
PyNaCl==1.5.0; sys_platform == 'darwin'
44 changes: 22 additions & 22 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
# Main requirements
# Note that not all sub-dependencies are listed, but only ones we know could cause trouble
sabyenc3==5.4.3
sabyenc3==5.4.4
cheetah3==3.2.6 # pyup: ignore
cffi==1.15.1
pycparser==2.21
feedparser==6.0.10
configobj==5.0.6
cffi==1.16.0
pycparser==2.22
feedparser==6.0.11
configobj==5.0.8
cheroot==8.6.0
six==1.16.0
cherrypy==18.8.0
jaraco.functools==3.5.1
jaraco.collections==3.5.2
jaraco.text==3.9.1
jaraco.classes==3.2.2
jaraco.context==4.1.2
cherrypy==18.10.0
jaraco.functools==3.9.0
jaraco.collections==3.11.0
jaraco.text==3.12.0
jaraco.classes==3.4.0
jaraco.context==4.3.0
more-itertools==8.14.0
zc.lockfile==2.0
python-dateutil==2.8.2
tempora==5.0.2
pytz==2022.2.1
python-dateutil==2.9.0.post0
tempora==5.5.1
pytz==2022.7.1
sgmllib3k==1.0.0
portend==3.1.0
chardet==5.0.0
portend==3.2.0
chardet==5.2.0
PySocks==1.7.1
puremagic==1.14
guessit==3.4.3
babelfish==0.6.0
rebulk==3.1.0
puremagic==1.24
guessit==3.8.0
babelfish==0.6.1
rebulk==3.2.0

# Recent cryptography versions require Rust. If you run into issues compiling this
# SABnzbd will also work with older pre-Rust versions such as cryptography==3.3.2
cryptography==37.0.4

# We recommend using "orjson" as it is 2x as fast as "ujson". However, it requires
# Rust so SABnzbd works just as well with "ujson" or the Python built in "json" module
ujson==5.4.0
ujson==5.10.0

# Windows system integration
pywin32==304; sys_platform == 'win32'

# macOS system calls
pyobjc==8.5; sys_platform == 'darwin'
pyobjc==8.5.1; sys_platform == 'darwin'

# Linux notifications
notify2==0.3.1; sys_platform != 'win32' and sys_platform != 'darwin'
Expand Down

0 comments on commit b4cbba8

Please sign in to comment.