From aa5b258fe2d5685643a2cd47045df2104b1ec374 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 04:42:36 +0000 Subject: [PATCH 1/6] Bump idna from 3.6 to 3.7 in /docs Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. - [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.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 80a7bd4..e3008b6 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -6,7 +6,7 @@ certifi==2024.2.2 charset-normalizer==3.3.2 colorama==0.4.6 docutils==0.20.1 -idna==3.6 +idna==3.7 imagesize==1.4.1 jinja2==3.1.3 markupsafe==2.1.5 From 85424abed071ec3b6d032e1e82fdf439e7696b33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 21:07:30 +0000 Subject: [PATCH 2/6] Bump jinja2 from 3.1.3 to 3.1.4 in /docs Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 80a7bd4..e18fe59 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -8,7 +8,7 @@ colorama==0.4.6 docutils==0.20.1 idna==3.6 imagesize==1.4.1 -jinja2==3.1.3 +jinja2==3.1.4 markupsafe==2.1.5 packaging==23.2 pygments==2.17.2 From 145d28a422e02f71597ea3b82c170329013b7b1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 07:36:59 +0000 Subject: [PATCH 3/6] --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index b70639f..2180242 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -13,7 +13,7 @@ markupsafe==2.1.5 packaging==23.2 pygments==2.17.2 readthedocs-sphinx-search==0.3.2 -requests==2.31.0 +requests==2.32.0 snowballstemmer==2.2.0 sphinx==7.2.6 sphinx-rtd-theme==2.0.0 From 17616a5d1bc8a20313b7bf8e2b0e6927148efd05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:47:48 +0000 Subject: [PATCH 4/6] Bump urllib3 from 2.2.0 to 2.2.2 in /docs Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.0 to 2.2.2. - [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.0...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 2180242..b076e19 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -24,4 +24,4 @@ sphinxcontrib-jquery==4.1 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.7 sphinxcontrib-serializinghtml==1.1.10 -urllib3==2.2.0 +urllib3==2.2.2 From 24b9fc894f8caeba64a6cc60b8748c6fe28df2bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 01:30:41 +0000 Subject: [PATCH 5/6] Bump certifi from 2024.2.2 to 2024.7.4 in /docs Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 2180242..f7edcd4 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,7 +2,7 @@ alabaster==0.7.16 babel==2.14.0 -certifi==2024.2.2 +certifi==2024.7.4 charset-normalizer==3.3.2 colorama==0.4.6 docutils==0.20.1 From 95441299f2f48ed6f09bf25b6371a62de5230c69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 03:34:16 +0000 Subject: [PATCH 6/6] Bump jinja2 from 3.1.4 to 3.1.6 in /docs Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.6. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index ea3e6e7..69c12cd 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -8,7 +8,7 @@ colorama==0.4.6 docutils==0.20.1 idna==3.7 imagesize==1.4.1 -jinja2==3.1.4 +jinja2==3.1.6 markupsafe==2.1.5 packaging==23.2 pygments==2.17.2