Skip to content

Bump the production-version-updates group with 3 updates#243

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/production-version-updates-f4fb0f035a
May 26, 2025
Merged

Bump the production-version-updates group with 3 updates#243
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/production-version-updates-f4fb0f035a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 26, 2025

Bumps the production-version-updates group with 3 updates: alembic, pydantic and typing-inspection.

Updates alembic from 1.15.2 to 1.16.1

Release notes

Sourced from alembic's releases.

1.16.1

Released: May 21, 2025

bug

  • [bug] [command] Fixed regression caused by the pathlib refactoring that removed the use of Config.get_template_directory() as the canonical source of templates; the method is still present however it no longer would be consulted for a custom config subclass, as was the case with flask-migrate.

    References: #1660

  • [bug] [command] Fixed regression caused by the pathlib refactoring where the "missing template" error message failed to render the name of the template that could not be found.

    References: #1659

1.16.0

Released: May 21, 2025

feature

  • [feature] [environment] Added optional PEP 621 support to Alembic, allowing all source code related configuration (e.g. local file paths, post write hook configurations, etc) to be configured in the project's pyproject.toml file. A new init template pyproject is added which illustrates a basic PEP 621 setup.

    Besides being better integrated with a Python project's existing source code configuration, the TOML format allows for more flexible structures, allowing configuration items like version_locations and prepend_sys_path to be configured as lists of path strings without the need for path separator characters used by ConfigParser format. The feature continues to support the %(here)s token which can substitute the absolute parent directory of the pyproject.toml file when consumed.

    The PEP 621 feature supports configuration values that are relevant to source code organization and generation only; it does not accommodate configuration of database connectivity or logging, which remain under the category of "deployment" configuration and continue to be part of alembic.ini, or whatever configurational method is established by the env.py file. Using the combination of pyproject.toml for source code configuration along with a custom database/logging configuration method established in env.py will allow the alembic.ini file to be

... (truncated)

Commits

Updates pydantic from 2.11.4 to 2.11.5

Release notes

Sourced from pydantic's releases.

v2.11.5 2025-05-22

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.11.4...v2.11.5

Changelog

Sourced from pydantic's changelog.

v2.11.5 (2025-05-22)

GitHub release

What's Changed

Fixes

Commits
  • 5e6d1dc Prepare release v2.11.5
  • 1b63218 Do not duplicate metadata on model rebuild (#11902)
  • 5aefad8 Do not delete mock validator/serializer in model_rebuild()
  • 8fbe658 Check if FieldInfo is complete after applying type variable map
  • 12b371a Update documentation about @dataclass_transform support
  • 3a6aef4 Fix missing link in documentation
  • 0506b9c Fix light/dark mode documentation toggle
  • 58078c8 Fix typo in documentation
  • See full diff in compare view

Updates typing-inspection from 0.4.0 to 0.4.1

Changelog

Sourced from typing-inspection's changelog.

v0.4.1 (2025-05-21)

  • Use list as a type hint for InspectedAnnotation.metadata by @​Viicos in #43
Commits
  • 3bc3f96 Prepare release 0.4.1 (#44)
  • 17b939c Bump development dependencies (#46)
  • dcdd318 Add proper reference to dataclasses.IniVar in AnnotationSource.DATACLASS ...
  • 5f86b14 Use list as a type hint for InspectedAnnotation.metadata (#43)
  • b737855 Add SPDX license identifier (#42)
  • 61c25e5 Improve test coverage (#41)
  • a56b8c3 Fix implementation of is_union_origin() (#40)
  • e20451f Add typing_objects.is_forwardref() (#38)
  • eb7654b Fix some typos (#36)
  • 5cb7257 Fix compatibility with latest Python 3.14 release (#37)
  • Additional commits viewable in compare view

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

Bumps the production-version-updates group with 3 updates: [alembic](https://github.com/sqlalchemy/alembic), [pydantic](https://github.com/pydantic/pydantic) and [typing-inspection](https://github.com/pydantic/typing-inspection).


Updates `alembic` from 1.15.2 to 1.16.1
- [Release notes](https://github.com/sqlalchemy/alembic/releases)
- [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/alembic/commits)

Updates `pydantic` from 2.11.4 to 2.11.5
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.11.4...v2.11.5)

Updates `typing-inspection` from 0.4.0 to 0.4.1
- [Release notes](https://github.com/pydantic/typing-inspection/releases)
- [Changelog](https://github.com/pydantic/typing-inspection/blob/main/HISTORY.md)
- [Commits](pydantic/typing-inspection@v0.4.0...v0.4.1)

---
updated-dependencies:
- dependency-name: alembic
  dependency-version: 1.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-version-updates
- dependency-name: pydantic
  dependency-version: 2.11.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-version-updates
- dependency-name: typing-inspection
  dependency-version: 0.4.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-version-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 26, 2025
@github-actions github-actions Bot enabled auto-merge May 26, 2025 12:19
@github-actions github-actions Bot merged commit b1682dd into main May 26, 2025
4 checks passed
@github-actions github-actions Bot deleted the dependabot/pip/production-version-updates-f4fb0f035a branch May 26, 2025 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants