Skip to content

Commit 119275f

Browse files
Bump IronPython (#44068)
Bumps the dotnet group in /docs/csharp/advanced-topics/interop/snippets/dynamic-iron-python-walkthrough with 1 update: [IronPython](https://github.com/IronLanguages/ironpython3). Updates `IronPython` from 3.4.1 to 3.4.2 - [Release notes](https://github.com/IronLanguages/ironpython3/releases) - [Changelog](https://github.com/IronLanguages/ironpython3/blob/main/WhatsNewInPython30.md) - [Commits](IronLanguages/ironpython3@v3.4.1...v3.4.2) --- updated-dependencies: - dependency-name: IronPython dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 38c5145 commit 119275f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/advanced-topics/interop/snippets/dynamic-iron-python-walkthrough/ironpythonsample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="IronPython" Version="3.4.1" />
10+
<PackageReference Include="IronPython" Version="3.4.2" />
1111
</ItemGroup>
1212

1313
</Project>

0 commit comments

Comments
 (0)