Skip to content

Commit 8007798

Browse files
Update six requirement from >=1.9.0 to >=1.17.0
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](benjaminp/six@1.10.0...1.17.0) --- updated-dependencies: - dependency-name: six dependency-version: 1.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3abc8c1 commit 8007798

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
future; python_version<="2.7"
2-
six >= 1.10
2+
six >= 1.17.0
33
python_dateutil >= 2.5.3
44
setuptools >= 21.0.0
55
urllib3 >= 1.25.3

requirements-asyncio.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
certifi>=14.05.14 # MPL
2-
six>=1.9.0 # MIT
2+
six>=1.17.0 # MIT
33
python-dateutil>=2.5.3 # BSD
44
pyyaml>=6.0.3 # MIT
55
urllib3>=1.24.2,!=2.6.0 # MIT

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
certifi>=14.05.14 # MPL
2-
six>=1.9.0 # MIT
2+
six>=1.17.0 # MIT
33
python-dateutil>=2.5.3 # BSD
44
setuptools>=21.0.0 # PSF/ZPL
55
pyyaml>=6.0.3 # MIT

0 commit comments

Comments
 (0)