diff --git a/tests/requirements-310.txt b/tests/requirements-310.txt index bd62a329..13680255 100644 --- a/tests/requirements-310.txt +++ b/tests/requirements-310.txt @@ -8,8 +8,8 @@ fastapi>=0.92.0 flask>=2.3.2 markupsafe>=2.1.0 grpcio>=1.37.1 -google-cloud-pubsub<=2.1.0 -google-cloud-storage>=1.24.0 +google-cloud-pubsub>=2.0.0 +google-cloud-storage<=2.14.0 lxml>=4.9.2 mock>=4.0.3 moto>=4.1.2 diff --git a/tests/requirements-312.txt b/tests/requirements-312.txt index 803f33f6..27d7b1f4 100644 --- a/tests/requirements-312.txt +++ b/tests/requirements-312.txt @@ -8,8 +8,8 @@ fastapi>=0.92.0 flask>=2.3.2 markupsafe>=2.1.0 grpcio>=1.37.1 -google-cloud-pubsub<=2.1.0 -google-cloud-storage>=1.24.0 +google-cloud-pubsub>=2.0.0 +google-cloud-storage<=2.14.0 lxml>=4.9.2 mock>=4.0.3 moto>=4.1.2 diff --git a/tests/requirements.txt b/tests/requirements.txt index 91496975..1c2597a5 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -7,8 +7,8 @@ Django>=4.2.4 fastapi>=0.92.0 flask>=2.3.2 grpcio>=1.37.1 -google-cloud-pubsub<=2.1.0 -google-cloud-storage>=1.24.0 +google-cloud-pubsub>=2.0.0 +google-cloud-storage<=2.14.0 lxml>=4.9.2 mock>=4.0.3 moto>=4.1.2