Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduled weekly dependency update for week 17 #738

Merged
merged 17 commits into from
Apr 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions requirements-test-libraries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ importlib_resources==6.4.0; python_version < '3.9'
# ------------------ LIBRARIES ------------------ #
# TODO: Add most of the libraries we have hooks for, and write tests
av==12.0.0
adbutils==2.4.1
adbutils==2.5.0
APScheduler==3.10.4
backports.zoneinfo==0.2.1; python_version < '3.9'
bokeh==3.4.1; python_version >= '3.9'
boto==2.49.0
boto3==1.34.88
botocore==1.34.88
branca==0.7.1
cairocffi==1.6.1
boto3==1.34.93
botocore==1.34.93
branca==0.7.2
cairocffi==1.7.0
CairoSVG==2.7.1
cassandra-driver==3.29.1
cf-units==3.2.0; sys_platform != 'win32'
Expand All @@ -29,15 +29,15 @@ dash-uploader==0.6.0
# discid requires libdiscid to be provided by the system.
# We install it via apt-get and brew on ubuntu and macOS CI runners, respectively.
discid==1.2.0; sys_platform != 'win32'
eth_typing==4.2.1
eth_typing==4.2.2
eth_utils==4.1.0
fabric==3.2.2
falcon==3.1.3
fiona==1.9.6; sys_platform != 'win32'
folium==0.16.0
ffpyplayer==4.5.1
geopandas==0.14.3; sys_platform != 'win32' and python_version >= '3.9'
google-api-python-client==2.126.0
geopandas==0.14.4; sys_platform != 'win32' and python_version >= '3.9'
google-api-python-client==2.127.0
graphql-query==1.3.2
python-gitlab==4.4.0
h5py==3.11.0
Expand All @@ -59,13 +59,13 @@ numcodecs==0.12.1
Office365-REST-Python-Client==2.5.8
openpyxl==3.1.2
pandas==2.2.2; python_version >= '3.9'
panel==1.4.1; python_version >= '3.9'
panel==1.4.2; python_version >= '3.9'
passlib==1.7.4
pendulum==3.0.0
phonenumbers==8.13.35
pingouin==0.5.4
pinyin==0.4.0
platformdirs==4.2.0
platformdirs==4.2.1
plotly==5.21.0
publicsuffix2==2.20191221
pycparser==2.22
Expand All @@ -75,9 +75,9 @@ pyexcelerate==0.11.0
pylibmagic==0.5.0; sys_platform != 'win32'
pylint==3.1.0
pypemicro==0.1.11
pyphen==0.14.0
pyphen==0.15.0
pyppeteer==2.0.0
pyqtgraph==0.13.6; python_version >= "3.9"
pyqtgraph==0.13.7; python_version >= "3.9"
pyusb==1.2.1
pyviz-comms==3.0.2
pyvjoy==1.0.1; sys_platform == 'win32'
Expand All @@ -93,7 +93,7 @@ Rtree==1.2.0
sacremoses==0.1.1
# Remove after merging https://github.com/pyinstaller/pyinstaller/pull/6587
scipy==1.13.0; python_version > '3.8'
sentry-sdk==1.45.0
sentry-sdk==2.0.1
shotgun_api3==3.5.1
spacy==3.7.4
srsly==2.4.8
Expand Down Expand Up @@ -127,7 +127,7 @@ pyshark==0.6.0
opencv-python==4.9.0.80
hydra-core==1.3.2
spiceypy==6.0.0
exchangelib==5.2.1
exchangelib==5.3.0
NBT==1.5.1
minecraft-launcher-lib==6.4
scikit-learn==1.4.2; python_version >= '3.9'
Expand All @@ -138,7 +138,7 @@ librosa==0.10.1
sympy==1.12
xyzservices==2024.4.0
mistune==3.0.2
pydantic==2.7.0
pydantic==2.7.1
jsonschema==4.21.1
psutil==5.9.8
litestar==2.8.2
Expand All @@ -162,15 +162,15 @@ laonlp==1.1.3
pythainlp==5.0.2
gmsh==4.12.2
sspilib==0.1.0
rlp==4.0.0
rlp==4.0.1
eth-rlp==2.1.0
z3c.rml==4.4.0
freetype-py==2.4.0
vaderSentiment==3.3.2
langchain==0.1.16
seedir==0.4.2
cel-python==0.1.5
pygwalker==0.4.8
pygwalker==0.4.8.1
eth-hash==0.7.0
pypylon==3.0.1
python-pptx==0.6.23
Expand Down
Loading