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

Update urllib3 dependency #70

Merged
merged 1 commit into from
Nov 7, 2023
Merged
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: 2 additions & 0 deletions tests/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ vcrpy>=5.0.0
respx>=0.19.2
httpx>=0.23.0
requests>=2.31.0
urllib3>=1.26.18
pyyaml>=6.0.1
29 changes: 21 additions & 8 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --config=pyproject.toml tests/requirements.in
# pip-compile tests/requirements.in
#
anyio==3.6.1
# via httpcore
beautifulsoup4==4.10.0
# via -r tests/requirements.in
certifi==2023.07.22
certifi==2023.7.22
# via
# httpcore
# httpx
Expand All @@ -21,6 +21,8 @@ coverage[toml]==7.3.2
# pytest-cov
ddt==1.4.4
# via -r tests/requirements.in
exceptiongroup==1.1.3
# via pytest
h11==0.12.0
# via httpcore
httpcore==0.15.0
Expand Down Expand Up @@ -59,23 +61,34 @@ pytest-cov==3.0.0
# via -r tests/requirements.in
pytest-mock==3.6.1
# via -r tests/requirements.in
pyyaml==6.0
# via vcrpy
pyyaml==6.0.1
# via
# -r tests/requirements.in
# vcrpy
requests==2.31.0
# via -r tests/requirements.in
respx==0.19.2
# via -r tests/requirements.in
rfc3986[idna2008]==1.5.0
# via httpx
# via
# httpx
# rfc3986
sniffio==1.2.0
# via
# anyio
# httpcore
# httpx
soupsieve==2.3.1
# via beautifulsoup4
urllib3==1.26.15
# via requests
tomli==1.2.2
# via
# coverage
# pytest
urllib3==1.26.18
# via
# -r tests/requirements.in
# requests
# vcrpy
vcrpy==5.1.0
# via -r tests/requirements.in
wrapt==1.15.0
Expand Down
Loading