Skip to content

Commit 2854c12

Browse files
authored
Scheduled weekly dependency update for week 48 (pyinstaller#968)
1 parent 728505c commit 2854c12

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

requirements-test-libraries.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ backports.zoneinfo==0.2.1; python_version < "3.9"
88
black==25.11.0; python_version >= "3.9"
99
bokeh==3.8.1; python_version >= "3.10"
1010
boto==2.49.0
11-
boto3==1.41.3; python_version >= "3.9"
12-
botocore==1.41.3; python_version >= "3.9"
11+
boto3==1.42.0; python_version >= "3.9"
12+
botocore==1.41.6; python_version >= "3.9"
1313
branca==0.8.2
1414
cairocffi==1.7.1
1515
# On macOS, CairoSVG requires cairo installed via Homebrew; on arm64, the Homebrew is
@@ -65,7 +65,7 @@ markdown==3.10; python_version >= "3.10"
6565
moviepy==2.2.1; python_version >= "3.9" and (sys_platform != "darwin" or platform_machine != "arm64")
6666
mnemonic==0.21
6767
msoffcrypto-tool==5.4.2
68-
narwhals==2.12.0; python_version >= "3.9"
68+
narwhals==2.13.0; python_version >= "3.9"
6969
nest-asyncio==1.6.0
7070
netCDF4==1.7.3; python_version >= "3.10"
7171
nicegui==3.3.1; python_version >= "3.9"
@@ -75,7 +75,7 @@ Office365-REST-Python-Client==2.6.2
7575
openpyxl==3.1.5
7676
pandas==2.3.3; python_version >= "3.9"
7777
panel==1.8.3; python_version >= "3.10"
78-
pandera==0.26.1; python_version >= "3.9"
78+
pandera==0.27.0; python_version >= "3.10"
7979
passlib==1.7.4
8080
pendulum==3.1.0; python_version >= "3.9"
8181
phonenumbers==9.0.19
@@ -92,7 +92,7 @@ pyecharts==2.0.9;
9292
pyexcelerate==0.13.0
9393
pyexcel_ods==0.6.0
9494
pylibmagic==0.5.0; sys_platform != "win32"
95-
pylint==4.0.3; python_version >= "3.10"
95+
pylint==4.0.4; python_version >= "3.10"
9696
pypdfium2==5.1.0
9797
pypemicro==0.1.11
9898
pyphen==0.17.2; python_version >= "3.9"
@@ -104,7 +104,7 @@ pyvjoy==1.0.1; sys_platform == "win32"
104104
pynng==0.8.1
105105
pynput==1.8.1
106106
# pymssql provides only x86_64 macOS wheels for python 3.9 and 3.10. But at the time of writing (v2.3.2), the universal2 wheels are broken on arm64 macOS as well.
107-
pymssql==2.3.9; python_version >= "3.9" and (sys_platform != "darwin" or platform_machine != "arm64")
107+
pymssql==2.3.10; python_version >= "3.9" and (sys_platform != "darwin" or platform_machine != "arm64")
108108
pystray==0.19.5
109109
pythonnet==3.0.5; python_version < "3.14"
110110
pytz==2025.2
@@ -118,8 +118,8 @@ sacremoses==0.1.1
118118
# Remove after merging https://github.com/pyinstaller/pyinstaller/pull/6587
119119
scipy==1.16.3; python_version >= "3.11"
120120
sentry-sdk==2.46.0
121-
# shotgun-api3 is currently incompatible with python >= 3.12...
122-
shotgun_api3==3.9.0; python_version < "3.12"
121+
# shotgun-api3 is currently incompatible with python >= 3.13...
122+
shotgun_api3==3.9.1; python_version >= "3.9" and python_version < "3.13"
123123
slixmpp==1.12.0; python_version >= "3.10"
124124
# spacy depends on thinc, which in turn depends on blis; contemporary versions of blis do not provide wheels for python 3.9 anymore, and fail to build from sdist.
125125
spacy==3.8.11; python_version >= "3.10" and python_version < "3.14"
@@ -160,13 +160,13 @@ trame-vega==2.1.1; python_version < "3.14"
160160
# Our trame-vtk test also depends on vtk, which is not available for python 3.14 yet.
161161
trame-vtk==2.10.0; python_version >= "3.9" and python_version < "3.14"
162162
trame-vtk3d==0.1.0; python_version < "3.14"
163-
trame-vtklocal==0.15.3; python_version >= "3.9" and python_version < "3.14"
163+
trame-vtklocal==0.15.4; python_version >= "3.9" and python_version < "3.14"
164164
trame-vuetify==3.1.0; python_version >= "3.9" and python_version < "3.14"
165165
trame-xterm==0.2.1; python_version < "3.14" and python_version < "3.14"
166166
Twisted==25.5.0
167167
tzdata==2025.2
168168
Unidecode==1.4.0
169-
urllib3-future==2.14.907
169+
urllib3-future==2.14.908
170170
uuid6==2025.0.1; python_version >= "3.9"
171171
# vtk provides arm64 macOS binary wheels only for python >= 3.9.
172172
vtk==9.5.2; python_version >= "3.9" or sys_platform != "darwin" or platform_machine != "arm64"
@@ -210,7 +210,7 @@ librosa==0.11.0
210210
sympy==1.14.0; python_version >= "3.9"
211211
xyzservices==2025.11.0
212212
mistune==3.1.4
213-
pydantic==2.12.4; python_version >= "3.9"
213+
pydantic==2.12.5; python_version >= "3.9"
214214
jsonschema==4.25.1; python_version >= "3.9"
215215
psutil==7.1.3
216216
litestar==2.18.0; python_version < "3.14"
@@ -267,7 +267,7 @@ fsspec==2025.10.0; python_version >= "3.9"
267267
zarr==3.1.5; python_version >= "3.11"
268268
intake==2.0.8; python_version >= "3.9"
269269
h3==4.3.1
270-
selectolax==0.4.3; python_version >= "3.9"
270+
selectolax==0.4.4; python_version >= "3.9"
271271
ruamel.yaml.string==0.1.1
272272
niquests==3.15.2
273273
emoji==2.15.0

0 commit comments

Comments
 (0)