Skip to content

Commit

Permalink
bump deps for pyinstaller patch
Browse files Browse the repository at this point in the history
  • Loading branch information
richardsheridan committed Dec 9, 2023
1 parent 91f42f2 commit 120e878
Showing 1 changed file with 28 additions and 26 deletions.
54 changes: 28 additions & 26 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,41 +4,41 @@
#
# pip-compile --allow-unsafe requirements.in
#
altgraph==0.17.3
altgraph==0.17.4
# via pyinstaller
attrs==23.1.0
# via
# outcome
# trio
# trio-parallel
cffi==1.15.1
cffi==1.16.0
# via
# samplerate
# trio
# trio-parallel
colorama==0.4.6
# via tqdm
contourpy==1.1.0
contourpy==1.2.0
# via matplotlib
cycler==0.11.0
cycler==0.12.1
# via matplotlib
fonttools==4.41.1
fonttools==4.46.0
# via matplotlib
h5py==3.9.0
h5py==3.10.0
# via -r requirements.in
idna==3.4
idna==3.6
# via trio
imageio==2.31.1
imageio==2.33.0
# via -r requirements.in
kiwisolver==1.4.4
kiwisolver==1.4.5
# via matplotlib
llvmlite==0.40.1
llvmlite==0.41.1
# via numba
matplotlib==3.8.0
matplotlib==3.8.2
# via -r requirements.in
numba==0.57.1
numba==0.58.1
# via -r requirements.in
numpy==1.24.4
numpy==1.26.2
# via
# -r requirements.in
# contourpy
Expand All @@ -47,28 +47,30 @@ numpy==1.24.4
# matplotlib
# numba
# samplerate
outcome==1.2.0
outcome==1.3.0.post0
# via
# trio
# trio-parallel
packaging==23.1
# via matplotlib
packaging==23.2
# via
# matplotlib
# pyinstaller
pefile==2023.2.7
# via pyinstaller
pillow==10.0.0
pillow==10.1.0
# via
# -r requirements.in
# imageio
# matplotlib
psutil==5.9.5
psutil==5.9.6
# via -r requirements.in
pycparser==2.21
# via cffi
pyinstaller==5.13.0
pyinstaller==6.2.0
# via -r requirements.in
pyinstaller-hooks-contrib==2023.6
pyinstaller-hooks-contrib==2023.10
# via pyinstaller
pyparsing==3.0.9
pyparsing==3.1.1
# via matplotlib
python-dateutil==2.8.2
# via matplotlib
Expand All @@ -82,17 +84,17 @@ sniffio==1.3.0
# via trio
sortedcontainers==2.4.0
# via trio
tblib==2.0.0
tblib==3.0.0
# via trio-parallel
tqdm==4.65.0
tqdm==4.66.1
# via -r requirements.in
trio==0.22.2
trio==0.23.1
# via
# -r requirements.in
# trio-parallel
trio-parallel==1.2.0
trio-parallel==1.2.1
# via -r requirements.in

# The following packages are considered to be unsafe in a requirements file:
setuptools==68.0.0
setuptools==69.0.2
# via pyinstaller

0 comments on commit 120e878

Please sign in to comment.