Skip to content

Commit e8db76b

Browse files
authored
Scheduled weekly dependency update for week 04 (#696)
1 parent 69a7deb commit e8db76b

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

.github/workflows/pr-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
echo "sudachidict-core>=20230927" >> requirements-test-libraries.txt;
5858
echo "sudachidict-full>=20230927" >> requirements-test-libraries.txt;
5959
fi
60+
# pythainlp requires python-crfsuite, but fails to declare it as a requirement.
61+
if grep -q pythainlp requirements-test-libraries.txt ; then echo python-crfsuite >> requirements-test-libraries.txt; fi
6062
cat requirements-test-libraries.txt
6163
6264
- name: Set up .NET Core for pythonnet tests

requirements-test-libraries.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ av==11.0.0
88
adbutils==2.2.1; (sys_platform == 'darwin' or sys_platform == 'win32') and python_version < '3.10'
99
APScheduler==3.10.4
1010
backports.zoneinfo==0.2.1; python_version < '3.9'
11-
bokeh==3.3.3; python_version >= '3.9'
11+
bokeh==3.3.4; python_version >= '3.9'
1212
boto==2.49.0
13-
boto3==1.34.23
14-
botocore==1.34.23
13+
boto3==1.34.29
14+
botocore==1.34.29
1515
branca==0.7.0
1616
cairocffi==1.6.1
1717
CairoSVG==2.7.1
@@ -35,7 +35,7 @@ fiona==1.9.5; sys_platform != 'win32'
3535
folium==0.15.1
3636
ffpyplayer==4.5.1
3737
geopandas==0.14.2; sys_platform != 'win32' and python_version >= '3.9'
38-
google-api-python-client==2.114.0
38+
google-api-python-client==2.115.0
3939
graphql-query==1.2.2
4040
python-gitlab==4.4.0
4141
h5py==3.10.0
@@ -55,10 +55,10 @@ numcodecs==0.12.1
5555
Office365-REST-Python-Client==2.5.5
5656
openpyxl==3.1.2
5757
pandas==2.2.0; python_version >= '3.9'
58-
panel==1.3.7; python_version >= '3.9'
58+
panel==1.3.8; python_version >= '3.9'
5959
passlib==1.7.4
6060
pendulum==3.0.0
61-
phonenumbers==8.13.28
61+
phonenumbers==8.13.29
6262
pingouin==0.5.4
6363
pinyin==0.4.0
6464
platformdirs==4.1.0
@@ -81,7 +81,7 @@ pynput==1.7.6
8181
pymssql==2.2.11
8282
pystray==0.19.5
8383
pythonnet==3.0.3
84-
pytz==2023.3.post1
84+
pytz==2023.4
8585
pyzmq==25.1.2
8686
PyQt5==5.15.10
8787
qtmodern==0.2.0
@@ -101,12 +101,12 @@ Twisted==23.10.0
101101
tzdata==2023.4
102102
Unidecode==1.3.8
103103
weasyprint==60.2
104-
web3==6.14.0
104+
web3==6.15.0
105105
websockets==12.0
106106
zeep==4.2.1
107107
pypsexec==0.3.0
108108
# mimesis 12.x dropped support for python < 3.10
109-
mimesis==13.0.0; python_version >= '3.10'
109+
mimesis==13.1.0; python_version >= '3.10'
110110
orjson==3.9.12
111111
altair==5.2.0
112112
shapely==2.0.2
@@ -137,10 +137,10 @@ librosa==0.10.1
137137
sympy==1.12
138138
xyzservices==2023.10.0
139139
mistune==3.0.2
140-
pydantic==2.5.3
140+
pydantic==2.6.0
141141
jsonschema==4.21.1
142142
psutil==5.9.8
143-
litestar==2.5.1
143+
litestar==2.5.2
144144
lingua-language-detector==2.0.2; python_version >= '3.8'
145145
opencc-python-reimplemented==0.1.7
146146
jieba==0.42.1
@@ -158,18 +158,18 @@ sudachidict-small==20240109
158158
sudachidict-full==20240109
159159
wxPython==4.2.1; sys_platform == 'darwin' or sys_platform == 'win32' # PyPI provides binary wheels for Windows and macOS
160160
laonlp==1.1.3
161-
pythainlp==5.0.0.dev1
161+
pythainlp==5.0.0.dev2
162162
gmsh==4.12.2
163163
sspilib==0.1.0
164164
rlp==4.0.0
165-
eth-rlp==1.0.0
165+
eth-rlp==1.0.1
166166
z3c.rml==4.4.0
167167
freetype-py==2.4.0
168168
vaderSentiment==3.3.2
169-
langchain==0.1.2
169+
langchain==0.1.4
170170
seedir==0.4.2
171171
cel-python==0.1.5
172-
pygwalker==0.4.2
172+
pygwalker==0.4.4
173173
eth-hash==0.6.0
174174
pypylon==3.0.1
175175

0 commit comments

Comments
 (0)