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 46 #664

Merged
merged 15 commits into from
Nov 13, 2023
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
30 changes: 15 additions & 15 deletions requirements-test-libraries.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Backport of importlib.resources for python 3.8 and earlier.
importlib_resources==6.1.0; python_version < '3.9'
importlib_resources==6.1.1; python_version < '3.9'

# ------------------ LIBRARIES ------------------ #
# TODO: Add most of the libraries we have hooks for, and write tests
av==10.0.0
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==1.2.15; (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.0; python_version >= '3.9'
bokeh==3.3.1; python_version >= '3.9'
boto==2.49.0
boto3==1.28.78
botocore==1.31.78
boto3==1.28.84
botocore==1.31.84
branca==0.7.0
cairocffi==1.6.1
CairoSVG==2.7.1
Expand All @@ -28,14 +28,14 @@ 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==3.5.1
eth_utils==2.3.0
eth_typing==3.5.2
eth_utils==2.3.1
fabric==3.2.2
fiona==1.9.5; sys_platform != 'win32'
folium==0.15.0
ffpyplayer==4.5.1
geopandas==0.14.0; sys_platform != 'win32' and python_version >= '3.9'
google-api-python-client==2.106.0
geopandas==0.14.1; sys_platform != 'win32' and python_version >= '3.9'
google-api-python-client==2.107.0
graphql-query==1.2.1
python-gitlab==4.1.1
h5py==3.10.0
Expand All @@ -54,14 +54,14 @@ netCDF4==1.6.5
numcodecs==0.12.1
Office365-REST-Python-Client==2.5.2
openpyxl==3.1.2
pandas==2.1.2; python_version >= '3.9'
pandas==2.1.3; python_version >= '3.9'
panel==1.3.1; python_version >= '3.9'
passlib==1.7.4
pendulum==2.1.2
phonenumbers==8.13.24
pingouin==0.5.3
pinyin==0.4.0
platformdirs==3.11.0
platformdirs==4.0.0
plotly==5.18.0
publicsuffix2==2.20191221
pycparser==2.21
Expand Down Expand Up @@ -89,7 +89,7 @@ Rtree==1.1.0
sacremoses==0.1.1
# Remove after merging https://github.com/pyinstaller/pyinstaller/pull/6587
scipy==1.11.3; python_version > '3.8'
sentry-sdk==1.34.0
sentry-sdk==1.35.0
shotgun_api3==3.4.0
spacy==3.7.2
srsly==2.4.8
Expand Down Expand Up @@ -135,11 +135,11 @@ librosa==0.10.1
sympy==1.12
xyzservices==2023.10.0
mistune==3.0.2
pydantic==2.4.2
pydantic==2.5.0
jsonschema==4.19.2
psutil==5.9.6
litestar==2.3.1
lingua-language-detector==1.3.3; python_version >= '3.8'
litestar==2.3.2
lingua-language-detector==1.3.4; python_version >= '3.8'
opencc-python-reimplemented==0.1.7
jieba==0.42.1
simplemma==0.9.1
Expand Down
Loading