diff --git a/.circleci/config.yml b/.circleci/config.yml index 79d359dce..eff3e82c5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,12 +27,12 @@ executors: python314: docker: - - image: python:3.14.4 + - image: python:3.14.5 resource_class: small python-integration: docker: - - image: python:3.14.4 + - image: python:3.14.5 environment: GOOGLE_APPLICATION_CREDENTIALS: /key.json resource_class: small