Update all non-major dependencies (fastapi) #8
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:
23.1.0
->23.2.1
23.7.0
->23.12.1
2.2.0
->2.3.1
23.7.0
->23.12.1
^0.100.1
->^0.110.0
23.7.10
->23.12.2
2.1.0
->2.5.0
6.0.0
->6.1.1
3.3.2
->3.4.0
^0.24.1
->^0.27.0
8.14.0
->8.23.0
5.12.0
->5.13.2
1.4.1
->1.9.0
3.3.3
->3.7.0
v4.4.0
->v4.6.0
v2.2.0
->v2.3.1
5.12.0
->5.13.2
7.4.0
->7.4.4
3.11.4
->3.12.3
1.28.1
->1.45.0
5.8.0
->5.9.0
^0.23.1
->^0.29.0
Note: The
pre-commit
manager in Renovate is not supported by thepre-commit
maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
Tinche/aiofiles (aiofiles)
v23.2.1
: 23.2.1Compare Source
os.statvfs
conditionally to fix importing on non-UNIX systems.#171 #172
v23.2.0
: 23.2.0Compare Source
23.2.0
#166 #168
aiofiles.tempfile.NamedTemporaryFile
now accepts adelete_on_close
argument, just like the stdlib version.aiofiles.tempfile.NamedTemporaryFile
no longer exposes adelete
attribute, just like the stdlib version.aiofiles.os.statvfs
andaiofiles.os.path.ismount
.#162
#169
ambv/black (ambv/black)
v23.12.1
Compare Source
Packaging
d
extra by default (#4108)v23.12.0
Compare Source
Highlights
It's almost 2024, which means it's time for a new edition of Black's stable style!
Together with this release, we'll put out an alpha release 24.1a1 showcasing the draft
2024 stable style, which we'll finalize in the January release. Please try it out and
share your feedback.
This release (23.12.0) will still produce the 2023 style. Most but not all of the
changes in
--preview
mode will be in the 2024 stable style.Stable style
# fmt: off
automatically dedents when used with the--line-ranges
option, even when it is not within the specified line range. (#4084)
Preview style
indented less (#4012)
docstring (#4060)
--line-length
(#4086)functions or class definitions (#4066) (#4103)
Configuration
--line-ranges
now skips Black's internal stability check in--safe
mode. Thisavoids a crash on rare inputs that have many unformatted same-content lines. (#4034)
Packaging
Integrations
v23.11.0
Compare Source
Highlights
--line-ranges
command-line option(#4020)
Stable style
await (a ** b)
(#3994)fixes a crash (#4019)
Preview style
less (#3964)
indented less (#3992)
now preserved (#4005)
case
blocks were not split into multiple lines. Also enablegeneral trailing comma rules on
case
blocks (#4024)class definition (#4028)
Configuration
--include
(#3976)Performance
Integrations
formatter (#3940)
v23.10.1
Compare Source
Highlights
Preview style
Packaging
Integrations
summary
parameter. (#3958)
Documentation
https://github.com/psf/black/issues/39683968
v23.10.0
Compare Source
Stable style
Preview style
multiple lines (#3899)
Configuration
BLACK_CACHE_DIR
is set (#3937)Parser
type
were not accepted insidematch
statements(#3950)
(#3949)
Output
code (#3933)
(#3938)
Integrations
v23.9.1
Compare Source
Due to various issues, the previous release (23.9.0) did not include compiled mypyc
wheels, which make Black significantly faster. These issues have now been fixed, and
this release should come with compiled wheels once again.
There will be no wheels for Python 3.12 due to a bug in mypyc. We will provide 3.12
wheels in a future release as soon as the mypyc bug is fixed.
Packaging
Performance
decreasing the size of the cache (#3877)
v23.9.0
Compare Source
Preview style
if sys.version_info > (3, x):
) and a function definition on the same level (#3862)Configuration
Performance
IPython
if notebook cells do not contain magics (#3782)Blackd
blackd
with single character input (#3558)Integrations
official pre-commit mirror. Swapping
https://github.com/psf/black
tohttps://github.com/psf/black-pre-commit-mirror
inyour
.pre-commit-config.yaml
will make Black about 2x faster (#3828).black.env
folder specified byENV_PATH
will now be removed on the completionof the GitHub Action (#3759)
psf/black (black)
v23.12.1
Compare Source
Packaging
d
extra by default (#4108)v23.12.0
Compare Source
Highlights
It's almost 2024, which means it's time for a new edition of Black's stable style!
Together with this release, we'll put out an alpha release 24.1a1 showcasing the draft
2024 stable style, which we'll finalize in the January release. Please try it out and
share your feedback.
This release (23.12.0) will still produce the 2023 style. Most but not all of the
changes in
--preview
mode will be in the 2024 stable style.Stable style
# fmt: off
automatically dedents when used with the--line-ranges
option, even when it is not within the specified line range. (#4084)
Preview style
indented less (#4012)
docstring (#4060)
--line-length
(#4086)functions or class definitions (#4066) (#4103)
Configuration
--line-ranges
now skips Black's internal stability check in--safe
mode. Thisavoids a crash on rare inputs that have many unformatted same-content lines. (#4034)
Packaging
Integrations
v23.11.0
Compare Source
Highlights
--line-ranges
command-line option(#4020)
Stable style
await (a ** b)
(#3994)fixes a crash (#4019)
Preview style
less (#3964)
indented less (#3992)
now preserved (#4005)
case
blocks were not split into multiple lines. Also enablegeneral trailing comma rules on
case
blocks (#4024)class definition (#4028)
Configuration
--include
(#3976)Performance
Integrations
formatter (#3940)
v23.10.1
Compare Source
Highlights
Preview style
Packaging
Integrations
summary
parameter. (#3958)
Documentation
https://github.com/psf/black/issues/39683968
v23.10.0
Compare Source
Stable style
Preview style
multiple lines (#3899)
Configuration
BLACK_CACHE_DIR
is set (#3937)Parser
type
were not acccepted insidematch
statements(#3950)
(#3949)
Output
code (#3933)
(#3938)
Integrations
v23.9.1
Compare Source
Due to various issues, the previous release (23.9.0) did not include compiled mypyc
wheels, which make Black significantly faster. These issues have now been fixed, and
this release should come with compiled wheels once again.
There will be no wheels for Python 3.12 due to a bug in mypyc. We will provide 3.12
wheels in a future release as soon as the mypyc bug is fixed.
Packaging
Performance
decreasing the size of the cache (#3877)
v23.9.0
Compare Source
Preview style
if sys.version_info > (3, x):
) and a function definition on the same level (#3862)Configuration
Performance
IPython
if notebook cells do not contain magics (#3782)Blackd
blackd
with single character input (#3558)Integrations
official pre-commit mirror. Swapping
https://github.com/psf/black
tohttps://github.com/psf/black-pre-commit-mirror
inyour
.pre-commit-config.yaml
will make Black about 2x faster (#3828).black.env
folder specified byENV_PATH
will now be removed on the completionof the GitHub Action (#3759)
tiangolo/fastapi (fastapi)
v0.110.1
Compare Source
Fixes
Depends()
with generics. PR #9479 by @nzig.Refactors
fastapi/applications.py
. PR #11335 by @igeni.Upgrades
Docs
fastapi/security/oauth2.py
. PR #11368 by @shandongbinzhou.docs/en/docs/tutorial/extra-models.md
. PR #11329 by @alejsdev.project-generation.md
. PR #11326 by @alejsdev.python-multipart
GitHub link in all docs fromhttps://andrew-d.github.io/python-multipart/
tohttps://github.com/Kludex/python-multipart
. PR #11239 by @joshjhans.Translations
docs/de/docs/tutorial/response-status-code.md
. PR #10357 by @nilslindemann.docs/zh/docs/tutorial/query-params.md
. PR #3480 by @jaystone776.docs/zh/docs/tutorial/body.md
. PR #3481 by @jaystone776.docs/zh/docs/tutorial/path-params.md
. PR #3479 by @jaystone776.docs/tutorial/body-fields.md
. PR #3496 by @jaystone776.docs/tutorial/extra-models.md
. PR #3497 by @jaystone776.docs/ja/docs/tutorial/metadata.md
. PR #2667 by @tokusumi.docs/de/docs/contributing.md
. PR #10487 by @nilslindemann.docs/ja/docs/tutorial/query-params.md
. PR #10808 by @urushio.docs/zh/docs/tutorial/security/get-current-user.md
. PR #3842 by @jaystone776.docs/zh/docs/advanced/openapi-callbacks.md
. PR #3825 by @jaystone776.docs/zh/docs/advanced/extending-openapi.md
. PR #3823 by @jaystone776.docs/zh/docs/advanced/testing-dependencies.md
. PR #3819 by @jaystone776.docs/zh/docs/advanced/custom-request-and-route.md
. PR #3816 by @jaystone776.docs/zh/docs/external-links.md
. PR #3833 by @jaystone776.docs/zh/docs/advanced/templates.md
. PR #3812 by @jaystone776.docs/zh/docs/advanced/sub-applications.md
. PR #3811 by @jaystone776.docs/zh/docs/advanced/async-sql-databases.md
. PR #3805 by @jaystone776.docs/zh/docs/advanced/middleware.md
. PR #3804 by @jaystone776.docs/zh/docs/advanced/dataclasses.md
. PR #3803 by @jaystone776.docs/zh/docs/advanced/using-request-directly.md
. PR #3802 by @jaystone776.docs/zh/docs/advanced/security/http-basic-auth.md
. PR #3801 by @jaystone776.docs/zh/docs/advanced/security/oauth2-scopes.md
. PR #3800 by @jaystone776.docs/zh/docs/tutorial/cookie-params.md
. PR #3486 by @jaystone776.docs/zh/docs/tutorial/header-params.md
. PR #3487 by @jaystone776.docs/tutorial/response-status-code.md
. PR #3498 by @jaystone776.docs/de/docs/tutorial/security/first-steps.md
. PR #10432 by @nilslindemann.docs/de/docs/advanced/events.md
. PR #10693 by @nilslindemann.docs/de/docs/deployment/cloud.md
. PR #10746 by @nilslindemann.docs/de/docs/advanced/behind-a-proxy.md
. PR #10675 by @nilslindemann.docs/de/docs/help-fastapi.md
. PR #10455 by @nilslindemann.docs/de/docs/python-types.md
. PR #10287 by @nilslindemann.docs/de/docs/tutorial/path-params.md
. PR #10290 by @nilslindemann.docs/de/docs/tutorial/handling-errors.md
. PR #10379 by @nilslindemann.docs/de/docs/index.md
. PR #10283 by @nilslindemann.docs/de/docs/advanced/security/http-basic-auth.md
. PR #10651 by @nilslindemann.docs/de/docs/tutorial/bigger-applications.md
. PR #10554 by @nilslindemann.docs/de/docs/advanced/path-operation-advanced-configuration.md
. PR #10612 by @nilslindemann.docs/de/docs/tutorial/static-files.md
. PR #10584 by @nilslindemann.docs/de/docs/tutorial/security/oauth2-jwt.md
. PR #10522 by @nilslindemann.docs/de/docs/tutorial/response-model.md
. PR #10345 by @nilslindemann.docs/de/docs/tutorial/extra-models.md
. PR #10351 by @nilslindemann.docs/de/docs/tutorial/body-updates.md
. PR #10396 by @nilslindemann.docs/de/docs/alternatives.md
. PR #10855 by @nilslindemann.docs/de/docs/advanced/templates.md
. PR #10678 by @nilslindemann.docs/de/docs/advanced/security/oauth2-scopes.md
. PR #10643 by @nilslindemann.docs/de/docs/advanced/async-tests.md
. PR #10708 by @nilslindemann.docs/de/docs/tutorial/metadata.md
. PR #10581 by @nilslindemann.docs/de/docs/tutorial/testing.md
. PR #10586 by @nilslindemann.docs/de/docs/tutorial/schema-extra-example.md
. PR #10597 by @nilslindemann.docs/de/docs/advanced/index.md
. PR #10611 by @nilslindemann.docs/de/docs/advanced/response-directly.md
. PR #10618 by @nilslindemann.docs/de/docs/advanced/additional-responses.md
. PR #10626 by @nilslindemann.docs/de/docs/advanced/response-cookies.md
. PR #10627 by @nilslindemann.docs/de/docs/advanced/response-headers.md
. PR #10628 by @nilslindemann.docs/de/docs/advanced/response-change-status-code.md
. PR #10632 by @nilslindemann.docs/de/docs/advanced/advanced-dependencies.md
. PR #10633 by @nilslindemann.docs/de/docs/advanced/security/index.md
. PR #10635 by @nilslindemann.docs/de/docs/advanced/using-request-directly.md
. PR #10653 by @nilslindemann.docs/de/docs/advanced/dataclasses.md
. PR #10667 by @nilslindemann.docs/de/docs/advanced/middleware.md
. PR #10668 by @nilslindemann.docs/de/docs/advanced/sub-applications.md
. PR #10671 by @nilslindemann.docs/de/docs/advanced/websockets.md
. PR #10687 by @nilslindemann.docs/de/docs/advanced/testing-websockets.md
. PR #10703 by @nilslindemann.docs/de/docs/advanced/testing-events.md
. PR #10704 by @nilslindemann.docs/de/docs/advanced/testing-dependencies.md
. PR #10706 by @nilslindemann.docs/de/docs/advanced/openapi-callbacks.md
. PR #10710 by @nilslindemann.docs/de/docs/advanced/settings.md
. PR #10709 by @nilslindemann.docs/de/docs/advanced/wsgi.md
. PR #10713 by @nilslindemann.docs/de/docs/deployment/index.md
. PR #10733 by @nilslindemann.docs/de/docs/deployment/https.md
. PR #10737 by [@​Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.