Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump idna from 2.10 to 3.0 #379

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ flake8==3.8.3
gitchangelog==3.0.4
gitdb2==4.0.2 # via gitpython
gitpython==3.1.7 # via sphinx-git
idna==2.10 # via requests
idna==3.0 # via requests
imagesize==1.2.0 # via sphinx
isort==5.2.1 # via pylint
jinja2==2.11.2 # via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ datadiff==2.0.0
execnet==1.7.1 # via pytest-cache
httmock==1.3.0
hypothesis==5.23.3
idna==2.10 # via requests
idna==3.0 # via requests
pep8==1.7.1 # via pytest-pep8
py==1.9.0 # via pytest, pytest-catchlog
pytest-cache==1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ colorama==0.4.3
future==0.18.2 # via pefile
geographiclib==1.50 # via polycircles
humanize==2.5.0
idna==2.10 # via requests
idna==3.0 # via requests
metar==1.7.0
mpmath==1.1.0
natsort==7.0.1
Expand Down