Skip to content

Commit 06e8814

Browse files
deps: bump the text-and-schema group across 1 directory with 4 updates (#157)
Bumps the text-and-schema group with 4 updates in the / directory: [jsonschema](https://github.com/python-jsonschema/jsonschema), [mistune](https://github.com/lepture/mistune), [regex](https://github.com/mrabarnett/mrab-regex) and [soupsieve](https://github.com/facelessuser/soupsieve). Updates `jsonschema` from 4.23.0 to 4.26.0 - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](python-jsonschema/jsonschema@v4.23.0...v4.26.0) Updates `mistune` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/lepture/mistune/releases) - [Changelog](https://github.com/lepture/mistune/blob/main/docs/changes.rst) - [Commits](lepture/mistune@v3.1.0...v3.2.0) Updates `regex` from 2024.11.6 to 2026.1.15 - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](mrabarnett/mrab-regex@2024.11.6...2026.1.15) Updates `soupsieve` from 2.8.1 to 2.8.3 - [Release notes](https://github.com/facelessuser/soupsieve/releases) - [Commits](facelessuser/soupsieve@2.8.1...2.8.3) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: text-and-schema - dependency-name: mistune dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: text-and-schema - dependency-name: regex dependency-version: 2026.1.15 dependency-type: direct:production update-type: version-update:semver-major dependency-group: text-and-schema - dependency-name: soupsieve dependency-version: 2.8.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: text-and-schema ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent affa815 commit 06e8814

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
@@ -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

requirements.txt

Lines changed: 4 additions & 4 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
@@ -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)