Skip to content

Commit

Permalink
Update six version to 1.13 (#719)
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries authored and PCManticore committed Nov 6, 2019
1 parent 8b0fcc2 commit d5937ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion astroid/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
extras_require = {}
install_requires = [
"lazy_object_proxy==1.4.*",
"six==1.12",
"six~=1.12",
"wrapt==1.11.*",
'typed-ast>=1.4.0,<1.5;implementation_name== "cpython" and python_version<"3.8"',
]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ deps =
pytest
python-dateutil
pypy: singledispatch
six==1.12
six~=1.12
wrapt==1.11.*
coverage

Expand Down

0 comments on commit d5937ef

Please sign in to comment.