Skip to content

Commit 17864dd

Browse files
chore(deps): update dependency python to v3.11.13 (#284)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7e3173f commit 17864dd

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/main-workflow.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
context: python-minimal
2323
base_image: base
2424
python_version_1: 3.12.9
25-
python_version_2: 3.11.12
25+
python_version_2: 3.11.13
2626
secrets: inherit
2727
python-datascience:
2828
needs: [python-minimal]
@@ -32,7 +32,7 @@ jobs:
3232
context: python-datascience
3333
base_image: python-minimal
3434
python_version_1: 3.12.9
35-
python_version_2: 3.11.12
35+
python_version_2: 3.11.13
3636
secrets: inherit
3737
python-pytorch:
3838
needs: [python-minimal]
@@ -42,7 +42,7 @@ jobs:
4242
context: python-pytorch
4343
base_image: python-minimal
4444
python_version_1: 3.12.9
45-
python_version_2: 3.11.12
45+
python_version_2: 3.11.13
4646
secrets: inherit
4747
python-tensorflow:
4848
needs: [python-minimal]
@@ -52,7 +52,7 @@ jobs:
5252
context: python-tensorflow
5353
base_image: python-minimal
5454
python_version_1: 3.12.9
55-
python_version_2: 3.11.12
55+
python_version_2: 3.11.13
5656
secrets: inherit
5757
r-minimal:
5858
needs: [base]
@@ -82,7 +82,7 @@ jobs:
8282
context: jupyter
8383
base_image: python-datascience
8484
python_version_1: 3.12.9
85-
python_version_2: 3.11.12
85+
python_version_2: 3.11.13
8686
secrets: inherit
8787
vscode-python:
8888
needs: [python-datascience]
@@ -92,7 +92,7 @@ jobs:
9292
context: vscode
9393
base_image: python-datascience
9494
python_version_1: 3.12.9
95-
python_version_2: 3.11.12
95+
python_version_2: 3.11.13
9696
secrets: inherit
9797
pyspark:
9898
needs: [python-minimal]
@@ -102,7 +102,7 @@ jobs:
102102
context: spark
103103
base_image: python-minimal
104104
python_version_1: 3.12.9
105-
python_version_2: 3.11.12
105+
python_version_2: 3.11.13
106106
spark_version: 3.5.5
107107
build_gpu: false
108108
secrets: inherit
@@ -114,7 +114,7 @@ jobs:
114114
context: jupyter
115115
base_image: pyspark
116116
python_version_1: 3.12.9
117-
python_version_2: 3.11.12
117+
python_version_2: 3.11.13
118118
spark_version: 3.5.5
119119
build_gpu: false
120120
secrets: inherit
@@ -126,7 +126,7 @@ jobs:
126126
context: vscode
127127
base_image: pyspark
128128
python_version_1: 3.12.9
129-
python_version_2: 3.11.12
129+
python_version_2: 3.11.13
130130
spark_version: 3.5.5
131131
build_gpu: false
132132
secrets: inherit
@@ -138,7 +138,7 @@ jobs:
138138
context: jupyter
139139
base_image: python-pytorch
140140
python_version_1: 3.12.9
141-
python_version_2: 3.11.12
141+
python_version_2: 3.11.13
142142
secrets: inherit
143143
vscode-pytorch:
144144
needs: [python-pytorch]
@@ -148,7 +148,7 @@ jobs:
148148
context: vscode
149149
base_image: python-pytorch
150150
python_version_1: 3.12.9
151-
python_version_2: 3.11.12
151+
python_version_2: 3.11.13
152152
secrets: inherit
153153
jupyter-tensorflow:
154154
needs: [python-tensorflow]
@@ -158,7 +158,7 @@ jobs:
158158
context: jupyter
159159
base_image: python-tensorflow
160160
python_version_1: 3.12.9
161-
python_version_2: 3.11.12
161+
python_version_2: 3.11.13
162162
secrets: inherit
163163
vscode-tensorflow:
164164
needs: [python-tensorflow]
@@ -168,7 +168,7 @@ jobs:
168168
context: vscode
169169
base_image: python-tensorflow
170170
python_version_1: 3.12.9
171-
python_version_2: 3.11.12
171+
python_version_2: 3.11.13
172172
secrets: inherit
173173
rstudio:
174174
needs: [r-datascience]

0 commit comments

Comments
 (0)