From e14ebbe9928982648f90e4e265ba02f79fc1c451 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 16:44:30 +0000 Subject: [PATCH] Update six requirement from ==1.16.* to ==1.17.* Updates the requirements on [six](https://github.com/benjaminp/six) to permit the latest version. - [Changelog](https://github.com/benjaminp/six/blob/main/CHANGES) - [Commits](https://github.com/benjaminp/six/compare/1.16.0...1.17.0) --- updated-dependencies: - dependency-name: six 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 8a23104..7799e22 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,6 @@ pandas==2.2.* python-dateutil==2.9.* pytz==2024.2 requests==2.32.* -six==1.16.* +six==1.17.* soupsieve==2.6 urllib3==2.2.*