Bump the production-version-updates group with 5 updates#234
Merged
github-actions[bot] merged 1 commit intomainfrom Mar 31, 2025
Merged
Conversation
Bumps the production-version-updates group with 5 updates: | Package | From | To | | --- | --- | --- | | [alembic](https://github.com/sqlalchemy/alembic) | `1.15.1` | `1.15.2` | | [pydantic](https://github.com/pydantic/pydantic) | `2.10.6` | `2.11.1` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.39` | `2.0.40` | | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.27.2` | `2.33.0` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.1` | `1.1.0` | Updates `alembic` from 1.15.1 to 1.15.2 - [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.10.6 to 2.11.1 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.10.6...v2.11.1) Updates `sqlalchemy` from 2.0.39 to 2.0.40 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `pydantic-core` from 2.27.2 to 2.33.0 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.27.2...v2.33.0) Updates `python-dotenv` from 1.0.1 to 1.1.0 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: alembic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-version-updates - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-version-updates - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-version-updates - dependency-name: pydantic-core dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-version-updates - dependency-name: python-dotenv dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps the production-version-updates group with 5 updates:
1.15.11.15.22.10.62.11.12.0.392.0.402.27.22.33.01.0.11.1.0Updates
alembicfrom 1.15.1 to 1.15.2Release notes
Sourced from alembic's releases.
Commits
Updates
pydanticfrom 2.10.6 to 2.11.1Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
6c38dc9Prepare release v2.11.1 (#11648)1dcddacDo not override'definitions-ref'schemas containing serialization schemas ...024fdaeFix small typos (#11643)58e61faPrepare release v2.11.0 (#11635)e2c2e81Addgenerate_arguments_schema()experimental function (#11572)72bea3fAddmkdocs-llmstxtdocumentation plugin (#11632)fcba832Simplify customization of default value inclusion in JSON Schema generation (...6f11161Add support for extra keys validation for models (#11578)7917b11Disable third-party workflow issue report (#11629)f5226d2Bumppydantic-coreto v2.33.0 (#11631)Updates
sqlalchemyfrom 2.0.39 to 2.0.40Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
pydantic-corefrom 2.27.2 to 2.33.0Release notes
Sourced from pydantic-core's releases.
... (truncated)
Commits
6c936deBump version to v2.33.0 (#1673)f977516Revertby_aliasdefault value change forto_json()and `to_jsonable_pytho...f256531Add support for extra keys validation for model fields (#1671)ac17f0cBump version to v2.32.0 (#1670)f3fa016AddTzInfo.__new__stub method (#1611)1defe62Add newarguments-v3schema (#1641)53bdfa6update authors (#1668)aa142f9bump jiter to 0.9, pyo3 to 0.24 (#1667)d8be765Bump version tov2.31.0(#1664)94d7985Skip reusing after validators in prebuilt schemas (#1663)Updates
python-dotenvfrom 1.0.1 to 1.1.0Release notes
Sourced from python-dotenv's releases.
Changelog
Sourced from python-dotenv's changelog.
Commits
6a02ef5update mkdocs -> mkdocstrings config36c6270Update changelog2198b69Bump version: 1.0.1 → 1.1.0c89fb6dUpdate changelog8dd413eAdd _is_debugger so load_dotenv will work in pdb (#553)9acba4aSome more s/Python-dotenv/python-dotenv/ (#552)3c19c03s/Python-dotenv/python-dotenv/ (#516)4159388Add support for python 3.13 and drop 3.8 (#551)2b8635bBump the github-actions group with 2 updates (#529)533f8acAdd Python 3.13 trove classifier (#535)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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