Skip to content

Commit 3d1e95f

Browse files
author
Renovate Bot
committed
chore(deps): update python
1 parent 3c66b13 commit 3d1e95f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ orbs:
77
executors:
88
python310:
99
docker:
10-
- image: python:3.10.19
10+
- image: python:3.10.20
1111
resource_class: small
1212

1313
python311:
1414
docker:
15-
- image: python:3.11.14
15+
- image: python:3.11.15
1616
resource_class: small
1717

1818
python312:
1919
docker:
20-
- image: python:3.12.12
20+
- image: python:3.12.13
2121
resource_class: small
2222

2323
python-integration:
2424
docker:
25-
- image: python:3.12.12
25+
- image: python:3.12.13
2626
environment:
2727
GOOGLE_APPLICATION_CREDENTIALS: /key.json
2828
resource_class: small

0 commit comments

Comments
 (0)