An open index of dependabot pull requests across open source projects.

Bump the minor-and-patch group across 1 directory with 6 updates

Merged
Number: #32
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: June 30, 2025 at 05:46 AM UTC
(4 months ago)
Updated: July 01, 2025 at 02:40 PM UTC
(4 months ago)
Merged: July 01, 2025 at 02:40 PM UTC
(4 months ago)
by randroid88
Time to Close: 1 day
Labels:
dependencies
Assignees:
randroid88
Description:

Bumps the minor-and-patch group with 6 updates in the /backend directory:

Package From To
fastapi 0.115.12 0.115.14
uvicorn[standard] 0.34.3 0.35.0
python-dotenv 1.1.0 1.1.1
pydantic 2.11.5 2.11.7
pydantic-settings 2.9.1 2.10.1
alembic 1.16.1 1.16.2

Updates fastapi from 0.115.12 to 0.115.14

Release notes

Sourced from fastapi's releases.

0.115.14

Fixes

Docs

Translations

Internal

0.115.13

Fixes

  • 🐛 Fix truncating the model's description with form feed (\f) character for Pydantic V2. PR #13698 by @​YuriiMotov.

Refactors

Upgrades

Docs

... (truncated)

Commits
  • ebdeda2 🔖 Release version 0.115.14
  • 8fa19a6 📝 Update release notes
  • 3ecb4c5 📝 Update release notes
  • 9d0d882 🐛 Fix support for unions when using Form (#13827)
  • df35896 📝 Update release notes
  • 8f64d09 ⬆ [pre-commit.ci] pre-commit autoupdate (#13823)
  • 3b09dd8 📝 Update release notes
  • c30821f 🌐 Add Ukrainian translation for docs/uk/docs/tutorial/response-model.md (#1...
  • 666890a 📝 Update release notes
  • 937af92 🌐 Add Ukrainian translation for docs/uk/docs/tutorial/security/index.md (#1...
  • Additional commits viewable in compare view

Updates uvicorn[standard] from 0.34.3 to 0.35.0

Release notes

Sourced from uvicorn[standard]'s releases.

Version 0.35.0

Added

Changed

New Contributors

Full Changelog: https://github.com/encode/uvicorn/compare/0.34.3...0.35.0

Changelog

Sourced from uvicorn[standard]'s changelog.

0.35.0 (June 28, 2025)

Added

  • Add WebSocketsSansIOProtocol (#2540)

Changed

  • Refine help message for option --proxy-headers (#2653)
Commits

Updates python-dotenv from 1.1.0 to 1.1.1

Release notes

Sourced from python-dotenv's releases.

v1.1.1

What's Changed

New Contributors

Full Changelog: https://github.com/theskumar/python-dotenv/compare/v1.1.0...v1.1.1

Changelog

Sourced from python-dotenv's changelog.

[1.1.1] - 2025-06-24

Fixed

Commits

Updates pydantic from 2.11.5 to 2.11.7

Release notes

Sourced from pydantic's releases.

v2.11.7 2025-06-14

What's Changed

Fixes

Full Changelog: https://github.com/pydantic/pydantic/compare/v2.11.6...v2.11.7

v2.11.6 2025-06-13

v2.11.6 (2025-06-13)

What's Changed

Fixes

Full Changelog: https://github.com/pydantic/pydantic/compare/v2.11.5...v2.11.6

Changelog

Sourced from pydantic's changelog.

v2.11.7 (2025-06-14)

GitHub release

What's Changed

Fixes

  • Copy FieldInfo instance if necessary during FieldInfo build by @​Viicos in #11898

v2.11.6 (2025-06-13)

GitHub release

What's Changed

Fixes

Commits
  • 5f033e4 Prepare release v2.11.7
  • c3368b8 Copy FieldInfo instance if necessary during FieldInfo build (#11980)
  • 3987b23 Prepare release v2.11.6
  • dc7a9d2 Always store the original field assignment on FieldInfo
  • c284c27 Rebuild dataclass fields before schema generation
  • See full diff in compare view

Updates pydantic-settings from 2.9.1 to 2.10.1

Release notes

Sourced from pydantic-settings's releases.

v2.10.1

What's Changed

Full Changelog: https://github.com/pydantic/pydantic-settings/compare/2.10.0...2.10.1

v2.10.0

What's Changed

New Contributors

Full Changelog: https://github.com/pydantic/pydantic-settings/compare/v2.9.1...2.10.0

Commits
  • 6bae3ab Prepare release 2.10.1 (#642)
  • 36b8bfe Remove unknown file reference in documentation (#640)
  • 697aaa6 Fix UnboundLocalError error in _replace_field_names_case_insensitively (#639)
  • 910b1b1 Prepare release 2.10.0 (#635)
  • 1ee6624 Expose AWS Secrets Manager case sensitive option (#629)
  • 180e74e feat: Add cli_shortcuts to CLI settings (#624)
  • e162908 Update deps (#633)
  • 159ef14 Expose GCP Secret Manager case sensitive option (#626)
  • e9f7994 add region as a parameter to aws secret manager (#622)
  • ca4ff9f Fix _consume_object_or_array on unbalanced brackets in JSON strings (#621)
  • Additional commits viewable in compare view

Updates alembic from 1.16.1 to 1.16.2

Release notes

Sourced from alembic's releases.

1.16.2

Released: June 16, 2025

bug

  • [bug] [autogenerate] Fixed issue where dialect-specific keyword arguments in dialect_kwargs were not rendered when rendering the Operations.create_foreign_key() operation. This prevented dialect-specific keywords from being rendered using custom Rewriter recipes that modify ops.CreateForeignKeyOp, similar to other issues such as #1635. Pull request courtesy Justin Malin.

    References: #1671

  • [bug] [command] Fixed rendering of pyproject.toml to include two newlines when appending content to an existing file. Pull request courtesy Jonathan Vanasco.

    References: #1679

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
Commits:
1
Files Changed:
1
Additions:
+6
Deletions:
-6
Package Dependencies
Package:
uvicorn
Ecosystem:
pip
Version Change:
0.34.3 → 0.35.0
Update Type:
Minor
Package:
fastapi
Ecosystem:
pip
Version Change:
0.115.12 → 0.115.14
Update Type:
Patch
Package:
pydantic
Ecosystem:
pip
Version Change:
2.11.5 → 2.11.7
Update Type:
Patch
Package:
alembic
Ecosystem:
pip
Version Change:
1.16.1 → 1.16.2
Update Type:
Patch
Ecosystem:
pip
Version Change:
2.9.1 → 2.10.1
Update Type:
Minor
Ecosystem:
pip
Version Change:
1.1.0 → 1.1.1
Update Type:
Patch
Technical Details
ID: 2463004
UUID: 2627833145
Node ID: PR_kwDOOctpPM6coY05
Host: GitHub
Repository: Randroids-Dojo/typescript-and-python-bootstrap
Merge State: Unknown