fix(deps): update all non-major dependencies #557
Merged
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:
^3.11.2
->^3.11.7
~=3.11.2
->~=3.11.7
^1.17.2
->^1.18.0
~=1.17.2
->~=1.18.0
Release Notes
aio-libs/aiohttp (aiohttp)
v3.11.7
Compare Source
===================
Bug fixes
Fixed the HTTP client not considering the connector's
force_close
value when setting theConnection
header -- by :user:bdraco
.Related issues and pull requests on GitHub:
:issue:
10003
.Miscellaneous internal changes
Improved performance of serializing HTTP headers -- by :user:
bdraco
.Related issues and pull requests on GitHub:
:issue:
10014
.v3.11.6
Compare Source
===================
Bug fixes
Restored the
force_close
method to theResponseHandler
-- by :user:bdraco
.Related issues and pull requests on GitHub:
:issue:
9997
.v3.11.5
Compare Source
===================
Bug fixes
Fixed the
ANY
method not appearing in :meth:~aiohttp.web.UrlDispatcher.routes
-- by :user:bdraco
.Related issues and pull requests on GitHub:
:issue:
9899
, :issue:9987
.v3.11.4
Compare Source
===================
Bug fixes
Fixed
StaticResource
not allowing theOPTIONS
method after callingset_options_route
-- by :user:bdraco
.Related issues and pull requests on GitHub:
:issue:
9972
, :issue:9975
, :issue:9976
.Miscellaneous internal changes
Improved performance of creating web responses when there are no cookies -- by :user:
bdraco
.Related issues and pull requests on GitHub:
:issue:
9895
.v3.11.3
Compare Source
aio-libs/yarl (yarl)
v1.18.0
Compare Source
======
(2024-11-21)
Features
Added
keep_query
andkeep_fragment
flags in the :py:meth:yarl.URL.with_path
, :py:meth:yarl.URL.with_name
and :py:meth:yarl.URL.with_suffix
methods, allowing users to optionally retain the query string and fragment in the resulting URL when replacing the path -- by :user:paul-nameless
.Related issues and pull requests on GitHub:
:issue:
111
, :issue:1421
.Contributor-facing changes
Started running downstream
aiohttp
tests in CI -- by :user:Cycloctane
.Related issues and pull requests on GitHub:
:issue:
1415
.Miscellaneous internal changes
Improved performance of converting :class:
~yarl.URL
to a string -- by :user:bdraco
.Related issues and pull requests on GitHub:
:issue:
1422
.Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.