Skip to content

Commit

Permalink
Merge pull request #112 from treasure-data/urllb3_version_bump
Browse files Browse the repository at this point in the history
Bump urllib3 version
  • Loading branch information
myui committed Mar 24, 2022
2 parents 533457a + 440d17a commit 5d52d2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion notebooks/pytd.ipynb
Expand Up @@ -3968,4 +3968,4 @@
"outputs": []
}
]
}
}
4 changes: 2 additions & 2 deletions setup.cfg
Expand Up @@ -26,7 +26,7 @@ classifiers =
packages = find:
python_requires = >=3.6,<3.9
install_requires =
urllib3<1.25,>=1.21.1
urllib3~=1.26,>=1.21.1
presto-python-client>=0.6.0
pandas>=0.25.0,<1.2
td-client>=1.1.0
Expand Down Expand Up @@ -63,7 +63,7 @@ exclude =
doc/conf.py

[isort]
known_third_party = IPython,msgpack,nox,numpy,pandas,pkg_resources,prestodb,pytz,tdclient
known_third_party = IPython,msgpack,nox,numpy,pandas,pkg_resources,prestodb,pytz,setuptools,tdclient
line_length=88
multi_line_output=3
include_trailing_comma=True

0 comments on commit 5d52d2b

Please sign in to comment.