Skip to content

Commit

Permalink
Update metadata for six >= 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Oct 3, 2020
1 parent b741759 commit 4ce20f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/295.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
treq's package metadata has been updated to require ``six >= 1.13``, noting a dependency introduced in treq 20.9.0.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"incremental",
"requests >= 2.1.0",
"hyperlink >= 19.0.0",
"six",
"six >= 1.13.0",
"Twisted[tls] >= 16.4.0 ; python_version < '3.7'",
"Twisted[tls] >= 18.7.0 ; python_version >= '3.7'",
"attrs",
Expand Down

0 comments on commit 4ce20f2

Please sign in to comment.