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 05 #699

Merged
merged 18 commits into from
Feb 5, 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
36 changes: 18 additions & 18 deletions requirements-test-libraries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ APScheduler==3.10.4
backports.zoneinfo==0.2.1; python_version < '3.9'
bokeh==3.3.4; python_version >= '3.9'
boto==2.49.0
boto3==1.34.29
botocore==1.34.29
branca==0.7.0
boto3==1.34.34
botocore==1.34.34
branca==0.7.1
cairocffi==1.6.1
CairoSVG==2.7.1
cassandra-driver==3.29.0
Expand All @@ -22,7 +22,7 @@ charset_normalizer==3.3.2
cloudscraper==1.2.71
# compliance-checker requires cf-units, so same constraints apply.
compliance-checker==5.1.0; sys_platform != 'win32'
dash==2.14.2
dash==2.15.0
dash-bootstrap-components==1.5.0
dash-uploader==0.6.0
# discid requires libdiscid to be provided by the system.
Expand All @@ -34,13 +34,13 @@ fabric==3.2.2
fiona==1.9.5; sys_platform != 'win32'
folium==0.15.1
ffpyplayer==4.5.1
geopandas==0.14.2; sys_platform != 'win32' and python_version >= '3.9'
google-api-python-client==2.115.0
geopandas==0.14.3; sys_platform != 'win32' and python_version >= '3.9'
google-api-python-client==2.116.0
graphql-query==1.2.2
python-gitlab==4.4.0
h5py==3.10.0
humanize==4.9.0
iminuit==2.24.0
iminuit==2.25.0
kaleido==0.2.1 # pyup: != 0.2.1.post1 # Contains only an invalid armv7l wheel.
langdetect==1.0.9
mariadb==1.1.9; sys_platform != "darwin"
Expand All @@ -61,7 +61,7 @@ pendulum==3.0.0
phonenumbers==8.13.29
pingouin==0.5.4
pinyin==0.4.0
platformdirs==4.1.0
platformdirs==4.2.0
plotly==5.18.0
publicsuffix2==2.20191221
pycparser==2.21
Expand All @@ -81,22 +81,22 @@ pynput==1.7.6
pymssql==2.2.11
pystray==0.19.5
pythonnet==3.0.3
pytz==2023.4
pytz==2024.1
pyzmq==25.1.2
PyQt5==5.15.10
qtmodern==0.2.0
Rtree==1.2.0
sacremoses==0.1.1
# Remove after merging https://github.com/pyinstaller/pyinstaller/pull/6587
scipy==1.12.0; python_version > '3.8'
sentry-sdk==1.39.2
sentry-sdk==1.40.0
shotgun_api3==3.4.0
spacy==3.7.2
srsly==2.4.8
swagger-spec-validator==3.0.3
tableauhyperapi==0.0.18441
thinc==8.2.2
timezonefinder==6.2.0; python_version > '3.8'
timezonefinder==6.4.0; python_version > '3.8'
Twisted==23.10.0
tzdata==2023.4
Unidecode==1.3.8
Expand All @@ -106,8 +106,8 @@ websockets==12.0
zeep==4.2.1
pypsexec==0.3.0
# mimesis 12.x dropped support for python < 3.10
mimesis==13.1.0; python_version >= '3.10'
orjson==3.9.12
mimesis==14.0.0; python_version >= '3.10'
orjson==3.9.13
altair==5.2.0
shapely==2.0.2
lark==1.1.9
Expand Down Expand Up @@ -137,10 +137,10 @@ librosa==0.10.1
sympy==1.12
xyzservices==2023.10.0
mistune==3.0.2
pydantic==2.6.0
pydantic==2.6.1
jsonschema==4.21.1
psutil==5.9.8
litestar==2.5.2
litestar==2.5.5
lingua-language-detector==2.0.2; python_version >= '3.8'
opencc-python-reimplemented==0.1.7
jieba==0.42.1
Expand All @@ -158,18 +158,18 @@ sudachidict-small==20240109
sudachidict-full==20240109
wxPython==4.2.1; sys_platform == 'darwin' or sys_platform == 'win32' # PyPI provides binary wheels for Windows and macOS
laonlp==1.1.3
pythainlp==5.0.0.dev2
pythainlp==5.0.0b1
gmsh==4.12.2
sspilib==0.1.0
rlp==4.0.0
eth-rlp==1.0.1
z3c.rml==4.4.0
freetype-py==2.4.0
vaderSentiment==3.3.2
langchain==0.1.4
langchain==0.1.5
seedir==0.4.2
cel-python==0.1.5
pygwalker==0.4.4
pygwalker==0.4.5
eth-hash==0.6.0
pypylon==3.0.1

Expand Down
Loading