diff --git a/.circleci/config.yml b/.circleci/config.yml index 938ff78df..da39ab82f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,12 +22,12 @@ executors: python311: docker: - - image: python:3.11.5 + - image: python:3.11.6 resource_class: small python-integration: docker: - - image: python:3.11.5 + - image: python:3.11.6 environment: GOOGLE_APPLICATION_CREDENTIALS: /key.json resource_class: small