diff --git a/auth/api-client/requirements-test.txt b/auth/api-client/requirements-test.txt index 6ff70adf77d..787986d2f0e 100644 --- a/auth/api-client/requirements-test.txt +++ b/auth/api-client/requirements-test.txt @@ -1,2 +1,2 @@ -pytest==8.2.0 +pytest==9.0.3 backoff==2.2.1 diff --git a/auth/api-client/requirements.txt b/auth/api-client/requirements.txt index 49f9ba5f887..6e3ecc212aa 100644 --- a/auth/api-client/requirements.txt +++ b/auth/api-client/requirements.txt @@ -1,7 +1,7 @@ -google-api-python-client==2.131.0 +google-api-python-client==2.196.0 google-auth-httplib2==0.2.0 google-auth==2.38.0 -google-cloud-api-keys==0.5.13 +google-cloud-api-keys==0.8.0 google-cloud-compute==1.11.0 google-cloud-language==2.15.1 -google-cloud-storage==2.9.0 +google-cloud-storage==3.10.1 diff --git a/auth/custom-credentials/okta/noxfile_config.py b/auth/custom-credentials/okta/noxfile_config.py index 0ed973689f7..43be81de4a1 100644 --- a/auth/custom-credentials/okta/noxfile_config.py +++ b/auth/custom-credentials/okta/noxfile_config.py @@ -13,5 +13,5 @@ # limitations under the License. TEST_CONFIG_OVERRIDE = { - "ignored_versions": ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"], + "ignored_versions": ["2.7", "3.6", "3.7", "3.8", "3.9", "3.14"], } diff --git a/auth/custom-credentials/okta/requirements-test.txt b/auth/custom-credentials/okta/requirements-test.txt index f47609d2651..b539a4a18e5 100644 --- a/auth/custom-credentials/okta/requirements-test.txt +++ b/auth/custom-credentials/okta/requirements-test.txt @@ -1,2 +1,2 @@ -r requirements.txt -pytest==7.1.2 +pytest==9.0.3