This repository was archived by the owner on Mar 18, 2026. It is now read-only.
chore(deps): bump the dev-dependencies group across 1 directory with 7 updates - #629
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump the dev-dependencies group across 1 directory with 7 updates#629dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…7 updates Bumps the dev-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [apscheduler](https://github.com/agronholm/apscheduler) | `3.11.1` | `3.11.2` | | [cachetools](https://github.com/tkem/cachetools) | `6.2.2` | `6.2.4` | | [fastapi](https://github.com/fastapi/fastapi) | `0.123.7` | `0.127.0` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.44` | `2.0.45` | | [supabase](https://github.com/supabase/supabase-py) | `2.25.0` | `2.27.0` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.38.0` | `0.40.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.2` | `9.0.2` | Updates `apscheduler` from 3.11.1 to 3.11.2 - [Release notes](https://github.com/agronholm/apscheduler/releases) - [Commits](agronholm/apscheduler@3.11.1...3.11.2) Updates `cachetools` from 6.2.2 to 6.2.4 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](tkem/cachetools@v6.2.2...v6.2.4) Updates `fastapi` from 0.123.7 to 0.127.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.123.7...0.127.0) Updates `sqlalchemy` from 2.0.44 to 2.0.45 - [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 `supabase` from 2.25.0 to 2.27.0 - [Release notes](https://github.com/supabase/supabase-py/releases) - [Changelog](https://github.com/supabase/supabase-py/blob/main/CHANGELOG.md) - [Commits](supabase/supabase-py@v2.25.0...v2.27.0) Updates `uvicorn` from 0.38.0 to 0.40.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.38.0...0.40.0) Updates `pytest` from 8.4.2 to 9.0.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.2...9.0.2) --- updated-dependencies: - dependency-name: apscheduler dependency-version: 3.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: cachetools dependency-version: 6.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: fastapi dependency-version: 0.127.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: sqlalchemy dependency-version: 2.0.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: supabase dependency-version: 2.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: uvicorn dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/uv/main/dev-dependencies-0a58d95c6e
branch
January 2, 2026 12:18
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 dev-dependencies group with 7 updates in the / directory:
3.11.13.11.26.2.26.2.40.123.70.127.02.0.442.0.452.25.02.27.00.38.00.40.08.4.29.0.2Updates
apschedulerfrom 3.11.1 to 3.11.2Release notes
Sourced from apscheduler's releases.
Commits
0f70950Added the release versionbc404e6Updated publish actionsc3aa155Updated pre-commit modulesad6b2dcAdded fix for get_next_fire_time not advancing through fold with unfolded pre...Updates
cachetoolsfrom 6.2.2 to 6.2.4Changelog
Sourced from cachetools's changelog.
Commits
9983ef8Bump version for uploading with updated twine.c935468Release v6.2.3.94d1099Prepare v6.2.3.af8b7d4Fix #372: Convert setup.cfg to pyproject.toml.20b8a19Fix #370: Mention that using@cachedmethodwith condition requires self to be...116fb4cMinor style and readability improvements.96546eaBump actions/checkout from 5.0.0 to 6.0.00106cc1Bump actions/setup-python from 6.0.0 to 6.1.0Updates
fastapifrom 0.123.7 to 0.127.0Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
c4a1ab5🔖 Release version 0.127.022c7200📝 Update release notes6e42bcd🔊 Add deprecation warnings when usingpydantic.v1(#14583)6513d4d📝 Update release notes1d93d53⬆️ Upgrade OpenAI model for translations to gpt-5.2 (#14579)c2c1cc8📝 Update release notes5289259🔧 Add LLM prompt file for Korean, generated from the existing translations (#...5783910📝 Update release notes026b43e🔧 Add LLM prompt file for Japanese, generated from the existing translations ...6b591dd📝 Update release notesUpdates
sqlalchemyfrom 2.0.44 to 2.0.45Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
supabasefrom 2.25.0 to 2.27.0Release notes
Sourced from supabase's releases.
Changelog
Sourced from supabase's changelog.
Commits
64a0483chore(main): release 2.27.0 (#1336)6df3545fix(storage): replace deprecated pydantic Extra with literal values (#1334)f600f96feat(auth): add X (OAuth 2.0) provider (#1335)822c44cchore(main): release 2.26.0 (#1332)08e3b4cfeat(storage): add pyiceberg wrapper (#1326)78ebf2cfeat(supabase): use yarl URL builder in supabase as well (#1331)e3ddf40fix(storage): remove v1 from path concatenation (#1330)cf2c6b8chore(main): release 2.25.1 (#1328)63f7226fix(storage): add query parameters option to download (#1327)Updates
uvicornfrom 0.38.0 to 0.40.0Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
Commits
9ff6004Version 0.40.0 (#2773)19df042Drop Python 3.9 (#2772)865ce7cRun strict mypy on test suite (#2771)4f40b84Version 0.39.0 (#2770)5692dfcfix(websockets): Send close frame on ASGI return (#2769)4194764chore(deps): bump the github-actions group with 2 updates (#2763)d94bf28explicitly start ASGI run with empty context (#2742)8ae0bcbchore(deps): bump the github-actions group with 2 updates (#2748)4744ff9Add groups configuration for GitHub Actions (#2747)0391372chore(deps): bump astral-sh/setup-uv from 6.8.0 to 7.1.2 (#2746)Updates
pytestfrom 8.4.2 to 9.0.2Release notes
Sourced from pytest's releases.
... (truncated)
Commits
3d10b51Prepare release version 9.0.2188750bMerge pull request #14030 from pytest-dev/patchback/backports/9.0.x/1e4b01d1f...b7d7befMerge pull request #14014 from bluetech/compat-notebd08e85Merge pull request #14013 from pytest-dev/patchback/backports/9.0.x/922b60377...bc78386Add CLI options reference documentation (#13930)5a4e398Fix docs typo (#14005) (#14008)d7ae6dfMerge pull request #14006 from pytest-dev/maintenance/update-plugin-list-tmpl...556f6a2pre-commit: fix rst-lint after new release (#13999) (#14001)c60fbe6Fix quadratic-time behavior when handlingunittestsubtests in Python 3.10 ...73d9b01Merge pull request #13995 from nicoddemus/patchback/backports/9.0.x/1b5200c0f...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