Skip to content

Commit

Permalink
chore(deps): update all dependencies (#304)
Browse files Browse the repository at this point in the history
* chore(deps): update all dependencies

* update location for samples

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
2 people authored and Eric Schmidt committed Mar 13, 2023
1 parent ab0910f commit 4be612a
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion privateca/snippets/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from delete_certificate_template import delete_certificate_template

PROJECT = google.auth.default()[1]
LOCATION = "europe-west1"
LOCATION = "us-central1"
COMMON_NAME = "COMMON_NAME"
ORGANIZATION = "ORGANIZATION"
CA_DURATION = 1000000
Expand Down
6 changes: 3 additions & 3 deletions privateca/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-cloud-private-ca==1.4.1
google-cloud-kms==2.12.1
google-cloud-monitoring==2.11.1
google-cloud-private-ca==1.4.2
google-cloud-kms==2.12.2
google-cloud-monitoring==2.11.2
2 changes: 1 addition & 1 deletion privateca/snippets/test_ca_pools.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from update_ca_pool_issuance_policy import update_ca_pool_issuance_policy

PROJECT = google.auth.default()[1]
LOCATION = "europe-west1"
LOCATION = "us-central1"


def generate_name() -> str:
Expand Down
2 changes: 1 addition & 1 deletion privateca/snippets/test_certificate_authorities.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from update_certificate_authority import update_ca_label

PROJECT = google.auth.default()[1]
LOCATION = "europe-west1"
LOCATION = "us-central1"
COMMON_NAME = "COMMON_NAME"
ORGANIZATION = "ORGANIZATION"
CA_DURATION = 1000000
Expand Down
2 changes: 1 addition & 1 deletion privateca/snippets/test_certificates.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from revoke_certificate import revoke_certificate

PROJECT = google.auth.default()[1]
LOCATION = "europe-west1"
LOCATION = "us-central1"
COMMON_NAME = "COMMON_NAME"
ORGANIZATION = "ORGANIZATION"
CERTIFICATE_LIFETIME = 1000000
Expand Down
2 changes: 1 addition & 1 deletion privateca/snippets/test_crud_certificate_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from update_certificate_template import update_certificate_template

PROJECT = google.auth.default()[1]
LOCATION = "europe-west1"
LOCATION = "us-central1"
COMMON_NAME = "COMMON_NAME"
ORGANIZATION = "ORGANIZATION"
CA_DURATION = 1000000
Expand Down
2 changes: 1 addition & 1 deletion privateca/snippets/test_subordinate_ca.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from revoke_certificate import revoke_certificate

PROJECT = google.auth.default()[1]
LOCATION = "europe-west1"
LOCATION = "us-central1"
COMMON_NAME = "COMMON_NAME"
ORGANIZATION = "ORGANIZATION"
CA_DURATION = CERTIFICATE_LIFETIME = 1000000
Expand Down

0 comments on commit 4be612a

Please sign in to comment.