File tree 4 files changed +5
-5
lines changed
src/Miscellaneous/src/Problems/Coding
SeedRecordsPerBin/csharp/SolutionTest
TruckLoadingTotalWeight/csharp/SolutionTest
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139
139
<< : *defaults
140
140
docker :
141
141
# https://circleci.com/developer/images/image/cimg/python
142
- - image : cimg/python:3.11.0
142
+ - image : cimg/python:3.11.2
143
143
environment :
144
144
CC_TEST_REPORTER_ID : $CC_TEST_REPORTER_ID
145
145
COVERALLS_REPO_TOKEN : $COVERALLS_REPO_TOKEN
@@ -203,7 +203,7 @@ jobs:
203
203
upload_to_code_climate :
204
204
<< : *defaults
205
205
docker :
206
- - image : cimg/python:3.11.0
206
+ - image : cimg/python:3.11.2
207
207
environment :
208
208
CC_TEST_REPORTER_ID : $CC_TEST_REPORTER_ID
209
209
working_directory : ~/repo
Original file line number Diff line number Diff line change 1
- 3.11.1
1
+ 3.11.2
Original file line number Diff line number Diff line change 11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.0 " />
14
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.1 " />
15
15
<PackageReference Include =" xunit" Version =" 2.4.2" />
16
16
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" />
17
17
</ItemGroup >
Original file line number Diff line number Diff line change 11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.0 " />
14
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.1 " />
15
15
<PackageReference Include =" xunit" Version =" 2.4.2" />
16
16
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" />
17
17
</ItemGroup >
You can’t perform that action at this time.
0 commit comments