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 Oct 26, 2024
1 parent f153500 commit 3827088
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions Pipfile.lock

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

6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ azure-core==1.31.0; python_version >= '3.8'
azure-keyvault-keys==4.10.0; python_version >= '3.8'
beaupy==3.9.2; python_full_version >= '3.7.8' and python_full_version < '4.0.0'
betterproto==2.0.0b6; python_version >= '3.7' and python_version < '4.0'
boto3==1.35.48; python_version >= '3.8'
botocore==1.35.48; python_version >= '3.8'
boto3==1.35.49; python_version >= '3.8'
botocore==1.35.49; python_version >= '3.8'
cffi==1.17.1; python_version >= '3.8'
cryptography==43.0.3; python_version >= '3.7'
dnspython==2.7.0; python_version >= '3.9'
Expand Down Expand Up @@ -122,7 +122,7 @@ ruamel.yaml==0.18.6
ruamel.yaml.clib==0.2.12; platform_python_implementation == 'CPython' and python_version < '3.13'
s3transfer==0.10.3; python_version >= '3.8'
securesystemslib==1.1.0; python_version ~= '3.8'
sigstore==3.5.0; python_version >= '3.9'
sigstore==3.5.1; python_version >= '3.9'
sigstore-protobuf-specs==0.3.2; python_version >= '3.8'
sigstore-rekor-types==0.0.13; python_version >= '3.8'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
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 @@ azure-core==1.31.0; python_version >= '3.8'
azure-keyvault-keys==4.10.0; python_version >= '3.8'
beaupy==3.9.2; python_full_version >= '3.7.8' and python_full_version < '4.0.0'
betterproto==2.0.0b6; python_version >= '3.7' and python_version < '4.0'
boto3==1.35.48; python_version >= '3.8'
botocore==1.35.48; python_version >= '3.8'
boto3==1.35.49; python_version >= '3.8'
botocore==1.35.49; python_version >= '3.8'
cachetools==5.5.0; python_version >= '3.7'
certifi==2024.8.30; python_version >= '3.6'
cffi==1.17.1; python_version >= '3.8'
Expand Down Expand Up @@ -63,7 +63,7 @@ ruamel.yaml==0.18.6
ruamel.yaml.clib==0.2.12; platform_python_implementation == 'CPython' and python_version < '3.13'
s3transfer==0.10.3; python_version >= '3.8'
securesystemslib==1.1.0; python_version ~= '3.8'
sigstore==3.5.0; python_version >= '3.9'
sigstore==3.5.1; python_version >= '3.9'
sigstore-protobuf-specs==0.3.2; python_version >= '3.8'
sigstore-rekor-types==0.0.13; python_version >= '3.8'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
Expand Down

0 comments on commit 3827088

Please sign in to comment.