From dfe09b9077faf5e85d7448ffcffbf772d90c92cc Mon Sep 17 00:00:00 2001 From: gitworkflows <118260833+gitworkflows@users.noreply.github.com> Date: Fri, 21 Jul 2023 22:17:47 +0600 Subject: [PATCH 1/7] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6de92dfb55c..ce7a124cced 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -certifi==2020.12.5 +certifi==2022.12.7 chardet==3.0.4 idna==2.10 requests==2.25.0 From 1a165c73bcc546eb3df9447bf817646d62c79a86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 16:21:42 +0000 Subject: [PATCH 2/7] Bump requests from 2.25.0 to 2.31.0 Bumps [requests](https://github.com/psf/requests) from 2.25.0 to 2.31.0. - [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.25.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ce7a124cced..f59a761cc32 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ certifi==2022.12.7 chardet==3.0.4 idna==2.10 -requests==2.25.0 +requests==2.31.0 tqdm==4.54.1 urllib3==1.26.2 From ecc68fb2e7822d306e27dc8cd0403cd900278d2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 21:52:57 +0000 Subject: [PATCH 3/7] Bump certifi from 2022.12.7 to 2023.7.22 Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. - [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ce7a124cced..18c50628061 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -certifi==2022.12.7 +certifi==2023.7.22 chardet==3.0.4 idna==2.10 requests==2.25.0 From fdf11f179434efe0011187e4c449c3272e4ac2c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 01:33:38 +0000 Subject: [PATCH 4/7] Bump urllib3 from 1.26.2 to 1.26.18 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.2 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.2...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ce7a124cced..57062983223 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ chardet==3.0.4 idna==2.10 requests==2.25.0 tqdm==4.54.1 -urllib3==1.26.2 +urllib3==1.26.18 From 7d4a3c6d6a1f7b8b95bc84ecc588fadca17b2186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 07:52:27 +0600 Subject: [PATCH 5/7] Bump tqdm from 4.54.1 to 4.66.3 (#7) Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.54.1 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.54.1...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b44242625eb..442de91ce1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ certifi==2023.7.22 chardet==3.0.4 idna==2.10 requests==2.31.0 -tqdm==4.54.1 +tqdm==4.66.3 urllib3==1.26.18 From 533f10408bcf87cd42813793688ac74c98a7b80e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 07:52:47 +0600 Subject: [PATCH 6/7] Bump idna from 2.10 to 3.7 (#6) Bumps [idna](https://github.com/kjd/idna) from 2.10 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/v2.10...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 442de91ce1e..edb98b3f9e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ certifi==2023.7.22 chardet==3.0.4 -idna==2.10 +idna==3.7 requests==2.31.0 tqdm==4.66.3 urllib3==1.26.18 From d8eb6620cf38aab389f3c09b61b3eda7a016b647 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 05:11:16 +0600 Subject: [PATCH 7/7] --- (#8) updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index edb98b3f9e1..053056b1649 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ certifi==2023.7.22 chardet==3.0.4 idna==3.7 -requests==2.31.0 +requests==2.32.0 tqdm==4.66.3 urllib3==1.26.18