Skip to content

Commit ed1a6b2

Browse files
authored
Merge branch 'main' into dependabot/pip/rdkit-2025.9.3
2 parents d4a6887 + 6cfb8bd commit ed1a6b2

File tree

5 files changed

+37
-28
lines changed

5 files changed

+37
-28
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
11
version: 2
2+
23
updates:
34
- package-ecosystem: "pip"
45
directory: "/"
56
schedule:
67
interval: "weekly"
8+
79
commit-message:
810
prefix: "deps"
9-
open-pull-requests-limit: 10
11+
12+
open-pull-requests-limit: 5
13+
1014
allow:
1115
- dependency-type: "all"
1216

17+
# --------------------------------------------------
18+
# Explicit ignores to avoid unsatisfiable resolutions
19+
# --------------------------------------------------
20+
ignore:
21+
- dependency-name: "tinycss2"
22+
1323
groups:
1424
# ===============================
1525
# ABI / compiled scientific stack
@@ -143,7 +153,6 @@ updates:
143153
- "pygments"
144154
- "mistune"
145155
- "pandocfilters"
146-
- "tinycss2"
147156
- "cssselect2"
148157

149158
# ===============================

docs/requirements.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ accessible-pygments==0.0.5
88
# via pydata-sphinx-theme
99
alabaster==1.0.0
1010
# via sphinx
11-
asttokens==3.0.0
11+
asttokens==3.0.1
1212
# via stack-data
1313
attrs==25.4.0
1414
# via
@@ -22,17 +22,17 @@ beautifulsoup4==4.14.3
2222
# via
2323
# nbconvert
2424
# pydata-sphinx-theme
25-
bleach[css]==6.2.0
25+
bleach[css]==6.3.0
2626
# via nbconvert
2727
bokeh==3.6.2
2828
# via pyopenms_viz (pyproject.toml)
2929
cairocffi==1.7.1
3030
# via cairosvg
31-
cairosvg==2.7.1
31+
cairosvg==2.8.2
3232
# via pyopenms_viz (pyproject.toml)
3333
certifi==2026.1.4
3434
# via requests
35-
cffi==1.17.1
35+
cffi==2.0.0
3636
# via cairocffi
3737
charset-normalizer==3.4.4
3838
# via requests
@@ -61,7 +61,7 @@ docutils==0.21.2
6161
# nbsphinx
6262
# pydata-sphinx-theme
6363
# sphinx
64-
executing==2.1.0
64+
executing==2.2.1
6565
# via stack-data
6666
fastjsonschema==2.21.2
6767
# via nbformat
@@ -71,7 +71,7 @@ idna==3.11
7171
# via requests
7272
imagesize==1.4.1
7373
# via sphinx
74-
iniconfig==2.0.0
74+
iniconfig==2.3.0
7575
# via pytest
7676
ipykernel==7.1.0
7777
# via pyopenms_viz (pyproject.toml)
@@ -87,7 +87,7 @@ jinja2==3.1.6
8787
# nbconvert
8888
# nbsphinx
8989
# sphinx
90-
jsonschema==4.23.0
90+
jsonschema==4.26.0
9191
# via nbformat
9292
jsonschema-specifications==2025.9.1
9393
# via jsonschema
@@ -116,7 +116,7 @@ matplotlib-inline==0.2.1
116116
# via
117117
# ipykernel
118118
# ipython
119-
mistune==3.1.0
119+
mistune==3.2.0
120120
# via nbconvert
121121
nbclient==0.10.4
122122
# via nbconvert
@@ -158,7 +158,7 @@ parso==0.8.5
158158
# via jedi
159159
pexpect==4.9.0
160160
# via ipython
161-
pillow==11.1.0
161+
pillow==12.1.0
162162
# via
163163
# bokeh
164164
# cairosvg
@@ -169,7 +169,7 @@ platformdirs==4.5.1
169169
# via jupyter-core
170170
plotly==5.24.1
171171
# via pyopenms_viz (pyproject.toml)
172-
pluggy==1.5.0
172+
pluggy==1.6.0
173173
# via pytest
174174
prompt-toolkit==3.0.52
175175
# via ipython
@@ -179,7 +179,7 @@ ptyprocess==0.7.0
179179
# via pexpect
180180
pure-eval==0.2.3
181181
# via stack-data
182-
pycparser==2.23
182+
pycparser==3.0
183183
# via cffi
184184
pydata-sphinx-theme==0.16.1
185185
# via pyopenms_viz (pyproject.toml)
@@ -192,9 +192,9 @@ pygments==2.19.2
192192
# sphinx
193193
pymzml==2.6.0
194194
# via pyopenms_viz (pyproject.toml)
195-
pyparsing==3.3.1
195+
pyparsing==3.3.2
196196
# via matplotlib
197-
pytest==8.3.4
197+
pytest==9.0.2
198198
# via
199199
# pyopenms_viz (pyproject.toml)
200200
# syrupy
@@ -217,7 +217,7 @@ referencing==0.37.0
217217
# via
218218
# jsonschema
219219
# jsonschema-specifications
220-
regex==2024.11.6
220+
regex==2026.1.15
221221
# via pymzml
222222
requests==2.32.5
223223
# via sphinx
@@ -229,7 +229,7 @@ six==1.17.0
229229
# via python-dateutil
230230
snowballstemmer==3.0.1
231231
# via sphinx
232-
soupsieve==2.8.1
232+
soupsieve==2.8.3
233233
# via beautifulsoup4
234234
sphinx==8.1.3
235235
# via
@@ -256,9 +256,9 @@ sphinxcontrib-serializinghtml==2.0.0
256256
# via sphinx
257257
stack-data==0.6.3
258258
# via ipython
259-
syrupy==4.8.0
259+
syrupy==5.0.0
260260
# via pyopenms_viz (pyproject.toml)
261-
tenacity==9.0.0
261+
tenacity==9.1.2
262262
# via plotly
263263
tinycss2==1.4.0
264264
# via

pyopenms_viz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from pathlib import Path
1212
from ._core import plot_chromatogram, plot_spectrum, plot_mobilogram, plot_peakmap
1313

14-
__version__ = "1.0.0"
14+
__version__ = "1.0.1"
1515

1616

1717
def TEST_DATA_PATH():

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pyopenms_viz"
77
authors = [
88
{name = "OpenMS Team", email = "webmaster@openms.de"},
99
]
10-
version = "1.0.0"
10+
version = "1.0.1"
1111
description = "A package for visualizing mass spectrometry data using pandas dataframes"
1212
readme = "README.md"
1313
classifiers = [

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jinja2==3.1.6
8989
# nbconvert
9090
# nbsphinx
9191
# sphinx
92-
jsonschema==4.25.1
92+
jsonschema==4.26.0
9393
# via nbformat
9494
jsonschema-specifications==2025.9.1
9595
# via jsonschema
@@ -118,7 +118,7 @@ matplotlib-inline==0.2.1
118118
# via
119119
# ipykernel
120120
# ipython
121-
mistune==3.1.4
121+
mistune==3.2.0
122122
# via nbconvert
123123
narwhals==2.13.0
124124
# via
@@ -164,7 +164,7 @@ parso==0.8.5
164164
# via jedi
165165
pexpect==4.9.0
166166
# via ipython
167-
pillow==12.0.0
167+
pillow==12.1.0
168168
# via
169169
# bokeh
170170
# cairosvg
@@ -185,7 +185,7 @@ ptyprocess==0.7.0
185185
# via pexpect
186186
pure-eval==0.2.3
187187
# via stack-data
188-
pycparser==2.23
188+
pycparser==3.0
189189
# via cffi
190190
pydata-sphinx-theme==0.16.1
191191
# via pyopenms_viz (pyproject.toml)
@@ -200,7 +200,7 @@ pygments==2.19.2
200200
# sphinx
201201
pymzml==2.6.0
202202
# via pyopenms_viz (pyproject.toml)
203-
pyparsing==3.3.1
203+
pyparsing==3.3.2
204204
# via matplotlib
205205
pytest==9.0.2
206206
# via
@@ -225,7 +225,7 @@ referencing==0.37.0
225225
# via
226226
# jsonschema
227227
# jsonschema-specifications
228-
regex==2025.11.3
228+
regex==2026.1.15
229229
# via pymzml
230230
requests==2.32.5
231231
# via sphinx
@@ -239,7 +239,7 @@ six==1.17.0
239239
# via python-dateutil
240240
snowballstemmer==3.0.1
241241
# via sphinx
242-
soupsieve==2.8.1
242+
soupsieve==2.8.3
243243
# via beautifulsoup4
244244
sphinx==9.0.4
245245
# via

0 commit comments

Comments
 (0)