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 Oct 16, 2023
1 parent 18c4226 commit 1be4cf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# Note that not all sub-dependencies are listed, but only ones we know could cause trouble
pyinstaller==6.1.0
packaging==23.2
pyinstaller-hooks-contrib==2023.9
pyinstaller-hooks-contrib==2023.10
altgraph==0.17.4
wrapt==1.15.0
setuptools==68.2.2
certifi

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

# For the Windows build
pefile==2023.2.7; sys_platform == 'win32'
Expand Down

0 comments on commit 1be4cf9

Please sign in to comment.