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 httpx from 0.12.1 to 0.23.0 in /monitoring/daily_reporter #1140

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
68 changes: 47 additions & 21 deletions monitoring/daily_reporter/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,50 @@
#
# pip-compile
#
boto3==1.13.12 # via -r requirements.in
botocore==1.16.12 # via boto3, s3transfer
certifi==2020.4.5.1 # via httpx
chardet==3.0.4 # via httpx
docutils==0.15.2 # via botocore
h11==0.9.0 # via httpx
h2==3.2.0 # via httpx
hpack==3.0.0 # via h2
hstspreload==2020.5.19 # via httpx
httpx==0.12.1 # via -r requirements.in
hyperframe==5.2.0 # via h2
idna==2.9 # via httpx
jinja2==2.11.2 # via -r requirements.in
jmespath==0.10.0 # via boto3, botocore
markupsafe==1.1.1 # via jinja2
python-dateutil==2.8.1 # via botocore
rfc3986==1.4.0 # via httpx
s3transfer==0.3.3 # via boto3
six==1.14.0 # via python-dateutil
sniffio==1.1.0 # via httpx
urllib3==1.25.9 # via botocore, httpx
anyio==3.7.1
# via httpcore
boto3==1.13.12
# via -r requirements.in
botocore==1.16.12
# via
# boto3
# s3transfer
certifi==2020.4.5.1
# via
# httpcore
# httpx
docutils==0.15.2
# via botocore
h11==0.12.0
# via httpcore
httpcore==0.15.0
# via httpx
httpx==0.23.0
# via -r requirements.in
idna==2.9
# via
# anyio
# rfc3986
jinja2==2.11.2
# via -r requirements.in
jmespath==0.10.0
# via
# boto3
# botocore
markupsafe==1.1.1
# via jinja2
python-dateutil==2.8.1
# via botocore
rfc3986[idna2008]==1.4.0
# via httpx
s3transfer==0.3.3
# via boto3
six==1.14.0
# via python-dateutil
sniffio==1.1.0
# via
# anyio
# httpcore
# httpx
urllib3==1.25.9
# via botocore
Loading