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 Nov 28, 2022
1 parent ee2b2b2 commit 5fef185
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion builder/osx/requirements.txt
@@ -1,3 +1,3 @@
# Special requirements for macOS universal2 binary release
# This way dependabot can auto-update them
cryptography==38.0.3
cryptography==38.0.4
8 changes: 4 additions & 4 deletions builder/requirements.txt
Expand Up @@ -4,7 +4,7 @@ pyinstaller==5.6.2
pyinstaller-hooks-contrib==2022.13
altgraph==0.17.3
wrapt==1.14.1
setuptools==65.6.0
setuptools==65.6.3
pkginfo==1.8.3
PyGithub==1.57
charset-normalizer==3.0.1
Expand All @@ -15,8 +15,8 @@ certifi
orjson==3.8.2; python_version > '3.8'

# For the macOS build
dmgbuild==1.5.2; sys_platform == 'darwin'
mac-alias==2.2.0; sys_platform == 'darwin'
dmgbuild==1.6.0; sys_platform == 'darwin'
mac-alias==2.2.1; sys_platform == 'darwin'
macholib==1.16.2; sys_platform == 'darwin'
ds-store==1.3.0; sys_platform == 'darwin'
ds-store==1.3.1; sys_platform == 'darwin'
PyNaCl==1.5.0; sys_platform == 'darwin'
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -30,7 +30,7 @@ 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==38.0.3
cryptography==38.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
Expand Down

0 comments on commit 5fef185

Please sign in to comment.