Skip to content

Commit 095c7f6

Browse files
committed
2 parents d3ffc28 + 93e995a commit 095c7f6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
<<: *defaults
140140
docker:
141141
# https://circleci.com/developer/images/image/cimg/python
142-
- image: cimg/python:3.11.0
142+
- image: cimg/python:3.11.2
143143
environment:
144144
CC_TEST_REPORTER_ID: $CC_TEST_REPORTER_ID
145145
COVERALLS_REPO_TOKEN: $COVERALLS_REPO_TOKEN
@@ -203,7 +203,7 @@ jobs:
203203
upload_to_code_climate:
204204
<<: *defaults
205205
docker:
206-
- image: cimg/python:3.11.0
206+
- image: cimg/python:3.11.2
207207
environment:
208208
CC_TEST_REPORTER_ID: $CC_TEST_REPORTER_ID
209209
working_directory: ~/repo

.python-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11.1
1+
3.11.2

src/Miscellaneous/src/Problems/Coding/SeedRecordsPerBin/csharp/SolutionTest/SolutionTest.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
1515
<PackageReference Include="xunit" Version="2.4.2" />
1616
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
1717
</ItemGroup>

src/Miscellaneous/src/Problems/Coding/TruckLoadingTotalWeight/csharp/SolutionTest/SolutionTest.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
1515
<PackageReference Include="xunit" Version="2.4.2" />
1616
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
1717
</ItemGroup>

0 commit comments

Comments
 (0)