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 19, 2024
1 parent b6674ee commit 3b4b81f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion builder/osx/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Special requirements for macOS universal2 binary release
# This way dependabot can auto-update them
cryptography==37.0.4
cryptography==42.0.8
10 changes: 5 additions & 5 deletions builder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# 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
pyinstaller==6.8.0
pyinstaller-hooks-contrib==2024.7
altgraph==0.17.2
wrapt==1.14.1
setuptools==65.3.0
setuptools==70.1.0
pkginfo==1.8.3
PyGithub==1.55
charset-normalizer==2.1.1
PyGithub==2.3.0
charset-normalizer==3.3.2
certifi

# orjson does not support 32bit Windows, exclude it based on Python-version
Expand Down
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ cffi==1.15.1
pycparser==2.21
feedparser==6.0.10
configobj==5.0.6
cheroot==8.6.0
cheroot==10.0.1
six==1.16.0
cherrypy==18.8.0
jaraco.functools==3.5.1
jaraco.collections==3.5.2
jaraco.functools==4.0.1
jaraco.collections==5.0.1
jaraco.text==3.9.1
jaraco.classes==3.2.2
jaraco.context==4.1.2
more-itertools==8.14.0
zc.lockfile==2.0
jaraco.context==5.3.0
more-itertools==10.3.0
zc.lockfile==3.0.post1
python-dateutil==2.8.2
tempora==5.0.2
pytz==2022.2.1
pytz==2024.1
sgmllib3k==1.0.0
portend==3.1.0
chardet==5.0.0
Expand All @@ -30,17 +30,17 @@ rebulk==3.1.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
cryptography==42.0.8

# 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

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

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

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

0 comments on commit 3b4b81f

Please sign in to comment.