diff --git a/.circleci/config.yml b/.circleci/config.yml index 4afccccdb..e096fd76e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,12 +27,12 @@ executors: python312: docker: - - image: python:3.12.1 + - image: python:3.12.2 resource_class: small python-integration: docker: - - image: python:3.12.1 + - image: python:3.12.2 environment: GOOGLE_APPLICATION_CREDENTIALS: /key.json resource_class: small