From 43866a870b0feb3ad8c9b355880214989951b95a Mon Sep 17 00:00:00 2001 From: Scott Nelson Date: Thu, 21 Sep 2023 13:58:41 -0400 Subject: [PATCH] Update shared version --- requirements.in | 2 +- requirements.txt | 42 ++++++++++++++++++++++++++++++++++-------- 2 files changed, 35 insertions(+), 9 deletions(-) diff --git a/requirements.in b/requirements.in index 00ae6f1ed..568cf15fb 100644 --- a/requirements.in +++ b/requirements.in @@ -1,4 +1,4 @@ -https://github.com/codecov/shared/archive/bef9260a4b6218b5ce4b5b9152a71d7e6d63a954#egg=shared +https://github.com/codecov/shared/archive/c8db8d447b259fab3359cfb0d48f169de7c791d2.tar.gz#egg=shared https://github.com/codecov/opentelem-python/archive/refs/tags/v0.0.4a1.tar.gz#egg=codecovopentelem boto3 celery diff --git a/requirements.txt b/requirements.txt index 97393824c..cb275d245 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.10 # by the following command: # -# pip-compile requirements.in +# pip-compile # amqp==5.1.0 # via kombu @@ -85,9 +85,10 @@ faker==8.8.2 # via factory-boy freezegun==1.2.2 # via pytest-freezegun -google-api-core==2.11.1 +google-api-core[grpc]==2.11.1 # via # google-cloud-core + # google-cloud-pubsub # google-cloud-storage google-auth==2.21.0 # via @@ -97,6 +98,8 @@ google-auth==2.21.0 # shared google-cloud-core==2.3.3 # via google-cloud-storage +google-cloud-pubsub==2.18.4 + # via shared google-cloud-storage==2.10.0 # via # -r requirements.in @@ -105,8 +108,24 @@ google-crc32c==1.1.2 # via google-resumable-media google-resumable-media==2.5.0 # via google-cloud-storage -googleapis-common-protos==1.59.1 - # via google-api-core +googleapis-common-protos[grpc]==1.59.1 + # via + # google-api-core + # grpc-google-iam-v1 + # grpcio-status +grpc-google-iam-v1==0.12.6 + # via google-cloud-pubsub +grpcio==1.58.0 + # via + # google-api-core + # google-cloud-pubsub + # googleapis-common-protos + # grpc-google-iam-v1 + # grpcio-status +grpcio-status==1.58.0 + # via + # google-api-core + # google-cloud-pubsub h11==0.12.0 # via httpcore httpcore==0.15.0 @@ -171,10 +190,16 @@ pluggy==0.13.1 # via pytest prompt-toolkit==3.0.28 # via click-repl -protobuf==3.20.3 +proto-plus==1.22.3 + # via google-cloud-pubsub +protobuf==4.24.3 # via # google-api-core + # google-cloud-pubsub # googleapis-common-protos + # grpc-google-iam-v1 + # grpcio-status + # proto-plus # shared psycopg2==2.9.3 # via -r requirements.in @@ -224,6 +249,7 @@ python-json-logger==0.1.11 pytz==2022.1 # via # celery + # shared # timestring pyyaml==6.0.1 # via @@ -251,7 +277,7 @@ s3transfer==0.3.4 # via boto3 sentry-sdk==1.19.1 # via -r requirements.in -shared @ https://github.com/codecov/shared/archive/bef9260a4b6218b5ce4b5b9152a71d7e6d63a954.tar.gz +shared @ https://github.com/codecov/shared/archive/c8db8d447b259fab3359cfb0d48f169de7c791d2.tar.gz # via -r requirements.in six==1.15.0 # via @@ -319,4 +345,4 @@ yarl==1.6.3 # via vcrpy # The following packages are considered to be unsafe in a requirements file: -# setuptools \ No newline at end of file +# setuptools