diff --git a/.circleci/config.yml b/.circleci/config.yml index c0d409889..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 @@ -116,7 +116,7 @@ jobs: pages: docker: - - image: node:25.7.0 + - image: node:25.8.0 steps: - checkout - attach_workspace: