Skip to content

Commit fd62570

Browse files
deps: bump the other-dependencies group across 1 directory with 6 updates (#156)
Bumps the other-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [asttokens](https://github.com/gristlabs/asttokens) | `3.0.0` | `3.0.1` | | [bleach[css]](https://github.com/mozilla/bleach) | `6.2.0` | `6.3.0` | | [cffi](https://github.com/python-cffi/cffi) | `1.17.1` | `2.0.0` | | [executing](https://github.com/alexmojaki/executing) | `2.1.0` | `2.2.1` | | [pycparser](https://github.com/eliben/pycparser) | `2.23` | `3.0` | | [tenacity](https://github.com/jd/tenacity) | `9.0.0` | `9.1.2` | Updates `asttokens` from 3.0.0 to 3.0.1 - [Commits](gristlabs/asttokens@v3.0.0...v3.0.1) Updates `bleach[css]` from 6.2.0 to 6.3.0 - [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES) - [Commits](mozilla/bleach@v6.2.0...v6.3.0) Updates `cffi` from 1.17.1 to 2.0.0 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](python-cffi/cffi@v1.17.1...v2.0.0) Updates `executing` from 2.1.0 to 2.2.1 - [Release notes](https://github.com/alexmojaki/executing/releases) - [Commits](alexmojaki/executing@v2.1.0...v2.2.1) Updates `pycparser` from 2.23 to 3.0 - [Release notes](https://github.com/eliben/pycparser/releases) - [Commits](eliben/pycparser@release_v2.23...release_v3.00) Updates `tenacity` from 9.0.0 to 9.1.2 - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](jd/tenacity@9.0.0...9.1.2) --- updated-dependencies: - dependency-name: asttokens dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other-dependencies - dependency-name: bleach[css] dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other-dependencies - dependency-name: cffi dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: other-dependencies - dependency-name: executing dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other-dependencies - dependency-name: pycparser dependency-version: '3.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: other-dependencies - dependency-name: tenacity dependency-version: 9.1.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c459041 commit fd62570

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/requirements.txt

Lines changed: 6 additions & 6 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,7 +22,7 @@ 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)
@@ -32,7 +32,7 @@ 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
@@ -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)
@@ -258,7 +258,7 @@ stack-data==0.6.3
258258
# via ipython
259259
syrupy==4.8.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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)

0 commit comments

Comments
 (0)