Skip to content

Commit

Permalink
Updating s3 dependencies
Browse files Browse the repository at this point in the history
By doing pip-compile --upgrade requirements.in
  • Loading branch information
erikbosch committed Jun 24, 2024
1 parent 66bd75a commit e7cdf6d
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions kuksa_apps/s3/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,51 +4,51 @@
#
# pip-compile requirements.in
#
attrs==23.1.0
attrs==23.2.0
# via cmd2
boto3==1.28.84
boto3==1.34.131
# via -r requirements.in
botocore==1.31.84
botocore==1.34.131
# via
# boto3
# s3transfer
cmd2==1.5.0
# via kuksa-client
colorama==0.4.6
# via cmd2
grpcio==1.59.2
grpcio==1.64.1
# via grpcio-tools
grpcio-tools==1.59.2
grpcio-tools==1.64.1
# via kuksa-client
jmespath==1.0.1
# via
# boto3
# botocore
jsonpath-ng==1.6.0
jsonpath-ng==1.6.1
# via kuksa-client
kuksa-client==0.4.1
kuksa-client==0.4.3
# via -r requirements.in
numpy==1.26.2
numpy==2.0.0
# via pyarrow
ply==3.11
# via jsonpath-ng
protobuf==4.25.0
protobuf==5.27.1
# via grpcio-tools
pyarrow==14.0.1
pyarrow==16.1.0
# via -r requirements.in
pygments==2.16.1
pygments==2.18.0
# via kuksa-client
pyperclip==1.8.2
pyperclip==1.9.0
# via cmd2
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via botocore
s3transfer==0.7.0
s3transfer==0.10.1
# via boto3
six==1.16.0
# via python-dateutil
urllib3==2.0.7
urllib3==2.2.2
# via botocore
wcwidth==0.2.9
wcwidth==0.2.13
# via cmd2
websockets==12.0
# via kuksa-client
Expand Down

0 comments on commit e7cdf6d

Please sign in to comment.