⬆️ Update dependency multidict to v6.1.0 #53
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/multidict-6.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==6.0.5
->==6.1.0
Release Notes
aio-libs/multidict (multidict)
v6.1.0
Compare Source
==================
Bug fixes
Covered the unreachable code path in
multidict._multidict_base._abc_itemsview_register()
with typing -- by :user:
skinnyBat
.Related issues and pull requests on GitHub:
:issue:
928
.Features
Added support for Python 3.13 -- by :user:
bdraco
.Related issues and pull requests on GitHub:
:issue:
1002
.Removals and backward incompatible breaking changes
Removed Python 3.7 support -- by :user:
bdraco
.Related issues and pull requests on GitHub:
:issue:
997
.Contributor-facing changes
Added tests to have full code coverage of the
multidict._multidict_base._viewbaseset_richcmp()
function-- by :user:
skinnyBat
.Related issues and pull requests on GitHub:
:issue:
928
.The deprecated <https://hynek.me/til/set-output-deprecation-github-actions/>
_::set-output
workflow command has been replacedby the
$GITHUB_OUTPUT
environment variablein the GitHub Actions CI/CD workflow definition.
Related issues and pull requests on GitHub:
:issue:
940
.codecov-action <https://github.com/codecov/codecov-action>
_has been temporarily downgraded to
v3
in the GitHub Actions CI/CD workflow definitions
in order to fix uploading coverage to
Codecov <https://app.codecov.io/gh/aio-libs/multidict>
.See
this issue <https://github.com/codecov/codecov-action/issues/1252>
for more details.
Related issues and pull requests on GitHub:
:issue:
941
.In the GitHub Actions CI/CD workflow definition,
the
Get pip cache dir
step has been fixed forWindows runners by adding
shell: bash
.See
actions/runner#2224 <https://github.com/actions/runner/issues/2224>
_for more details.
Related issues and pull requests on GitHub:
:issue:
942
.Interpolation of the
pip
cache keys has beenfixed by adding missing
$
syntaxin the GitHub Actions CI/CD workflow definition.
Related issues and pull requests on GitHub:
:issue:
943
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.