Skip to content

Commit

Permalink
build: Update Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rdimitrov authored and github-actions[bot] committed Aug 4, 2024
1 parent 1c483ca commit 643666a
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 47 deletions.
78 changes: 39 additions & 39 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
-i https://pypi.org/simple
alabaster==0.7.16; python_version >= '3.9'
awscli==1.33.34; python_version >= '3.8'
awscli==1.33.35; python_version >= '3.8'
awscli-local==0.22.0
babel==2.15.0; python_version >= '3.8'
bandit==1.7.9; python_version >= '3.8'
black==24.4.2; python_version >= '3.8'
boto3==1.34.152; python_version >= '3.8'
botocore==1.34.152; python_version >= '3.8'
black==24.8.0; python_version >= '3.8'
boto3==1.34.153; python_version >= '3.8'
botocore==1.34.153; python_version >= '3.8'
cachetools==5.4.0; python_version >= '3.7'
certifi==2024.7.4; python_version >= '3.6'
cfgv==3.4.0; python_version >= '3.8'
Expand Down Expand Up @@ -112,7 +112,7 @@ pytz==2024.1
redis==5.0.8; python_version >= '3.7'
rfc8785==0.1.3; python_version >= '3.8'
securesystemslib==1.1.0; python_version ~= '3.8'
setuptools==72.1.0; python_version >= '3.12'
setuptools==72.1.0; python_version >= '3.8'
sigstore==3.1.0; python_version >= '3.8'
sigstore-protobuf-specs==0.3.2; python_version >= '3.8'
sigstore-rekor-types==0.0.13; python_version >= '3.8'
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ annotated-types==0.7.0; python_version >= '3.8'
awswrangler==3.9.0; python_version >= '3.8' and python_version < '4.0'
betterproto==2.0.0b6; python_version >= '3.7' and python_version < '4.0'
billiard==4.2.0; python_version >= '3.7'
boto3==1.34.152; python_version >= '3.8'
botocore==1.34.152; python_version >= '3.8'
boto3==1.34.153; python_version >= '3.8'
botocore==1.34.153; python_version >= '3.8'
celery==5.4.0; python_version >= '3.8'
certifi==2024.7.4; python_version >= '3.6'
cffi==1.16.0; platform_python_implementation != 'PyPy'
Expand Down Expand Up @@ -56,7 +56,7 @@ rfc8785==0.1.3; python_version >= '3.8'
rich==13.7.1; python_full_version >= '3.7.0'
s3transfer==0.10.2; python_version >= '3.8'
securesystemslib==1.1.0; python_version ~= '3.8'
setuptools==72.1.0; python_version >= '3.12'
setuptools==72.1.0; python_version >= '3.8'
sigstore==3.1.0; python_version >= '3.8'
sigstore-protobuf-specs==0.3.2; python_version >= '3.8'
sigstore-rekor-types==0.0.13; python_version >= '3.8'
Expand Down

0 comments on commit 643666a

Please sign in to comment.