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 24 #753

Closed
wants to merge 16 commits into from
Closed
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
32 changes: 16 additions & 16 deletions requirements-test-libraries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ 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.122
botocore==1.34.122
boto3==1.34.127
botocore==1.34.127
branca==0.7.2
cairocffi==1.7.0
CairoSVG==2.7.1
Expand All @@ -23,21 +23,21 @@ cloudscraper==1.2.71
# compliance-checker requires cf-units, so same constraints apply.
compliance-checker==5.1.1; sys_platform != 'win32'
cryptography==42.0.8
dash==2.17.0
dash==2.17.1
dash-bootstrap-components==1.6.0
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.3
eth_typing==4.3.1
eth_utils==4.1.1
fabric==3.2.2
falcon==3.1.3
fiona==1.9.6; sys_platform != 'win32'
folium==0.16.0
folium==0.17.0
ffpyplayer==4.5.1
geopandas==0.14.4; sys_platform != 'win32' and python_version >= '3.9'
google-api-python-client==2.132.0
google-api-python-client==2.133.0
graphql-query==1.3.2
python-gitlab==4.6.0
h5py==3.11.0
Expand All @@ -53,16 +53,16 @@ markdown==3.6
moviepy==1.0.3
mnemonic==0.21
msoffcrypto-tool==5.4.1
netCDF4==1.6.5
numba==0.59.1; python_version >= '3.9'
netCDF4==1.7.0
numba==0.60.0; python_version >= '3.9'
numcodecs==0.12.1
Office365-REST-Python-Client==2.5.10
openpyxl==3.1.3
openpyxl==3.1.4
pandas==2.2.2; python_version >= '3.9'
panel==1.4.4; python_version >= '3.9'
passlib==1.7.4
pendulum==3.0.0
phonenumbers==8.13.38
phonenumbers==8.13.39
pingouin==0.5.4
pinyin==0.4.0
platformdirs==4.2.2
Expand Down Expand Up @@ -100,7 +100,7 @@ srsly==2.4.8
swagger-spec-validator==3.0.3
tableauhyperapi==0.0.19484
thinc==9.0.0; python_version >= '3.9'
timezonefinder==6.5.0; python_version > '3.8'
timezonefinder==6.5.2; python_version > '3.8'
Twisted==24.3.0
tzdata==2024.1
Unidecode==1.3.8
Expand All @@ -111,7 +111,7 @@ zeep==4.2.1
pypsexec==0.3.0
# mimesis 12.x dropped support for python < 3.10
mimesis==17.0.0; python_version >= '3.10'
orjson==3.10.4
orjson==3.10.5
altair==5.3.0
shapely==2.0.4
lark==1.1.9
Expand All @@ -127,7 +127,7 @@ pyshark==0.6.0
opencv-python==4.10.0.82
hydra-core==1.3.2
spiceypy==6.0.0
exchangelib==5.4.0
exchangelib==5.4.1
NBT==1.5.1
minecraft-launcher-lib==6.5
scikit-learn==1.5.0; python_version >= '3.9'
Expand All @@ -138,7 +138,7 @@ librosa==0.10.2.post1
sympy==1.12.1
xyzservices==2024.6.0
mistune==3.0.2
pydantic==2.7.3
pydantic==2.7.4
jsonschema==4.22.0
psutil==5.9.8
litestar==2.9.0
Expand Down Expand Up @@ -167,15 +167,15 @@ eth-rlp==2.1.0
z3c.rml==4.4.0
freetype-py==2.4.0
vaderSentiment==3.3.2
langchain==0.2.3
langchain==0.2.5
seedir==0.4.2
cel-python==0.1.5
pygwalker==0.4.8.9
eth-hash==0.7.0
pypylon==3.0.1
python-pptx==0.6.23
opentelemetry-sdk==1.25.0
xarray==2024.5.0; python_version >= '3.9'
xarray==2024.6.0; python_version >= '3.9'
tables==3.9.2; python_version >= '3.9'
schwifty==2024.6.1
patool==2.2.0; python_version >= '3.10'
Expand Down
Loading