Skip to content

Commit c5bf470

Browse files
Bump the all-pip-packages group with 3 updates (#92)
Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [pandas](https://github.com/pandas-dev/pandas) and [jsonschema](https://github.com/python-jsonschema/jsonschema) to permit the latest version. Updates `mkdocs-material` to 9.6.18 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.6.16...9.6.18) Updates `pandas` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.3.1...v2.3.2) Updates `jsonschema` from 4.25.0 to 4.25.1 - [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.25.0...v4.25.1) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.6.18 dependency-type: direct:production dependency-group: all-pip-packages - dependency-name: pandas dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-pip-packages - dependency-name: jsonschema dependency-version: 4.25.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-pip-packages ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ravi Meijer <ravi.meijer@rijksoverheid.nl>
1 parent c6633b6 commit c5bf470

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ mkdocs==1.6.1
33
mkdocs-awesome-pages-plugin==2.10.1
44
mkdocs-git-revision-date-localized-plugin==1.4.7
55
mkdocs-glightbox==0.4.0
6-
mkdocs-material~=9.6.16
6+
mkdocs-material~=9.6.18
77
mkdocs-material-extensions==1.3.1
88
numpy==2.3.2
9-
pandas==2.3.1
9+
pandas==2.3.2
1010
pymdown-extensions==10.16.1
1111
PyYAML==6.0.2
12-
jsonschema==4.25.0
12+
jsonschema==4.25.1

0 commit comments

Comments
 (0)