Bump the python-dependencies group across 1 directory with 7 updates#1050
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the python-dependencies group across 1 directory with 7 updates#1050dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [ruff](https://github.com/astral-sh/ruff), [clarifai-grpc](https://github.com/Clarifai/clarifai-python-grpc), [tqdm](https://github.com/tqdm/tqdm), [pydantic-core](https://github.com/pydantic/pydantic), [openai](https://github.com/openai/openai-python), [pypdf](https://github.com/py-pdf/pypdf) and [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. Updates `ruff` from 0.15.12 to 0.15.16 - [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.12...0.15.16) Updates `clarifai-grpc` to 12.4.5 - [Release notes](https://github.com/Clarifai/clarifai-python-grpc/releases) - [Commits](Clarifai/clarifai-python-grpc@12.4.0...12.4.5) Updates `tqdm` to 4.68.2 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.67.3...v4.68.2) Updates `pydantic-core` to 2.46.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@core-v2.46.3...core-v2.46.4) Updates `openai` to 2.41.1 - [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.34.0...v2.41.1) Updates `pypdf` from 6.10.2 to 6.13.2 - [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.10.2...6.13.2) Updates `pydantic` from 2.13.3 to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.13.3...v2.13.4) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: clarifai-grpc dependency-version: 12.4.5 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: tqdm dependency-version: 4.68.2 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pydantic-core dependency-version: 2.46.4 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: openai dependency-version: 2.41.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pypdf dependency-version: 6.13.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... 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.
Warning
Dependabot will stop supporting
python v3.9!Please upgrade to one of the following versions:
v3.9,v3.10,v3.11,v3.12,v3.13, orv3.14.Updates the requirements on ruff, clarifai-grpc, tqdm, pydantic-core, openai, pypdf and pydantic to permit the latest version.
Updates
rufffrom 0.15.12 to 0.15.16Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
6c498abBump 0.15.16 (#25635)e51e132[flake8-async] Implementyield-in-context-manager-in-async-generator(`AS...7c6dcd9[ty] Add caching for pattern match narrowing (#25613)27058fc[ty] Compact retained definition and expression identities (#25606)bf80d05Fix CODEOWNERS syntax (#25622)10ccd51Shrink additional parser AST collections (#25465)0d7135f[ty] Upgrade Salsa (#25545)49493a3[ty] Show type alias value on hover (#25381)85207d3[ty] sys.implementation.version is not sys.version_info (#25608)a8a0614[ty] Avoid retaining duplicate function signatures (#25609)Updates
clarifai-grpcto 12.4.5Commits
7b65cceGRPC clients version 12.4.512edd51[TP-2072] Fix stg SDH url - part 3 (#258)1662916GRPC clients version 12.4.43f49261GRPC clients version 12.4.30f5b25bRemove test instance type ids (#257)8d66375[TP-2072] Fix stg SDH url - part 2 (#256)bf9c56d[TP-2072] Fix stg SDH url (#255)ff8b53eGRPC clients version 12.4.23381f17GRPC clients version 12.4.1Updates
tqdmto 4.68.2Release notes
Sourced from tqdm's releases.
Commits
4b33952revert accidental change totqdm(ascii)defaultb10848fdocs: fix links85b62dddocs: replace stray rst -> mdd2fb04adocs: mention OpenAI sponsorship85940f9docs: consistent progress bar terminology9dbb36btests: fix coverage67cf355Merge pull request #1751 from jaltmayerpizzorno/fix-atexit-monitor-deadlockcfa4a85minor docstring updatesf83290cFix TMonitor deadlock at interpreter shutdown59029c3Set name for tqdm monitor thread (#1752)Updates
pydantic-coreto 2.46.4Changelog
Sourced from pydantic-core's changelog.
... (truncated)
Commits
cf67d4bFix lintingf0d8a21Prepare release v2.13.45e3fe1dCheck for pydantic tag pattern in CI7f9edccDocument tagging conventionsb46a0c9Adaptpydantic-corelinker flags on macOS50629c8Update to PyPy 7.3.228522ebbPreserveRootModelcore metadataa37f3afAdaptMISSINGsentinel test to work with unreleasedtyping_extensionsver...909259aRemove Logfire example in documentation2c4174cBump libc from 0.2.155 to 0.2.185Updates
openaito 2.41.1Release notes
Sourced from openai's releases.
Changelog
Sourced from openai's changelog.
... (truncated)
Commits
7198756release: 2.41.13842a5eci: use PyPI trusted publishing (#3365)2a91011build: Remove scheduled release workflow trigger (#3366)2d955a1Merge pull request #3359 from openai/release-please--branches--main--changes-...519cd02release: 2.41.087e46c2feat(api): responses.moderation and chat_completions.moderationa28a3f6Merge pull request #3352 from openai/release-please--branches--main--changes-...db6ccafUpdate CHANGELOG.md2264f70release: 2.40.04d5bfdefix(api): allow setting bedrock api keys on the client directlyUpdates
pypdffrom 6.10.2 to 6.13.2Release notes
Sourced from pypdf's releases.
... (truncated)
Changelog
Sourced from pypdf's changelog.
... (truncated)
Commits
6490dffREL: 6.13.2d209c2cSEC: Detect multi-hop cyclic /Pages trees in _flatten to prevent SIGSEGV (#3847)06d4106ROB: Fix UnboundLocalError in _read_standard_xref_table on a malformed entry ...c64016aROB: Raise PdfStreamError on non-hexadecimal bytes in hex readers (#3832)6207d77ROB: Guard truncated Type1 font program in _type1_alternative (#3835)e31de26DEV: Bump actions/checkout from 6.0.2 to 6.0.3 (#3843)7a3a870REL: 6.13.15efe472SEC: Prevent infinite loops when processing threads/articles (#3839)80509e3ROB: Avoid recursion errors for _doc_common (#3838)d74d95dMAINT: Remove unreachable return in read_until_regex (#3833)Updates
pydanticfrom 2.13.3 to 2.13.4Release notes
Sourced from pydantic's releases.
Changelog
Sourced from pydantic's changelog.
Commits
cf67d4bFix lintingf0d8a21Prepare release v2.13.45e3fe1dCheck for pydantic tag pattern in CI7f9edccDocument tagging conventionsb46a0c9Adaptpydantic-corelinker flags on macOS50629c8Update to PyPy 7.3.228522ebbPreserveRootModelcore metadataa37f3afAdaptMISSINGsentinel test to work with unreleasedtyping_extensionsver...909259aRemove Logfire example in documentation2c4174cBump libc from 0.2.155 to 0.2.185Dependabot 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