build(deps-dev): bump the python-tortoise group across 1 directory with 5 updates - #579
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
…th 5 updates Bumps the python-tortoise group with 5 updates in the /python/tortoise-orm directory: | Package | From | To | | --- | --- | --- | | [hatchling](https://github.com/pypa/hatch) | `1.31.0` | `1.32.0` | | [pip](https://github.com/pypa/pip) | `26.1.2` | `26.2.1` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.6.0` | `4.6.2` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.2.2` | `1.2.3` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.22` | `0.16.4` | Updates `hatchling` from 1.31.0 to 1.32.0 - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](pypa/hatch@hatchling-v1.31.0...hatchling-v1.32.0) Updates `pip` from 26.1.2 to 26.2.1 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](pypa/pip@26.1.2...26.2.1) Updates `pre-commit` from 4.6.0 to 4.6.2 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.6.0...v4.6.2) Updates `python-dotenv` from 1.2.2 to 1.2.3 - [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.2.2...v1.2.3) Updates `ruff` from 0.15.22 to 0.16.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.22...0.16.4) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-tortoise - dependency-name: pip dependency-version: 26.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-tortoise - dependency-name: pre-commit dependency-version: 4.6.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-tortoise - dependency-name: python-dotenv dependency-version: 1.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-tortoise - dependency-name: ruff dependency-version: 0.16.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-tortoise ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/uv/python/tortoise-orm/python-tortoise-26742e68b2
branch
from
August 25, 2026 19:18
78ff788 to
655ef2d
Compare
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 python-tortoise group with 5 updates in the /python/tortoise-orm directory:
1.31.01.32.026.1.226.2.14.6.04.6.21.2.21.2.30.15.220.16.4Updates
hatchlingfrom 1.31.0 to 1.32.0Release notes
Sourced from hatchling's releases.
Commits
558061cFix ci (#2377)bc6d1bcrelease Hatch v1.18.0 (#2376)8429e5drelease Hatchling v1.32.0 (#2375)413b3a8Prepare for release (#2374)4ccc9eaBug Fix - fix CTRL-C behavior to correctly handle signals (#2369)a885803Add sources to enable other types of local dependencies (#2313)ab3e000Add --all flag to hatch build for building all workspace members (#2352)bb90277fix: Allow the; privateannotation inimport-names/import-namespacesp...3a9d853fix: prevent backward relative paths in readme (#2354)c4dc4f8test: Fix test expectations for metadata generated byflit-core(#2365)Updates
pipfrom 26.1.2 to 26.2.1Changelog
Sourced from pip's changelog.
... (truncated)
Commits
634a6ecBump for releaseae2eb4fRevert build dependency installer isolation for legacy build environment (#14...6236392Merge pull request #14213 from pypa/release/26.2da4b2ccBump for development4b6ae5cBump for release50b6d3cUpdate AUTHORS.txtdbddfbdTweak news entries for pip 26.2 (#14212)6576b75Merge pull request #14165 from sbidoul/refactor-pylock-hanling-sbi0090e00Address a variety of typos detected in code reviewe12ddd9Add support for --uploaded-prior-to with -r pylock.tomlUpdates
pre-commitfrom 4.6.0 to 4.6.2Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
Commits
9767b6cv4.6.242ee3ffMerge pull request #3743 from pre-commit/npm-build-scripts-11-x3056619fixlanguage: nodefor hooks with build scripts and npm 11.x242ce8av4.6.1766e550Merge pull request #3727 from pre-commit/dedupe1558d06Merge pull request #3726 from pre-commit/exists-faster8a1c47aavoid duplicate files in --all-files during conflict2e01c99faster check of rev existing locally as a commit3613bf2Merge pull request #3701 from pre-commit/autoupdate-repos1d811d9Return an error for invalid --repoUpdates
python-dotenvfrom 1.2.2 to 1.2.3Release notes
Sourced from python-dotenv's releases.
Changelog
Sourced from python-dotenv's changelog.
Commits
49515afBump version: 1.2.2 → 1.2.38ac846fchore: add release runbook (RELEASING.md) and make release targetbb31c94docs: add 1.2.3 release notes (#606, #638, #680)f7b18d9fix: round-trip backslashes through set_key (#680)751f8c1ci(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions gro...f1937b6chore(deps): update mkdocs-include-markdown-plugin requirement from >=6.0.0 t...45b9372chore(deps): update pytest requirement from >=3.9 to >=9.0.3 (#653)72896e9docs: fix broken mkdocs link in CONTRIBUTING.md (#636)72754a1ci(deps): bump peaceiris/actions-gh-pages from 4.0.0 to 4.1.0 in the github-a...078325eci(security): harden CI/CD supply chain with SHA pinning and least-privilege ...Updates
rufffrom 0.15.22 to 0.16.4Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
11c76bfBump 0.16.4 (#27937)d53c8c5Isolate playground builds from deployment credentials (#27839)cab001eDisable uv preview for releases and pre-commit hooks (#27939)f8d575f[ty] Clarify writing guidance for human readers (#27912)ca45faeSet--previewand--default-indexfor theuv-lockhook (#27935)4827bf7ExportUV_DEFAULT_INDEXinrelease.sh(#27934)d1087a4[ty] Handle assignment expressions in string annotations (#27921)680cce4[ty] Optimize inherited recursive protocol comparisons (#27922)974d3cbUpgrade ecosystem-analyzer and mypy_primer to the latest upstream pins (#27932)b169b40Install cargo tools locked (#27929)