From f37207bb72849f9083eea65279f80c4a3a99c992 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 10:59:41 +0000 Subject: [PATCH] build(deps): bump the production-dependencies group across 1 directory with 5 updates Bumps the production-dependencies group with 5 updates in the /docs directory: | Package | From | To | | --- | --- | --- | | [markupsafe](https://github.com/pallets/markupsafe) | `2.1.5` | `3.0.1` | | [idna](https://github.com/kjd/idna) | `3.8` | `3.10` | | [pytz](https://github.com/stub42/pytz) | `2024.1` | `2024.2` | | [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) | `2.0.0` | `3.0.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.2` | `2.2.3` | Updates `markupsafe` from 2.1.5 to 3.0.1 - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/markupsafe/compare/2.1.5...3.0.1) Updates `idna` from 3.8 to 3.10 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.8...v3.10) Updates `pytz` from 2024.1 to 2024.2 - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2024.1...release_2024.2) Updates `sphinx-rtd-theme` from 2.0.0 to 3.0.0 - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/2.0.0...3.0.0) Updates `urllib3` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.2.2...2.2.3) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index b167cf18f6..4756b20d16 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,22 +1,22 @@ Babel==2.16.0 Jinja2==3.1.4 -MarkupSafe==2.1.5 +MarkupSafe==3.0.1 Pygments==2.18.0 Sphinx==7.4.7 certifi==2024.8.30 chardet==5.2.0 commonmark==0.9.1 docutils==0.20.1 -idna==3.8 +idna==3.10 imagesize==1.4.1 myst-parser==4.0.0 packaging==24.1 pyparsing==3.1.4 -pytz==2024.1 +pytz==2024.2 requests==2.32.3 snowballstemmer==2.2.0 sphinx-favicon==1.0.1 -sphinx-rtd-theme==2.0.0 +sphinx-rtd-theme==3.0.0 sphinxcontrib-applehelp==2.0.0 sphinxcontrib-devhelp==2.0.0 sphinxcontrib-htmlhelp==2.1.0 @@ -24,4 +24,4 @@ sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==2.0.0 sphinxcontrib-serializinghtml==2.0.0 sphinxext-rediraffe==0.2.7 -urllib3==2.2.2 +urllib3==2.2.3