Skip to content

Commit

Permalink
update script requirements (#2704)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-butcher authored Sep 16, 2024
1 parent bb19f5d commit 40ad359
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
3 changes: 2 additions & 1 deletion scripts/requirements.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
boto3
elasticsearch
httpx
httpx>=0.23.0
maya
yaspin
hyperlink
tqdm
click
requests
29 changes: 14 additions & 15 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
#
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile ./requirements.in
#
anyio==3.2.1
# via httpcore
# via
# httpcore
# httpx
boto3==1.17.103
# via -r ./requirements.in
botocore==1.20.103
Expand All @@ -16,6 +18,9 @@ certifi==2021.5.30
# via
# elasticsearch
# httpx
# requests
charset-normalizer==3.3.2
# via requests
click==8.0.1
# via -r ./requirements.in
dateparser==1.0.0
Expand All @@ -26,7 +31,7 @@ h11==0.12.0
# via httpcore
httpcore==0.13.6
# via httpx
httpx==0.18.2
httpx==0.25.1
# via -r ./requirements.in
humanize==3.9.0
# via maya
Expand All @@ -35,10 +40,9 @@ hyperlink==21.0.0
idna==3.2
# via
# anyio
# httpx
# hyperlink
# rfc3986
importlib-metadata==4.6.0
# via click
# requests
jmespath==0.10.0
# via
# boto3
Expand All @@ -63,8 +67,8 @@ pytzdata==2020.1
# via pendulum
regex==2021.4.4
# via dateparser
rfc3986[idna2008]==1.5.0
# via httpx
requests==2.32.3
# via -r ./requirements.in
s3transfer==0.4.2
# via boto3
six==1.16.0
Expand All @@ -80,10 +84,6 @@ termcolor==1.1.0
# via yaspin
tqdm==4.61.1
# via -r ./requirements.in
typing-extensions==3.10.0.0
# via
# anyio
# importlib-metadata
tzlocal==2.1
# via
# dateparser
Expand All @@ -92,10 +92,9 @@ urllib3==1.26.6
# via
# botocore
# elasticsearch
# requests
yaspin==2.0.0
# via -r ./requirements.in
zipp==3.4.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 40ad359

Please sign in to comment.