Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Fix dependency vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch authored and SebastianSchildt committed Nov 13, 2023
1 parent ce1437b commit 876f210
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 3 deletions.
18 changes: 18 additions & 0 deletions kuksa_apps/s3/requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# For creating/distributing a binary, all dependencies should
# be pinned to specific versions in order to provide for a reproducible
# build.
#
# The 'pip-tools' package's 'pip-compile' command can be used for that
# purpose. The following command will take the inputs from this file
# and create a 'requirements.txt' file with pinned versions of all
# dependencies:
#
# pip-compile --upgrade requirements.in
#
# If you depend on pre-releases (of e.g. kuksa-client) use
#
# pip-compile --pre --upgrade requirements.in

kuksa-client
boto3
pyarrow
60 changes: 57 additions & 3 deletions kuksa_apps/s3/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
kuksa-client
boto3~=1.26.24
pyarrow~=10.0.1
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
#
attrs==23.1.0
# via cmd2
boto3==1.28.84
# via -r requirements.in
botocore==1.31.84
# via
# boto3
# s3transfer
cmd2==1.5.0
# via kuksa-client
colorama==0.4.6
# via cmd2
grpcio==1.59.2
# via grpcio-tools
grpcio-tools==1.59.2
# via kuksa-client
jmespath==1.0.1
# via
# boto3
# botocore
jsonpath-ng==1.6.0
# via kuksa-client
kuksa-client==0.4.1
# via -r requirements.in
numpy==1.26.2
# via pyarrow
ply==3.11
# via jsonpath-ng
protobuf==4.25.0
# via grpcio-tools
pyarrow==14.0.1
# via -r requirements.in
pygments==2.16.1
# via kuksa-client
pyperclip==1.8.2
# via cmd2
python-dateutil==2.8.2
# via botocore
s3transfer==0.7.0
# via boto3
six==1.16.0
# via python-dateutil
urllib3==2.0.7
# via botocore
wcwidth==0.2.9
# via cmd2
websockets==12.0
# via kuksa-client

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

0 comments on commit 876f210

Please sign in to comment.