Skip to content

chore(backend-deps): Update backend-minor#264

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/backend-minor
Open

chore(backend-deps): Update backend-minor#264
renovate[bot] wants to merge 1 commit intomainfrom
renovate/backend-minor

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 15, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
Faker (changelog) ==40.4.0==40.12.0 age confidence
anyio (changelog) ==4.12.1==4.13.0 age confidence
certifi ==2026.1.4==2026.2.25 age confidence
cyclonedx-python-lib (changelog) ==11.6.0==11.7.0 age confidence
faker (changelog) ==40.4.0==40.12.0 age confidence
fastapi (changelog) ==0.128.1==0.135.2 age confidence
filelock ==3.21.2==3.25.2 age confidence
jsonpointer ==3.0.0==3.1.1 age confidence
jsonschema-path ==0.3.4==0.4.5 age confidence
openai ==2.21.0==2.30.0 age confidence
openapi-core ==0.22.0==0.23.0 age confidence
openapi-schema-validator ==0.6.3==0.8.1 age confidence
openapi-spec-validator ==0.7.2==0.8.4 age confidence
pathable ==0.4.4==0.5.0 age confidence
pillow (changelog) ==12.1.1==12.2.0 age confidence
platformdirs (changelog) ==4.8.0==4.9.4 age confidence
pydantic-settings (changelog) ==2.12.0==2.13.1 age confidence
pydantic_core ==2.41.5==2.45.0 age confidence
redis (changelog) ==7.1.1==7.4.0 age confidence
schemathesis (changelog) ==4.10.2==4.14.3 age confidence
sentry-sdk (changelog) ==2.52.0==2.57.0 age confidence
sse-starlette ==3.2.0==3.3.4 age confidence
types-requests (changelog) ==2.32.4.20260107==2.33.0.20260402 age confidence
uvicorn (changelog) ==0.40.0==0.42.0 age confidence
yarl ==1.22.0==1.23.0 age confidence

Release Notes

joke2k/faker (Faker)

v40.12.0

Compare Source

v40.11.1

Compare Source

  • Fix: rebind deepcopy proxies to copied Faker instances. Thanks @​SunS1eep1ng.

v40.11.0

Compare Source

  • Add major Swiss banks to de_CH bank provider. Thanks @​raphael-s.

v40.10.0

Compare Source

v40.9.0

Compare Source

v40.8.1

Compare Source

v40.8.0

Compare Source

v40.7.0

Compare Source

  • Improve Polish address grammar: categorize street types and prefixes. Thanks @​Francooo2221.

v40.6.0

Compare Source

  • Add country names to he_IL locale. Thanks @​Moo64c.

v40.5.1

Compare Source

  • Fix _get_local_timezone() missing return statement. Thanks @​bysiber.

v40.5.0

Compare Source

  • Add missing formats and remove duplicates in user_name_formats. Thanks @​WannaFight.
agronholm/anyio (anyio)

v4.13.0

Compare Source

  • Dropped support for Python 3.9
  • Added a ttl parameter to the anyio.functools.lru_cache wrapper (#​1073; PR by @​Graeme22)
  • Widened the type annotations of file I/O streams to accept IO[bytes] instead of just BinaryIO (#​1078)
  • Fixed anyio.Path not being compatible with Python 3.15 due to the removal of pathlib.Path.is_reserved() and the addition of pathlib.Path.__vfspath__() (#​1061; PR by @​veeceey)
  • Fixed the BrokenResourceError raised by the asyncio SocketStream not having the original exception as its cause (#​1055; PR by @​veeceey)
  • Fixed the TypeError raised when using "func" as a parameter name in pytest.mark.parametrize when using the pytest plugin (#​1068; PR by @​JohnnyDeuss)
  • Fixed the pytest plugin not running tests that had the anyio marker added programmatically via pytest_collection_modifyitems (#​422; PR by @​chbndrhnns)
  • Fixed cancellation exceptions leaking from a CancelScope on asyncio when they are contained in an exception group alongside non-cancellation exceptions (#​1091; PR by @​gschaffner)
  • Fixed Condition.wait() not passing on a notification when the task is cancelled but already received a notification
  • Fixed inverted condition in the process pool shutdown phase which would cause still-running pooled processes not to be terminated (#​1074; PR by @​bysiber)
certifi/python-certifi (certifi)

v2026.2.25

Compare Source

CycloneDX/cyclonedx-python-lib (cyclonedx-python-lib)

v11.7.0

Compare Source

Documentation
Features
fastapi/fastapi (fastapi)

v0.135.2

Compare Source

Upgrades
Docs
Translations
Internal

v0.135.1

Compare Source

Fixes
  • 🐛 Fix, avoid yield from a TaskGroup, only as an async context manager, closed in the request async exit stack. PR #​15038 by @​tiangolo.
Docs
Internal

v0.135.0

Compare Source

Features

v0.134.0

Compare Source

Features
  • ✨ Add support for streaming JSON Lines and binary data with yield. PR #​15022 by @​tiangolo.
    • This also upgrades Starlette from >=0.40.0 to >=0.46.0, as it's needed to properly unrwap and re-raise exceptions from exception groups.
    • New docs: Stream JSON Lines.
    • And new docs: Stream Data.
Docs
Internal

v0.133.1

Compare Source

Features
Internal

v0.133.0

Compare Source

v0.132.1

Compare Source

Refactors
Internal

v0.132.0

Compare Source

Breaking Changes
  • 🔒️ Add strict_content_type checking for JSON requests. PR #​14978 by @​tiangolo.
    • Now FastAPI checks, by default, that JSON requests have a Content-Type header with a valid JSON value, like application/json, and rejects requests that don't.
    • If the clients for your app don't send a valid Content-Type header you can disable this with strict_content_type=False.
    • Check the new docs: Strict Content-Type Checking.
Internal

v0.131.0

Compare Source

Breaking Changes

v0.130.0

Compare Source

Features

v0.129.2

Compare Source

Internal

v0.129.1

Compare Source

Fixes
  • ♻️ Fix JSON Schema for bytes, use "contentMediaType": "application/octet-stream" instead of "format": "binary". PR #​14953 by @​tiangolo.
Docs
Translations
Internal

v0.129.0

Compare Source

Breaking Changes
Refactors
Docs
Internal

v0.128.8

Compare Source

Docs
Internal

v0.128.7

Compare Source

Features
Refactors
  • ♻️ Simplify reading files in memory, do it sequentially instead of (fake) parallel. PR #​14884 by @​tiangolo.
Docs
Internal

v0.128.6

Compare Source

Fixes
Translations
Internal

v0.128.5

Compare Source

Refactors
  • ♻️ Refactor and simplify Pydantic v2 (and v1) compatibility internal utils. PR #​14862 by @​tiangolo.
Internal
  • ✅ Add inline snapshot tests for OpenAPI before changes from Pydantic v2. PR #​14864 by @​tiangolo.

v0.128.4

Compare Source

Refactors
  • ♻️ Refactor internals, simplify Pydantic v2/v1 utils, create_model_field, better types for lenient_issubclass. PR #​14860 by @​tiangolo.
  • ♻️ Simplify internals, remove Pydantic v1 only logic, no longer needed. PR #​14857 by @​tiangolo.
  • ♻️ Refactor internals, cleanup unneeded Pydantic v1 specific logic. PR #​14856 by @​tiangolo.
Translations
Internal

v0.128.3

Compare Source

Refactors
  • ♻️ Re-implement on_event in FastAPI for compatibility with the next Starlette, while keeping backwards compatibility. PR #​14851 by @​tiangolo.
Upgrades
  • ⬆️ Upgrade Starlette supported version range to starlette>=0.40.0,<1.0.0. PR #​14853 by @​tiangolo.
Translations
Internal
  • 👷 Run tests with Starlette from git. PR #​14849 by @​tiangolo.
  • 👷 Run tests with lower bound uv sync, upgrade fastapi[all] minimum dependencies: ujson >=5.8.0, orjson >=3.9.3. PR #​14846 by @​tiangolo.

v0.128.2

Compare Source

Features
Fixes
Docs
Translations
Internal
tox-dev/py-filelock (filelock)

v3.25.2

Compare Source

What's Changed

Full Changelog: tox-dev/filelock@3.25.1...3.25.2

v3.25.1

Compare Source

What's Changed

Full Changelog: tox-dev/filelock@3.25.0...3.25.1

v3.25.0

Compare Source

What's Changed

Full Changelog: tox-dev/filelock@3.24.4...3.25.0

v3.24.3

Compare Source

What's Changed

Full Changelog: tox-dev/filelock@3.24.2...3.24.3

v3.24.2

Compare Source

What's Changed


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown
Contributor

👋 Thanks for your contribution!

🏷️ Auto-applied labels: backend, dependencies, renovate

Labels determine which CI workflows run. They update automatically with new commits.

@renovate renovate bot force-pushed the renovate/backend-minor branch from e05f4f0 to e2eaf78 Compare February 15, 2026 08:58
@github-actions github-actions bot added size/XS and removed size/XS labels Feb 15, 2026
@renovate renovate bot force-pushed the renovate/backend-minor branch from e2eaf78 to ab2a5c9 Compare February 15, 2026 14:01
@renovate renovate bot changed the title chore(backend-deps): Update dependency filelock to v3.23.0 chore(backend-deps): Update backend-minor Feb 15, 2026
@github-actions github-actions bot added size/XS and removed size/XS labels Feb 15, 2026
@renovate renovate bot force-pushed the renovate/backend-minor branch from ab2a5c9 to d404ca6 Compare February 15, 2026 17:58
@github-actions github-actions bot added size/XS and removed size/XS labels Feb 15, 2026
@renovate renovate bot force-pushed the renovate/backend-minor branch from d404ca6 to 679a355 Compare February 15, 2026 21:36
@github-actions github-actions bot added size/XS and removed size/XS labels Feb 15, 2026
@renovate renovate bot force-pushed the renovate/backend-minor branch from 679a355 to f975706 Compare February 16, 2026 12:57
@github-actions github-actions bot added size/XS and removed size/XS labels Feb 16, 2026
@renovate renovate bot force-pushed the renovate/backend-minor branch from f975706 to 8f8d2e9 Compare February 17, 2026 02:39
@github-actions github-actions bot added size/XS and removed size/XS labels Feb 17, 2026
@renovate renovate bot force-pushed the renovate/backend-minor branch from 8f8d2e9 to 365b9ff Compare February 17, 2026 05:02
@github-actions github-actions bot added size/XS and removed size/XS labels Feb 17, 2026
@github-actions github-actions bot added size/XS and removed size/XS labels Feb 21, 2026
@renovate renovate bot force-pushed the renovate/backend-minor branch from 7c5741f to acc091d Compare February 21, 2026 13:02
@github-actions github-actions bot added size/XS and removed size/XS labels Feb 21, 2026
@renovate renovate bot force-pushed the renovate/backend-minor branch from acc091d to 4944e17 Compare February 24, 2026 14:09
@github-actions github-actions bot added size/XS and removed size/XS labels Feb 24, 2026
@renovate renovate bot force-pushed the renovate/backend-minor branch from 4944e17 to 9dca652 Compare February 24, 2026 19:15
@github-actions github-actions bot added size/XS and removed size/XS labels Feb 24, 2026
@renovate renovate bot force-pushed the renovate/backend-minor branch from 9dca652 to 66c291a Compare February 24, 2026 23:45
@github-actions github-actions bot added size/XS and removed size/XS labels Feb 24, 2026
@renovate renovate bot force-pushed the renovate/backend-minor branch from 66c291a to 8c30838 Compare February 25, 2026 06:48
@github-actions github-actions bot added size/XS and removed size/XS labels Feb 25, 2026
@renovate renovate bot force-pushed the renovate/backend-minor branch from 8c30838 to 1c48909 Compare February 25, 2026 11:14
@github-actions github-actions bot added size/XS and removed size/XS labels Feb 25, 2026
@renovate renovate bot force-pushed the renovate/backend-minor branch from 1c48909 to b5c0721 Compare February 25, 2026 20:16
@github-actions github-actions bot added size/XS and removed size/XS labels Feb 25, 2026
@renovate renovate bot force-pushed the renovate/backend-minor branch from b5c0721 to bc0db65 Compare February 26, 2026 07:13
@github-actions github-actions bot added size/XS and removed size/XS labels Feb 26, 2026
@renovate renovate bot force-pushed the renovate/backend-minor branch from bc0db65 to 90498e8 Compare February 26, 2026 18:59
@github-actions github-actions bot removed the size/XS label Feb 26, 2026
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 3, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants