diff --git a/.circleci/config.yml b/.circleci/config.yml index 9d67b1314..5ebc036c0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,22 +7,22 @@ orbs: executors: python310: docker: - - image: python:3.10.19 + - image: python:3.10.20 resource_class: small python311: docker: - - image: python:3.11.14 + - image: python:3.11.15 resource_class: small python312: docker: - - image: python:3.12.12 + - image: python:3.12.13 resource_class: small python-integration: docker: - - image: python:3.12.12 + - image: python:3.12.13 environment: GOOGLE_APPLICATION_CREDENTIALS: /key.json resource_class: small