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:
v4.4.3
->v4.5.0
v3.27.9
->v3.28.0
2.2.0
->2.2.1
v7.0.5
->v7.0.6
2023.6.20241209.0
->2023.6.20250107.0
2.10.3
->2.10.5
2.0.36
->2.0.37
0.41.3
->0.45.2
v2.10.2
->v2.10.3
0.32.1
->0.34.0
Release Notes
actions/upload-artifact (actions/upload-artifact)
v4.5.0
Compare Source
github/codeql-action (github/codeql-action)
v3.28.0
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.3.28.0 - 20 Dec 2024
See the full CHANGELOG.md for more information.
numpy/numpy (numpy)
v2.2.1
: 2.2.1 (DEC 21, 2024)Compare Source
NumPy 2.2.1 Release Notes
NumPy 2.2.1 is a patch release following 2.2.0. It fixes bugs found
after the 2.2.0 release and has several maintenance pins to work around
upstream changes.
There was some breakage in downstream projects following the 2.2.0
release due to updates to NumPy typing. Because of problems due to MyPy
defects, we recommend using basedpyright for type checking, it can be
installed from PyPI. The Pylance extension for Visual Studio Code is
also based on Pyright. Problems that persist when using basedpyright
should be reported as issues on the NumPy github site.
This release supports Python 3.10-3.13.
Contributors
A total of 9 people contributed to this release. People with a "+" by
their names contributed a patch for the first time.
Pull requests merged
A total of 12 pull requests were merged for this release.
ndarray.__setitem__
#include <Python.h>
withextern "C"
None
in operand sequence of nditerChecksums
MD5
SHA256
peter-evans/create-pull-request (peter-evans/create-pull-request)
v7.0.6
: Create Pull Request v7.0.6Compare Source
⚙️ Fixes an issue with commit signing where unicode characters in file paths were not preserved.
What's Changed
push-to-repo
classic PATworkflow
scope requirement by @scop in https://github.com/peter-evans/create-pull-request/pull/3511New Contributors
Full Changelog: peter-evans/create-pull-request@v7.0.5...v7.0.6
pydantic/pydantic (pydantic)
v2.10.5
Compare Source
GitHub release
What's Changed
v2.10.4
Compare Source
GitHub release
What's Changed
Packaging
pydantic-core
to v2.27.2 by @davidhewitt in #11138Fixes
AnyUrl
objects by @alexprabhat99 in #11082len
to_BaseUrl
to avoid TypeError by @Kharianne in #11111New Contributors
encode/starlette (starlette)
v0.45.2
: Version 0.45.2Compare Source
Fixed
create_memory_object_stream
compatible with old anyio versions once again, and bump anyio minimum version to 3.6.2 by @graingert in #2833.Full Changelog: encode/starlette@0.45.1...0.45.2
v0.45.1
: Version 0.45.1Compare Source
Fixed
MemoryObjectReceiveStream
upon exception inBaseHTTPMiddleware
children by @Kludex in https://github.com/encode/starlette/pull/2813Refactor
Full Changelog: encode/starlette@0.45.0...0.45.1
v0.45.0
: Version 0.45.0Compare Source
Removed
ExceptionMiddleware
import proxy fromstarlette.exceptions
module by @Kludex in https://github.com/encode/starlette/pull/2826WS_1004_NO_STATUS_RCVD
andWS_1005_ABNORMAL_CLOSURE
by @Kludex in https://github.com/encode/starlette/pull/2827Full Changelog: encode/starlette@0.44.0...0.45.0
v0.44.0
: Version 0.44.0Compare Source
Added
max_part_size
parameter toRequest.form()
by @iudeen in https://github.com/encode/starlette/pull/2815client
parameter toTestClient
by @iudeen in https://github.com/encode/starlette/pull/2810New Contributors
Full Changelog: encode/starlette@0.43.0...0.44.0
v0.43.0
: Version 0.43.0Compare Source
Removed
allow_redirects
argument fromTestClient
#2808.Added
New Contributors
Full Changelog: encode/starlette@0.42.0...0.43.0
v0.42.0
Compare Source
Added
ClientDisconnect
onStreamingResponse
#2732.Fixed
StaticFiles
whenfollow_symlinks=True
#2711.python-multipart
version to0.0.18
0ba8395.httpx
version to0.27.0
#2773.New Contributors
Full Changelog: encode/starlette@0.41.3...0.42.0
step-security/harden-runner (step-security/harden-runner)
v2.10.3
Compare Source
What's Changed
Fixed an issue where DNS requests using uppercase characters (e.g., EXAMPLE.com) were blocked even when the domain was present in the allowed list. This update standardizes domain names to lowercase for consistent comparison.
Full Changelog: step-security/harden-runner@v2...v2.10.3
encode/uvicorn (uvicorn)
v0.34.0
Compare Source
Added
content-length
to 500 response inwsproto
implementation (#2542)Removed
v0.33.0
Compare Source
Removed
WatchGod
support for--reload
(#2536)Configuration
📅 Schedule: Branch creation - "every 1 hours every weekday" (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.