Skip to content

Commit 9fdbba1

Browse files
chore(deps): update all non-major dependencies
1 parent bb107bc commit 9fdbba1

File tree

6 files changed

+48
-48
lines changed

6 files changed

+48
-48
lines changed

.github/workflows/deploy_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install python 3.13
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: "3.13"
27+
python-version: "3.14"
2828

2929
- name: Install dependencies
3030
run: |

.github/workflows/deploy_marimo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install python 3.13
2828
uses: actions/setup-python@v5
2929
with:
30-
python-version: "3.13"
30+
python-version: "3.14"
3131

3232
- name: Install dependencies
3333
run: |

.github/workflows/release_pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Python
3030
uses: actions/setup-python@v5
3131
with:
32-
python-version: "3.13"
32+
python-version: "3.14"
3333

3434
- name: Install dependencies
3535
run: |

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: Install python 3.13
108108
uses: actions/setup-python@v5
109109
with:
110-
python-version: "3.13"
110+
python-version: "3.14"
111111

112112
- name: Install dependencies
113113
run: |

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ test = ["coveralls", "pytest"]
2020
docs = [
2121
"Sphinx==8.2.3",
2222
"asteroid-sphinx-theme==0.0.3",
23-
"ipython==9.1.0",
24-
"sphinx-autodoc-typehints==3.1.0",
23+
"ipython==9.8.0",
24+
"sphinx-autodoc-typehints==3.5.2",
2525
"sphinx_rtd_theme==3.0.2",
2626
]
2727
gui = [
28-
"marimo[recommended]>0.14,<0.15",
28+
"marimo[recommended]>0.18,<0.19",
2929
"micropip>0.10,<0.11",
3030
"cems-nuclei[client]>3,<4"
3131
]

requirements.txt

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,31 @@ altair==5.5.0
66
# via marimo
77
annotated-types==0.7.0
88
# via pydantic
9-
anyio==4.11.0
9+
anyio==4.12.0
1010
# via
1111
# httpx
1212
# openai
1313
# starlette
1414
asteroid-sphinx-theme==0.0.3
1515
# via py-cptcore (pyproject.toml)
16-
asttokens==3.0.0
16+
asttokens==3.0.1
1717
# via stack-data
18-
attrs==25.3.0
18+
attrs==25.4.0
1919
# via
2020
# jsonschema
2121
# referencing
2222
babel==2.17.0
2323
# via sphinx
2424
cems-nuclei==3.0.1
2525
# via py-cptcore (pyproject.toml)
26-
certifi==2025.8.3
26+
certifi==2025.11.12
2727
# via
2828
# httpcore
2929
# httpx
3030
# requests
31-
charset-normalizer==3.4.3
31+
charset-normalizer==3.4.4
3232
# via requests
33-
click==8.3.0
33+
click==8.3.1
3434
# via
3535
# marimo
3636
# uvicorn
@@ -48,18 +48,18 @@ distro==1.9.0
4848
# via openai
4949
docopt==0.6.2
5050
# via coveralls
51-
docutils==0.21.2
51+
docutils==0.22.3
5252
# via
5353
# marimo
5454
# sphinx
5555
# sphinx-rtd-theme
56-
duckdb==1.4.0
56+
duckdb==1.4.2
5757
# via marimo
5858
executing==2.2.1
5959
# via stack-data
6060
fastjsonschema==2.21.2
6161
# via nbformat
62-
fonttools==4.60.0
62+
fonttools==4.61.0
6363
# via matplotlib
6464
h11==0.16.0
6565
# via
@@ -69,16 +69,16 @@ httpcore==1.0.9
6969
# via httpx
7070
httpx==0.28.1
7171
# via openai
72-
idna==3.10
72+
idna==3.11
7373
# via
7474
# anyio
7575
# httpx
7676
# requests
7777
imagesize==1.4.1
7878
# via sphinx
79-
iniconfig==2.1.0
79+
iniconfig==2.3.0
8080
# via pytest
81-
ipython==9.1.0
81+
ipython==9.8.0
8282
# via py-cptcore (pyproject.toml)
8383
ipython-pygments-lexers==1.1.1
8484
# via ipython
@@ -92,48 +92,48 @@ jinja2==3.1.6
9292
# via
9393
# altair
9494
# sphinx
95-
jiter==0.11.0
95+
jiter==0.12.0
9696
# via openai
9797
jsonschema==4.25.1
9898
# via
9999
# altair
100100
# nbformat
101101
jsonschema-specifications==2025.9.1
102102
# via jsonschema
103-
jupyter-core==5.8.1
103+
jupyter-core==5.9.1
104104
# via nbformat
105105
kiwisolver==1.4.9
106106
# via matplotlib
107-
loro==1.8.1
107+
loro==1.10.0
108108
# via marimo
109-
marimo==0.14.17
109+
marimo==0.18.3
110110
# via py-cptcore (pyproject.toml)
111-
markdown==3.9
111+
markdown==3.10
112112
# via
113113
# marimo
114114
# pymdown-extensions
115-
markupsafe==3.0.2
115+
markupsafe==3.0.3
116116
# via jinja2
117-
matplotlib==3.10.6
117+
matplotlib==3.10.7
118118
# via py-cptcore (pyproject.toml)
119-
matplotlib-inline==0.1.7
119+
matplotlib-inline==0.2.1
120120
# via ipython
121-
micropip==0.10.1
121+
micropip==0.11.0
122122
# via py-cptcore (pyproject.toml)
123-
narwhals==2.5.0
123+
narwhals==2.13.0
124124
# via
125125
# altair
126126
# marimo
127127
nbformat==5.10.4
128128
# via marimo
129-
numpy==2.3.3
129+
numpy==2.3.5
130130
# via
131131
# contourpy
132132
# matplotlib
133133
# pandas
134134
openai==1.109.1
135135
# via marimo
136-
orjson==3.11.3
136+
orjson==3.11.5
137137
# via cems-nuclei
138138
packaging==25.0
139139
# via
@@ -142,33 +142,33 @@ packaging==25.0
142142
# matplotlib
143143
# pytest
144144
# sphinx
145-
pandas==2.3.2
145+
pandas==2.3.3
146146
# via py-cptcore (pyproject.toml)
147147
parso==0.8.5
148148
# via jedi
149149
pexpect==4.9.0
150150
# via ipython
151151
pillow==11.3.0
152152
# via matplotlib
153-
platformdirs==4.4.0
153+
platformdirs==4.5.1
154154
# via jupyter-core
155155
pluggy==1.6.0
156156
# via pytest
157-
polars==1.33.1
157+
polars==1.36.0
158158
# via marimo
159159
prompt-toolkit==3.0.52
160160
# via ipython
161-
psutil==7.1.0
161+
psutil==7.1.3
162162
# via marimo
163163
ptyprocess==0.7.0
164164
# via pexpect
165165
pure-eval==0.2.3
166166
# via stack-data
167167
pyarrow==21.0.0
168168
# via polars
169-
pydantic==2.11.9
169+
pydantic==2.12.5
170170
# via openai
171-
pydantic-core==2.33.2
171+
pydantic-core==2.41.5
172172
# via pydantic
173173
pygments==2.19.2
174174
# via
@@ -179,7 +179,7 @@ pygments==2.19.2
179179
# sphinx
180180
pyjwt==2.10.1
181181
# via cems-nuclei
182-
pymdown-extensions==10.16.1
182+
pymdown-extensions==10.18
183183
# via marimo
184184
pyparsing==3.2.5
185185
# via matplotlib
@@ -191,11 +191,11 @@ python-dateutil==2.9.0.post0
191191
# pandas
192192
pytz==2025.2
193193
# via pandas
194-
pyyaml==6.0.2
194+
pyyaml==6.0.3
195195
# via
196196
# marimo
197197
# pymdown-extensions
198-
referencing==0.36.2
198+
referencing==0.37.0
199199
# via
200200
# jsonschema
201201
# jsonschema-specifications
@@ -207,11 +207,11 @@ requests==2.32.5
207207
# sphinx
208208
roman-numerals-py==3.1.0
209209
# via sphinx
210-
rpds-py==0.27.1
210+
rpds-py==0.30.0
211211
# via
212212
# jsonschema
213213
# referencing
214-
ruff==0.13.1
214+
ruff==0.14.8
215215
# via marimo
216216
six==1.17.0
217217
# via python-dateutil
@@ -228,7 +228,7 @@ sphinx==8.2.3
228228
# sphinx-autodoc-typehints
229229
# sphinx-rtd-theme
230230
# sphinxcontrib-jquery
231-
sphinx-autodoc-typehints==3.1.0
231+
sphinx-autodoc-typehints==3.5.2
232232
# via py-cptcore (pyproject.toml)
233233
sphinx-rtd-theme==3.0.2
234234
# via py-cptcore (pyproject.toml)
@@ -246,11 +246,11 @@ sphinxcontrib-qthelp==2.0.0
246246
# via sphinx
247247
sphinxcontrib-serializinghtml==2.0.0
248248
# via sphinx
249-
sqlglot==27.17.0
249+
sqlglot==27.29.0
250250
# via marimo
251251
stack-data==0.6.3
252252
# via ipython
253-
starlette==0.48.0
253+
starlette==0.50.0
254254
# via marimo
255255
tomlkit==0.13.3
256256
# via marimo
@@ -269,13 +269,13 @@ typing-extensions==4.15.0
269269
# pydantic
270270
# pydantic-core
271271
# typing-inspection
272-
typing-inspection==0.4.1
272+
typing-inspection==0.4.2
273273
# via pydantic
274274
tzdata==2025.2
275275
# via pandas
276-
urllib3==2.5.0
276+
urllib3==2.6.1
277277
# via requests
278-
uvicorn==0.37.0
278+
uvicorn==0.38.0
279279
# via marimo
280280
wcwidth==0.2.14
281281
# via prompt-toolkit

0 commit comments

Comments
 (0)