From 6cf7ee4c412652df25318ba09d3e662b9b7bce0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 08:50:37 +0200 Subject: [PATCH 1/2] Bump packaging from 23.2 to 24.1 (#155) Bumps [packaging](https://github.com/pypa/packaging) from 23.2 to 24.1. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/23.2...24.1) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- sphinx/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/requirements.txt b/sphinx/requirements.txt index cc54149..41e15e7 100644 --- a/sphinx/requirements.txt +++ b/sphinx/requirements.txt @@ -11,7 +11,7 @@ importlib-metadata==6.7.0 Jinja2==3.1.3 MarkupSafe==2.1.3 nbsphinx -packaging==23.2 +packaging==24.1 pandoc pydata-sphinx-theme==0.13.3 Pygments==2.17.2 From 3354d7229dd4aa653a0767f57b3b01e62ed9c0b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 09:09:26 +0200 Subject: [PATCH 2/2] Bump importlib-metadata from 6.7.0 to 8.0.0 (#158) Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 6.7.0 to 8.0.0. - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](https://github.com/python/importlib_metadata/compare/v6.7.0...v8.0.0) --- updated-dependencies: - dependency-name: importlib-metadata dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- sphinx/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/requirements.txt b/sphinx/requirements.txt index 41e15e7..c550119 100644 --- a/sphinx/requirements.txt +++ b/sphinx/requirements.txt @@ -7,7 +7,7 @@ charset-normalizer==3.3.2 docutils==0.20.1 idna==3.6 imagesize==1.4.1 -importlib-metadata==6.7.0 +importlib-metadata==8.0.0 Jinja2==3.1.3 MarkupSafe==2.1.3 nbsphinx