diff --git a/builder/osx/requirements.txt b/builder/osx/requirements.txt index 1fef15ba527..4a808342350 100644 --- a/builder/osx/requirements.txt +++ b/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 \ No newline at end of file +cryptography==38.0.4 \ No newline at end of file diff --git a/builder/requirements.txt b/builder/requirements.txt index 2f1b9a9e474..7860cac7273 100644 --- a/builder/requirements.txt +++ b/builder/requirements.txt @@ -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 @@ -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' diff --git a/requirements.txt b/requirements.txt index e4e25e317e8..f2f92f77669 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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