Skip to content

Commit

Permalink
fixup! [R] Update direct Python dependencies (#6833)
Browse files Browse the repository at this point in the history
  • Loading branch information
achave11-ucsc committed Feb 12, 2025
1 parent c6fbc96 commit cc1d367
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Binary file not shown.
Binary file not shown.
10 changes: 5 additions & 5 deletions requirements.all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ blinker==1.9.0
boto3==1.36.14
boto3-stubs-lite==1.36.14
botocore==1.36.14
botocore-stubs==1.36.15
botocore-stubs==1.36.18
brotli==1.1.0
cachetools==5.5.1
certifi==2025.1.31
Expand All @@ -22,7 +22,7 @@ click==8.1.8
colorama==0.4.6
configargparse==1.7
coverage==7.6.10
cryptography==44.0.0
cryptography==44.0.1
deprecated==1.2.18
docker==7.1.0
docutils==0.16
Expand Down Expand Up @@ -77,8 +77,8 @@ mypy==1.15.0
mypy-boto3-apigateway==1.36.0
mypy-boto3-cloudwatch==1.36.0
mypy-boto3-dynamodb==1.36.0
mypy-boto3-ec2==1.36.8
mypy-boto3-ecr==1.36.10
mypy-boto3-ec2==1.36.18
mypy-boto3-ecr==1.36.16
mypy-boto3-es==1.36.0
mypy-boto3-iam==1.36.13
mypy-boto3-kms==1.36.0
Expand Down Expand Up @@ -137,7 +137,7 @@ six==1.17.0
smmap==5.0.2
strict-rfc3339==0.7
tqdm==4.67.1
types-awscrt==0.23.9
types-awscrt==0.23.10
types-chevron==0.14.2
types-s3transfer==0.11.2
types-urllib3==1.26.20
Expand Down
8 changes: 4 additions & 4 deletions requirements.dev.trans.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
blessed==1.20.0
blinker==1.9.0
botocore-stubs==1.36.15
botocore-stubs==1.36.18
brotli==1.1.0
click==8.1.8
colorama==0.4.6
Expand All @@ -27,8 +27,8 @@ mccabe==0.7.0
mypy-boto3-apigateway==1.36.0
mypy-boto3-cloudwatch==1.36.0
mypy-boto3-dynamodb==1.36.0
mypy-boto3-ec2==1.36.8
mypy-boto3-ecr==1.36.10
mypy-boto3-ec2==1.36.18
mypy-boto3-ecr==1.36.16
mypy-boto3-es==1.36.0
mypy-boto3-iam==1.36.13
mypy-boto3-kms==1.36.0
Expand Down Expand Up @@ -60,7 +60,7 @@ rpds-py==0.22.3
runs==1.2.2
smmap==5.0.2
tqdm==4.67.1
types-awscrt==0.23.9
types-awscrt==0.23.10
types-s3transfer==0.11.2
uritemplate==4.1.1
wcwidth==0.2.13
Expand Down
2 changes: 1 addition & 1 deletion requirements.trans.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cachetools==5.5.1
certifi==2025.1.31
cffi==1.17.1
charset-normalizer==3.4.1
cryptography==44.0.0
cryptography==44.0.1
google-cloud-core==2.4.1
google-crc32c==1.6.0
google-resumable-media==2.7.2
Expand Down

0 comments on commit cc1d367

Please sign in to comment.