-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[R] Upgrade direct Python dependencies (#6511)
- Loading branch information
1 parent
f6e3df5
commit 686c426
Showing
34 changed files
with
77 additions
and
86 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+377 KB
...elasticsearch-7.17.9-py2.py3-none-any.whl → ...lasticsearch-7.17.12-py2.py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-2.74 MB
bin/wheels/runtime/fastavro-1.8.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Binary file not shown.
Binary file added
BIN
+3.18 MB
bin/wheels/runtime/fastavro-1.9.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-215 KB
bin/wheels/runtime/google_cloud_bigquery-3.12.0-py2.py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-545 KB
bin/wheels/runtime/msgpack-1.0.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Binary file not shown.
Binary file added
BIN
+394 KB
bin/wheels/runtime/msgpack-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Binary file not shown.
Binary file renamed
BIN
+48.9 KB
...untime/proto_plus-1.24.0-py3-none-any.whl → ...untime/proto_plus-1.25.0-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+141 KB
...time/urllib3-1.26.19-py2.py3-none-any.whl → ...time/urllib3-1.26.20-py2.py3-none-any.whl
Binary file not shown.
Binary file renamed
BIN
+222 KB
...s/runtime/werkzeug-3.0.3-py3-none-any.whl → ...s/runtime/werkzeug-3.0.4-py3-none-any.whl
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
atomicwrites==1.4.1 | ||
awscli==1.29.63 | ||
boto3-stubs[s3,sqs,lambda,dynamodb,iam,ecr,stepfunctions,kms]==1.28.63 # match this with the version of the `boto3` runtime dependency | ||
coverage==6.5.0 | ||
coverage==7.6.4 | ||
docker==7.1.0 | ||
flake8==5.0.4 | ||
gevent==23.9.1 | ||
gevent==24.10.2 | ||
git+https://github.com/DataBiosphere/[email protected]+12#egg=chalice | ||
git+https://github.com/hannes-ucsc/[email protected]+1#egg=requirements-parser | ||
gitpython==3.1.41 | ||
google-api-python-client==2.103.0 | ||
google-cloud-bigquery-reservation==1.11.3 | ||
google-cloud-storage==2.12.0 | ||
jq==1.3.0 | ||
locust==2.12.2 | ||
gitpython==3.1.43 | ||
google-api-python-client==2.149.0 | ||
google-cloud-bigquery-reservation==1.13.5 | ||
google-cloud-storage==2.18.2 | ||
jq==1.8.0 | ||
locust==2.32.0 | ||
moto[s3,sqs,sns,dynamodb,iam]==4.1.13 # match the extras with the backends listed in AzulUnitTestCase._reset_moto | ||
openapi-spec-validator==0.5.1 | ||
openpyxl==3.0.6 | ||
openpyxl==3.1.5 | ||
posix_ipc==1.1.1 | ||
pygithub==1.56 | ||
python-dxf==11.4.0 | ||
python-gitlab==3.13.0 | ||
pyyaml==6.0.1 | ||
responses==0.22.0 | ||
pygithub==2.4 | ||
python-dxf==12.1.0 | ||
python-gitlab==4.13.0 | ||
pyyaml==6.0.2 | ||
responses==0.25.3 | ||
strict-rfc3339==0.7 | ||
watchdog==2.1.9 | ||
watchdog==5.0.3 | ||
-r requirements.dev.trans.txt | ||
-r requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
pip==23.3.2 | ||
pip==24.0 | ||
setuptools==70.3.0 | ||
wheel==0.38.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,24 @@ | ||
attrs==23.1.0 | ||
attrs==24.2.0 | ||
aws-requests-auth==0.4.3 | ||
bdbag==1.6.3 | ||
bdbag==1.7.3 | ||
boto3==1.28.63 # match this with the version of the `boto3-stubs` dev dependency | ||
botocore==1.31.63 | ||
chevron==0.14.0 | ||
deprecated==1.2.13 | ||
elasticsearch==7.17.9 | ||
elasticsearch-dsl==7.4.0 | ||
fastavro==1.8.2 | ||
deprecated==1.2.14 | ||
elasticsearch==7.17.12 | ||
elasticsearch-dsl==7.4.1 | ||
fastavro==1.9.7 | ||
furl==2.1.3 | ||
google-api-core==2.12.0 | ||
google-auth[pyopenssl]==2.23.3 | ||
google-cloud-bigquery==3.12.0 | ||
http-message-signatures==0.4.4 | ||
google-api-core==2.21.0 | ||
google-auth[pyopenssl]==2.34.0 | ||
# Updating the following package beyond 3.13.x > breaks test & production code | ||
google-cloud-bigquery==3.13.0 | ||
http-message-signatures==0.5.0 | ||
jmespath==1.0.1 | ||
more-itertools==9.0.0 | ||
msgpack==1.0.7 | ||
more-itertools==10.5.0 | ||
msgpack==1.1.0 | ||
requests==2.32.2 | ||
rsa==4.7.2 # resolve ambiguity with build-time dependency | ||
urllib3==1.26.19 | ||
werkzeug==3.0.3 | ||
urllib3==1.26.20 | ||
werkzeug==3.0.4 | ||
-r requirements.trans.txt |