Update dependency multidict to v6.1.0 #27
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 was generated by Mend Renovate. View the repository job log.