From 83ee0629894311797643db0d5614cfbfad910495 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 04:37:55 +0000 Subject: [PATCH 1/6] Bump urllib3 from 1.26.5 to 1.26.17 in /docs Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 1.26.17. - [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/1.26.5...1.26.17) --- 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 0179603..8b7a7d8 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -24,4 +24,4 @@ sphinxcontrib-jsmath==1.0.1 sphinxcontrib-phpdomain==0.6.2 sphinxcontrib-qthelp==1.0.2 sphinxcontrib-serializinghtml==1.1.3 -urllib3==1.26.5 +urllib3==1.26.17 From 8dae2189cb510e8a9fc70be660012822980f4c0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 01:14:55 +0000 Subject: [PATCH 2/6] Bump urllib3 from 1.26.17 to 1.26.18 in /docs Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18. - [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/1.26.17...1.26.18) --- 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 8b7a7d8..157b292 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -24,4 +24,4 @@ sphinxcontrib-jsmath==1.0.1 sphinxcontrib-phpdomain==0.6.2 sphinxcontrib-qthelp==1.0.2 sphinxcontrib-serializinghtml==1.1.3 -urllib3==1.26.17 +urllib3==1.26.18 From 06f0ce7afb3709590c29bc066d902511d8880762 Mon Sep 17 00:00:00 2001 From: Hans-Joachim Michl Date: Mon, 11 Dec 2023 12:50:28 +0100 Subject: [PATCH 3/6] Update finder_scopes.php $request API change --- templates/element/index/finder_scopes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/element/index/finder_scopes.php b/templates/element/index/finder_scopes.php index 12cd2ce..3ee0acf 100644 --- a/templates/element/index/finder_scopes.php +++ b/templates/element/index/finder_scopes.php @@ -3,7 +3,7 @@ return; } -$finder = $this->request->query('finder'); +$finder = $this->request->getQuery('finder'); foreach ($indexFinderScopes as $indexFinderScope) { $scopeOptions = ['class' => 'btn btn-secondary btn-sm', 'role' => 'button']; $scopeFinder = $indexFinderScope['finder']; From d937e31335c850f0278eaac9bddd140c575446cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 05:45:51 +0000 Subject: [PATCH 4/6] Bump certifi from 2023.7.22 to 2024.7.4 in /docs Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...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 157b292..b5241ad 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ alabaster==0.7.12 Babel==2.9.1 cakephp-theme==1.1.3 -certifi==2023.7.22 +certifi==2024.7.4 chardet==3.0.4 docutils==0.15.2 idna==2.8 From 17628b124d949797e8a0b1df89a5cc5c9185a197 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 05:45:51 +0000 Subject: [PATCH 5/6] Bump requests from 2.31.0 to 2.32.2 in /docs Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2) --- 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 157b292..90bd880 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -12,7 +12,7 @@ packaging==19.2 Pygments==2.15.0 pyparsing==2.4.5 pytz==2019.3 -requests==2.31.0 +requests==2.32.2 six==1.13.0 snowballstemmer==2.0.0 Sphinx==2.2.1 From 13c4fae12daf2a93b04e6386d9f9d77f38bc497d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 05:45:52 +0000 Subject: [PATCH 6/6] Bump urllib3 from 1.26.18 to 1.26.19 in /docs Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19. - [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/1.26.18...1.26.19) --- 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 157b292..8561506 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -24,4 +24,4 @@ sphinxcontrib-jsmath==1.0.1 sphinxcontrib-phpdomain==0.6.2 sphinxcontrib-qthelp==1.0.2 sphinxcontrib-serializinghtml==1.1.3 -urllib3==1.26.18 +urllib3==1.26.19