@@ -11,8 +11,8 @@ backports.zoneinfo==0.2.1; python_version < '3.9'
1111black==25.1.0; python_version >= '3.9'
1212bokeh==3.7.2; python_version >= '3.10'
1313boto==2.49.0
14- boto3==1.37.28
15- botocore==1.37.28
14+ boto3==1.37.33
15+ botocore==1.37.33
1616branca==0.8.1
1717cairocffi==1.7.1
1818CairoSVG==2.7.1
@@ -28,15 +28,15 @@ cmocean==4.0.3
2828compliance-checker==5.2.0; sys_platform != 'win32' and python_version >= '3.10'
2929cryptography==44.0.2
3030dash==3.0.2
31- dash-bootstrap-components==2.0.0 ; python_version >= '3.9'
31+ dash-bootstrap-components==2.0.1 ; python_version >= '3.9'
3232dash-uploader==0.6.1
3333dask[distributed,diagnostics,array]==2025.3.0; python_version >= '3.10'
3434python-dateutil==2.9.0.post0
3535# discid requires libdiscid to be provided by the system.
3636# We install it via apt-get and brew on ubuntu and macOS CI runners, respectively.
3737discid==1.2.0; sys_platform != 'win32'
3838# eccodes does not provide macOS binary wheels for python 3.8
39- eccodes==2.40.1 ; sys_platform != 'darwin' or python_version >= '3.9'
39+ eccodes==2.41.0 ; sys_platform != 'darwin' or python_version >= '3.9'
4040eth_typing==5.2.0
4141eth_utils==5.2.0
4242fabric==3.2.2
@@ -46,7 +46,7 @@ folium==0.19.5; python_version >= '3.9'
4646frictionless==5.18.1
4747ffpyplayer==4.5.2
4848geopandas==1.0.1; sys_platform != 'win32' and python_version >= '3.9'
49- google-api-python-client==2.166 .0
49+ google-api-python-client==2.167 .0
5050grapheme==0.6.0
5151graphql-query==1.4.0
5252python-gitlab==5.6.0; python_version >= '3.9'
@@ -57,7 +57,7 @@ iso639-lang==2.6.0; python_version >= '3.9'
5757kaleido==0.4.2; python_version >= '3.9'
5858langdetect==1.0.9
5959mariadb==1.1.12; sys_platform != "darwin" and python_version >= '3.9'
60- markdown==3.7
60+ markdown==3.8; python_version >= '3.9'
6161# MetPy is no longer runable with PyInstaller since matplotlib made pillow a dependency. See #395.
6262# MetPy==1.2.0
6363# moviepy depends on imageio-ffmpeg, which does not provide binary wheels for arm64 macOS
@@ -67,7 +67,7 @@ msoffcrypto-tool==5.4.2
6767narwhals==1.35.0
6868nest-asyncio==1.6.0
6969netCDF4==1.7.2; python_version >= '3.9'
70- numba==0.61.0 ; python_version >= '3.10'
70+ numba==0.61.2 ; python_version >= '3.10'
7171numcodecs==0.16.0; python_version >= '3.11'
7272Office365-REST-Python-Client==2.6.1
7373openpyxl==3.1.5
@@ -76,7 +76,7 @@ panel==1.6.2; python_version >= '3.10'
7676pandera==0.23.1; python_version >= '3.9'
7777passlib==1.7.4
7878pendulum==3.0.0
79- phonenumbers==9.0.2
79+ phonenumbers==9.0.3
8080pingouin==0.5.5
8181pinyin==0.4.0
8282platformdirs==4.3.7; python_version >= '3.9'
@@ -113,7 +113,7 @@ Rtree==1.4.0; python_version >= '3.9'
113113sacremoses==0.1.1
114114# Remove after merging https://github.com/pyinstaller/pyinstaller/pull/6587
115115scipy==1.15.2; python_version >= '3.10'
116- sentry-sdk==2.25.1
116+ sentry-sdk==2.26.0
117117shotgun_api3==3.5.1
118118slixmpp==1.10.0; python_version >= "3.9"
119119spacy==3.8.5; python_version >= '3.9' and python_version < '3.13'
@@ -124,8 +124,8 @@ tableauhyperapi==0.0.21408
124124thinc==9.1.1; python_version >= '3.9'
125125timezonefinder==6.5.9; python_version > '3.8'
126126tkinterdnd2==0.4.3
127- trame==3.8.1 ; python_version >= '3.9'
128- trame-client==3.6 .1; python_version >= '3.9'
127+ trame==3.8.2 ; python_version >= '3.9'
128+ trame-client==3.7 .1; python_version >= '3.9'
129129trame-code==1.0.1
130130trame-components==2.4.2
131131trame-datagrid==0.2.1
@@ -153,17 +153,17 @@ trame-vega==2.1.1
153153trame-vtk==2.8.15; python_version >= '3.9' and python_version < '3.13'
154154trame-vtk3d==0.1.0
155155trame-vtklocal==0.8.0; python_version >= '3.9'
156- trame-vuetify==3.0.0 ; python_version >= '3.9'
156+ trame-vuetify==3.0.1 ; python_version >= '3.9'
157157trame-xterm==0.2.1
158158Twisted==24.11.0
159159tzdata==2025.2
160160Unidecode==1.3.8
161- urllib3-future==2.12.915
161+ urllib3-future==2.12.917
162162# vtk provides arm64 macOS binary wheels only for python >= 3.9.
163163vtk==9.4.2; python_version >= '3.9' or sys_platform != 'darwin' or platform_machine != 'arm64'
164164# On macOS, weasyprint requires pango and glib installed via Homebrew; on arm64, the Homebrew is
165165# installed in /opt/homebrew/lib and does not seem to be visible to non-Homebrew python.
166- weasyprint==65.0 ; python_version >= '3.9' and (sys_platform != 'darwin' or platform_machine != 'arm64')
166+ weasyprint==65.1 ; python_version >= '3.9' and (sys_platform != 'darwin' or platform_machine != 'arm64')
167167web3==7.10.0
168168websockets==15.0.1; python_version >= '3.9'
169169zeep==4.3.1
@@ -179,8 +179,8 @@ python-stdnum==1.20
179179# and libsndfile, respectively.
180180sounddevice==0.5.1; sys_platform != 'linux'
181181soundfile==0.13.1; sys_platform != 'linux'
182- limits==4.6 ; python_version >= '3.10'
183- great-expectations==1.3.13 ; python_version >= '3.9' and python_version < '3.13'
182+ limits==4.7.3 ; python_version >= '3.10'
183+ great-expectations==1.3.14 ; python_version >= '3.9' and python_version < '3.13'
184184# Starting with tensorflow 2.17.0, macOS wheels are provided only for arm64 (x86_64 is deprecated).
185185tensorflow==2.19.0; python_version >= '3.9' and python_version < '3.13' and (sys_platform != 'darwin' or platform_machine == 'arm64')
186186pyshark==0.6.0
@@ -198,7 +198,7 @@ librosa==0.11.0
198198sympy==1.13.3
199199xyzservices==2025.1.0
200200mistune==3.1.3
201- pydantic==2.11.2 ; python_version >= '3.9'
201+ pydantic==2.11.3 ; python_version >= '3.9'
202202jsonschema==4.23.0
203203psutil==7.0.0
204204litestar==2.15.2; python_version < '3.13'
@@ -217,14 +217,14 @@ sudachipy==0.6.10; python_version >= '3.9'
217217sudachidict-core==20250129; python_version >= '3.9'
218218sudachidict-small==20250129; python_version >= '3.9'
219219sudachidict-full==20250129; python_version >= '3.9'
220- wxPython==4.2.2; sys_platform == 'darwin' or sys_platform == 'win32' # PyPI provides binary wheels for Windows and macOS
220+ wxPython==4.2.3; ( sys_platform == 'darwin' or sys_platform == 'win32') and python_version >= '3.9 ' # PyPI provides binary wheels for Windows and macOS
221221laonlp==1.2.0
222222pythainlp==5.1.1; python_version >= '3.9'
223223gmsh==4.13.1
224- sspilib==0.2.0
224+ sspilib==0.3.0; python_version >= '3.9'
225225rlp==4.1.0
226226eth-rlp==2.2.0
227- z3c.rml==4.4.0
227+ z3c.rml==5.0; python_version >= '3.9'
228228freetype-py==2.5.1
229229vaderSentiment==3.3.2
230230# langchain depends on numpy<2.0.0, which does not have binary wheels for python 3.13.
@@ -240,13 +240,13 @@ apkutils==2.0.0; python_version >= '3.9' or (sys_platform != 'darwin' or platfor
240240pypylon==4.1.0; python_version >= '3.9'
241241python-pptx==1.0.2
242242comtypes==1.4.10; sys_platform == 'win32'
243- opentelemetry-sdk==1.31.1
243+ opentelemetry-sdk==1.32.0
244244xarray==2025.3.1; python_version >= '3.10'
245245tables==3.10.2; python_version >= '3.11'
246246schwifty==2025.1.0; python_version >= '3.9'
247247patool==4.0.0; python_version >= '3.10'
248248yapf==0.43.0
249- xmlschema==3.4.5
249+ xmlschema==4.0.1; python_version >= '3.9'
250250pysaml2==7.5.2; python_version >= '3.9'
251251pysaml2==7.3.0; python_version < '3.9' # pyup: ignore
252252toga==0.5.0; python_version >= '3.9'
@@ -259,7 +259,7 @@ selectolax==0.3.28
259259ruamel.yaml.string==0.1.1
260260niquests==3.14.0
261261emoji==2.14.1
262- tkinterweb==4.3.0
262+ tkinterweb==4.3.1
263263tkinterweb-tkhtml==1.0
264264pandas_flavor==0.7.0
265265
0 commit comments