Skip to content

Bump mitogen from 0.3.10 to 0.3.11

dependabot requested to merge dependabot-pip-mitogen-0.3.11 into master

Bumps mitogen from 0.3.10 to 0.3.11.

Release notes

Sourced from mitogen's releases.

v0.3.11

What's Changed

  • #1127 mitogen: Consolidate mitogen backward compatibility fallbacks and polyfills into mitogen.core
  • #1127 ansible_mitogen: Remove backward compatibility fallbacks for Python 2.4 & 2.5.
  • #1127 ansible_mitogen: Remove fallback imports for Ansible releases before 2.10
  • #1127 ansible_mitogen: Consolidate Python 2 & 3 compatibility
  • #1128 CI: Start migration from Azure DevOps to GitHub Actions

Full Changelog: https://github.com/mitogen-hq/mitogen/compare/v0.3.10...v0.3.11

Changelog

Sourced from mitogen's changelog.

v0.3.11 (2024-10-30)

  • :gh:issue:1127 :mod:mitogen: Consolidate mitogen backward compatibility fallbacks and polyfills into :mod:mitogen.core
  • :gh:issue:1127 :mod:ansible_mitogen: Remove backward compatibility fallbacks for Python 2.4 & 2.5.
  • :gh:issue:1127 :mod:ansible_mitogen: Remove fallback imports for Ansible releases before 2.10
  • :gh:issue:1127 :mod:ansible_mitogen: Consolidate Python 2 & 3 compatibility
  • :gh:issue:1128 CI: Start migration from Azure DevOps to GitHub Actions
Commits
  • 0b895c8 Merge pull request #1131 from moreati/release-v0.3.11
  • 61c82c8 Merge commit 'c63dc0e080b0f3b955686b10facd0918cc5a71b5' into release-v0.3.11
  • c63dc0e Prepare v0.3.11
  • a51909e Merge pull request #1128 from moreati/github-actions
  • 4f60d01 CI: Enable GitHub Actions testing workflow
  • 2721451 tests: Use a subprocess to check discovered python == running
  • c6c8bfb tests: Skip vanilla Ansible on Linux unpriviliged -> unprivileged become
  • 8b92e09 ci: Extract container registry location into variables
  • b926795 ci: Move container registry authentication to an Azure Devops step
  • 2e2dfb1 Merge pull request #1127 from moreati/import-cleanups
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports

Loading