Skip to content

Commit 8848f7f

Browse files
committed
fix(deps): update cems-nuclei to get rid of the ipython dependency
1 parent 04e8ce3 commit 8848f7f

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Public python SDK for the CEMS PileCore web-API."
99
requires-python = ">=3.11"
1010
dependencies = [
1111
"anywidget>=0.9.18,<0.10",
12-
"cems-nuclei[client]>=2.0.1,<3",
12+
"cems-nuclei[client]>=3.0.0,<4",
1313
"dash>=3.0.2,<4",
1414
"ipywidgets>=8.1.5,<9",
1515
"matplotlib>=3.10.1,<4",

requirements.txt

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ attrs==25.3.0
2424
# via
2525
# jsonschema
2626
# referencing
27-
aws-sam-translator==1.96.0
27+
aws-sam-translator==1.97.0
2828
# via cfn-lint
2929
babel==2.17.0
3030
# via sphinx
@@ -34,15 +34,15 @@ black==25.1.0
3434
# ansible-lint
3535
blinker==1.9.0
3636
# via flask
37-
boto3==1.37.31
37+
boto3==1.37.34
3838
# via aws-sam-translator
39-
botocore==1.37.31
39+
botocore==1.37.34
4040
# via
4141
# boto3
4242
# s3transfer
4343
bracex==2.5.post1
4444
# via wcmatch
45-
cems-nuclei==2.0.1
45+
cems-nuclei==3.0.0
4646
# via py-pilecore (pyproject.toml)
4747
certifi==2025.1.31
4848
# via requests
@@ -77,7 +77,7 @@ cryptography==44.0.2
7777
# via ansible-core
7878
cycler==0.12.1
7979
# via matplotlib
80-
dash==3.0.2
80+
dash==3.0.3
8181
# via py-pilecore (pyproject.toml)
8282
decorator==5.2.1
8383
# via ipython
@@ -114,11 +114,10 @@ iniconfig==2.1.0
114114
ipython==9.1.0
115115
# via
116116
# py-pilecore (pyproject.toml)
117-
# cems-nuclei
118117
# ipywidgets
119118
ipython-pygments-lexers==1.1.1
120119
# via ipython
121-
ipywidgets==8.1.5
120+
ipywidgets==8.1.6
122121
# via
123122
# py-pilecore (pyproject.toml)
124123
# anywidget
@@ -162,7 +161,7 @@ jsonschema-specifications==2024.10.1
162161
# via
163162
# jsonschema
164163
# openapi-schema-validator
165-
jupyterlab-widgets==3.0.13
164+
jupyterlab-widgets==3.0.14
166165
# via ipywidgets
167166
kiwisolver==1.4.8
168167
# via matplotlib
@@ -192,7 +191,7 @@ mypy-extensions==1.0.0
192191
# via
193192
# black
194193
# mypy
195-
narwhals==1.34.1
194+
narwhals==1.35.0
196195
# via plotly
197196
natsort==8.4.0
198197
# via py-pilecore (pyproject.toml)
@@ -244,7 +243,7 @@ pathspec==0.12.1
244243
# yamllint
245244
pexpect==4.9.0
246245
# via ipython
247-
pillow==11.1.0
246+
pillow==11.2.1
248247
# via matplotlib
249248
platformdirs==4.3.7
250249
# via
@@ -260,9 +259,9 @@ pluggy==1.5.0
260259
# via
261260
# diff-cover
262261
# pytest
263-
polars==1.27.0
262+
polars==1.27.1
264263
# via pygef
265-
prompt-toolkit==3.0.50
264+
prompt-toolkit==3.0.51
266265
# via ipython
267266
psygnal==0.12.0
268267
# via anywidget
@@ -412,7 +411,7 @@ traitlets==5.14.3
412411
# ipython
413412
# ipywidgets
414413
# matplotlib-inline
415-
typing-extensions==4.13.1
414+
typing-extensions==4.13.2
416415
# via
417416
# anywidget
418417
# aws-sam-translator
@@ -429,7 +428,7 @@ typing-inspection==0.4.0
429428
# via pydantic
430429
tzdata==2025.2
431430
# via pandas
432-
urllib3==2.3.0
431+
urllib3==2.4.0
433432
# via
434433
# botocore
435434
# requests
@@ -442,7 +441,7 @@ werkzeug==3.0.6
442441
# dash
443442
# flask
444443
# openapi-core
445-
widgetsnbextension==4.0.13
444+
widgetsnbextension==4.0.14
446445
# via ipywidgets
447446
xmltodict==0.14.2
448447
# via yq

0 commit comments

Comments
 (0)