Skip to content

Commit

Permalink
Scheduled weekly dependency update for week 51 (pyinstaller#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot committed Dec 19, 2023
1 parent 6a303f6 commit 937ca15
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions requirements-test-libraries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ importlib_resources==6.1.1; python_version < '3.9'
# TODO: Add most of the libraries we have hooks for, and write tests
av==11.0.0
# The latest release of adbutils (1.2.11) explicitly requires requests<2.16, which is incompatible with python >= 3.10.
adbutils==2.0.1; (sys_platform == 'darwin' or sys_platform == 'win32') and python_version < '3.10'
adbutils==2.0.2; (sys_platform == 'darwin' or sys_platform == 'win32') and python_version < '3.10'
APScheduler==3.10.4
backports.zoneinfo==0.2.1; python_version < '3.9'
bokeh==3.3.2; python_version >= '3.9'
boto==2.49.0
boto3==1.33.6
botocore==1.33.6
boto3==1.34.2
botocore==1.34.2
branca==0.7.0
cairocffi==1.6.1
CairoSVG==2.7.1
Expand All @@ -35,8 +35,8 @@ fiona==1.9.5; sys_platform != 'win32'
folium==0.15.1
ffpyplayer==4.5.1
geopandas==0.14.1; sys_platform != 'win32' and python_version >= '3.9'
google-api-python-client==2.109.0
graphql-query==1.2.1
google-api-python-client==2.111.0
graphql-query==1.2.2
python-gitlab==4.2.0
h5py==3.10.0
humanize==4.9.0
Expand All @@ -52,12 +52,12 @@ mnemonic==0.20
msoffcrypto-tool==5.1.1
netCDF4==1.6.5
numcodecs==0.12.1
Office365-REST-Python-Client==2.5.2
Office365-REST-Python-Client==2.5.3
openpyxl==3.1.2
pandas==2.1.3; python_version >= '3.9'
panel==1.3.4; python_version >= '3.9'
pandas==2.1.4; python_version >= '3.9'
panel==1.3.5; python_version >= '3.9'
passlib==1.7.4
pendulum==2.1.2
pendulum==3.0.0
phonenumbers==8.13.26
pingouin==0.5.3
pinyin==0.4.0
Expand All @@ -69,7 +69,7 @@ pycryptodome==3.19.0
pycryptodomex==3.19.0
pyexcelerate==0.10.0
pylibmagic==0.5.0; sys_platform != 'win32'
pylint==3.0.2
pylint==3.0.3
pypemicro==0.1.11
pyphen==0.14.0
pyppeteer==1.0.2
Expand All @@ -82,26 +82,26 @@ pymssql==2.2.11
pystray==0.19.5
pythonnet==3.0.3
pytz==2023.3.post1
pyzmq==25.1.1
pyzmq==25.1.2
PyQt5==5.15.10
qtmodern==0.2.0
Rtree==1.1.0
sacremoses==0.1.1
# Remove after merging https://github.com/pyinstaller/pyinstaller/pull/6587
scipy==1.11.4; python_version > '3.8'
sentry-sdk==1.38.0
sentry-sdk==1.39.1
shotgun_api3==3.4.0
spacy==3.7.2
srsly==2.4.8
swagger-spec-validator==3.0.3
tableauhyperapi==0.0.17971
thinc==8.2.1
tableauhyperapi==0.0.18369
thinc==8.2.2
timezonefinder==6.2.0; python_version > '3.8'
Twisted==23.10.0
tzdata==2023.3
Unidecode==1.3.7
weasyprint==60.1
web3==6.11.4
weasyprint==60.2
web3==6.12.0
websockets==12.0
zeep==4.2.1
pypsexec==0.3.0
Expand All @@ -118,15 +118,15 @@ soundfile==0.12.1; sys_platform != 'linux'
limits==3.7.0
# great-expectations as of v0.16.10 does not officially support python 3.11 yet, and the pyspark
# compatibility wrapper seems to be broken for python 3.11 in this version.
great-expectations==0.18.3; python_version < '3.11'
great-expectations==0.18.5; python_version < '3.11'
tensorflow==2.15.0; python_version >= '3.9'
pyshark==0.6.0
opencv-python==4.8.1.78
hydra-core==1.3.2
spiceypy==6.0.0
exchangelib==5.1.0
NBT==1.5.1
minecraft-launcher-lib==6.3
minecraft-launcher-lib==6.4
scikit-learn==1.3.2
scikit-image==0.22.0; python_version >= '3.9'
customtkinter==5.2.1
Expand All @@ -137,18 +137,18 @@ xyzservices==2023.10.0
mistune==3.0.2
pydantic==2.5.2
jsonschema==4.20.0
psutil==5.9.6
litestar==2.4.2
lingua-language-detector==2.0.1; python_version >= '3.8'
psutil==5.9.7
litestar==2.4.4
lingua-language-detector==2.0.2; python_version >= '3.8'
opencc-python-reimplemented==0.1.7
jieba==0.42.1
simplemma==0.9.1
wordcloud==1.9.2
wordcloud==1.9.3
eng-to-ipa==0.0.2
python-mecab-ko==1.3.3
khmer-nltk==1.6
python-crfsuite==0.9.9
pymorphy3==1.2.1
pymorphy3==1.3.1
pymorphy3-dicts-uk==2.4.1.1.1663094765
sudachipy==0.6.8
sudachidict-core==20230927
Expand Down

0 comments on commit 937ca15

Please sign in to comment.