chore(deps): bump the backend-minor-patch group across 1 directory with 6 updates - #18
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
…th 6 updates Bumps the backend-minor-patch group with 6 updates in the /backend directory: | Package | From | To | | --- | --- | --- | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.14.2` | `2.15.0` | | [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.120.2` | `0.121.0` | | [openai](https://github.com/openai/openai-python) | `2.50.0` | `2.53.0` | | [pypdf](https://github.com/py-pdf/pypdf) | `6.14.2` | `6.15.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.16.0` | `0.16.2` | | [httpx2](https://github.com/pydantic/httpx2) | `2.9.1` | `2.10.0` | Updates `pydantic-settings` from 2.14.2 to 2.15.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.14.2...v2.15.0) Updates `anthropic` from 0.120.2 to 0.121.0 - [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md) - [Commits](anthropics/anthropic-sdk-python@v0.120.2...v0.121.0) Updates `openai` from 2.50.0 to 2.53.0 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](openai/openai-python@v2.50.0...v2.53.0) Updates `pypdf` from 6.14.2 to 6.15.0 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](py-pdf/pypdf@6.14.2...6.15.0) Updates `ruff` from 0.16.0 to 0.16.2 - [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.16.0...0.16.2) Updates `httpx2` from 2.9.1 to 2.10.0 - [Release notes](https://github.com/pydantic/httpx2/releases) - [Changelog](https://github.com/pydantic/httpx2/blob/main/src/httpx2/CHANGELOG.md) - [Commits](pydantic/httpx2@v2.9.1...v2.10.0) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-minor-patch - dependency-name: anthropic dependency-version: 0.121.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-minor-patch - dependency-name: openai dependency-version: 2.53.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-minor-patch - dependency-name: pypdf dependency-version: 6.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-minor-patch - dependency-name: ruff dependency-version: 0.16.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-minor-patch - dependency-name: httpx2 dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/uv/backend/backend-minor-patch-645ff93c66
branch
August 20, 2026 13:35
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 backend-minor-patch group with 6 updates in the /backend directory:
2.14.22.15.00.120.20.121.02.50.02.53.06.14.26.15.00.16.00.16.22.9.12.10.0Updates
pydantic-settingsfrom 2.14.2 to 2.15.0Release notes
Sourced from pydantic-settings's releases.
... (truncated)
Commits
f725ca1Prepare release 2.15.0 (#930)28f35c2Bump the python-packages group with 4 updates (#929)9056db0test: move function-local imports to the top of test modules (#927)f077e3afix: raise ValidationError for non-JSON env values on strict fields (#926)ae25d70fix: treat Secret subclasses as non-complex fields (#716) (#920)798dceaBump the python-packages group with 4 updates (#924)a190041Bump the github-actions group with 4 updates (#925)5d93332Bump the python-packages group with 4 updates (#921)d2fdedafix: read secret files as UTF-8 instead of the locale encoding (#917)2256a4eBump the python-packages group with 3 updates (#915)Updates
anthropicfrom 0.120.2 to 0.121.0Release notes
Sourced from anthropic's releases.
Changelog
Sourced from anthropic's changelog.
Commits
204fa8erelease: 0.121.0284a537feat(api): add support for session budgets, advisor tool, pinned inference lo...de568f2chore(docs): updates to a few documentation stringse271587chore(api): remove retired Claude Opus 4.1 models3d4115echore: ensure all dependencies have major version constraints (#274)5840eaachore(docs): small updates to descriptionsb4cfb5efeat(api): addmid-conversation-tool-changes-2026-07-01betaUpdates
openaifrom 2.50.0 to 2.53.0Release notes
Sourced from openai's releases.
... (truncated)
Changelog
Sourced from openai's changelog.
Commits
5e36cd3release: 2.53.0 (#3575)875a5c2ci: prepare checks for merge queue (#3574)b58332ffix(ci): avoid NumPy source builds and duplicate HTTPX coverage (#3573)dd1202dfeat(api): Add gpt-5.5 and tool name/namespace to Responses types (#3569)24b7cd1ci: migrate release-please to upstream action (#3568)f83b1f4release: 2.52.1 (#3562)cbdc98bchore(ci): pin setup-uv v5 to its underlying commit (#3560)ca693fbrelease: 2.52.02ad8c98feat(api): content provenance checks7a3d5e4docs: add API-key mTLS HTTP client recipes (#3552)Updates
pypdffrom 6.14.2 to 6.15.0Release notes
Sourced from pypdf's releases.
Changelog
Sourced from pypdf's changelog.
Commits
7f226a2REL: 6.15.04959848SEC: Improve performance of read_until_whitespace (#3947)51cb6acSEC: Limit CID width range and width count when loading fonts (#3946)afba808SEC: Limit token length for ToUnicode entries (#3944)aa2f37dDOC: Image and attachment filenames are unsanitized (#3942)760ba28DOC: Further clarify security policy55bd85cBUG: Expand low-bit samples for images without a filter (#3938)4807cb4ROB: Tolerate malformed /FontBBox when building font descriptors (#3895)ce9320bDEV: Bump pypa/gh-action-pypi-publish from 1.14.1 to 1.14.2 (#3941)8b6f6fdENH: Add ActualText tag when we produce RTL appearance stream (#3901)Updates
rufffrom 0.16.0 to 0.16.2Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
5b48a04Bump 0.16.2 (#27555)1b9e5fcUpdate Swatinem/rust-cache action to v2.9.2 (#27568)c4e86fc[ty] Add helper extension methods for half-range and equality constraints (#2...17a00de[ty] Reuse primer commands in memory reports (#27553)6ea296b[ty] Normalize type labels in structured docstrings (#26923)2fc445f[ty] Diagnose invalid getattr calls (#27502)22c7823[ty] Enable (but downrank) auto-import completion suggestions from stub-only ...05160d5[ty] Diagnose invalid descriptor__get__calls (#27400)baea3d0[ty] Expose strict analysis options in the playground (#27543)c88946e[ty] Bump ecosystem-analyzer for strict project settings (#27542)Updates
httpx2from 2.9.1 to 2.10.0Release notes
Sourced from httpx2's releases.
... (truncated)
Changelog
Sourced from httpx2's changelog.
Commits
a966320Version 2.10.0 (#1129)dee1d1aReturnstr | Noneinstead ofAnyfromHeaders.get(#1121)dec24adUsehttpx2-jsfetchon Emscripten (#1119)454b8b2Ignore unsolicited and duplicate Pong frames (#1122)cbfc0e0Improve SSE chunk buffering performance (#1117)ad141d8Refactor SSE parser coordination (#1118)e0b0124Make_clientdepend on the_transportspackage instead of its submodules ...e52f963Skip dependencies not needed on Emscripten (#1114)5d9eedcAddmax_event_sizeto cap SSE event buffering (#1071)55fad71Bump the python-packages group across 1 directory with 15 updates (#1112)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 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