-
Notifications
You must be signed in to change notification settings - Fork 30
chore(deps): bump the uv-all group across 1 directory with 19 updates #120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
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
Bumps the uv-all group with 18 updates in the / directory: | Package | From | To | | --- | --- | --- | | [google-genai](https://github.com/googleapis/python-genai) | `1.28.0` | `1.45.0` | | [pydantic](https://github.com/pydantic/pydantic) | `2.11.7` | `2.12.3` | | [pydantic-ai](https://github.com/pydantic/pydantic-ai) | `0.4.11` | `1.1.0` | | [web3](https://github.com/ethereum/web3.py) | `7.12.1` | `7.14.0` | | [pillow](https://github.com/python-pillow/Pillow) | `11.3.0` | `12.0.0` | | [pymupdf](https://github.com/pymupdf/pymupdf) | `1.26.3` | `1.26.5` | | [google-adk](https://github.com/google/adk-python) | `1.9.0` | `1.16.0` | | [dulwich](https://github.com/dulwich/dulwich) | `0.24.1` | `0.24.6` | | [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) | `22.3` | `22.5` | | [slack-sdk](https://github.com/slackapi/python-slack-sdk) | `3.36.0` | `3.37.0` | | [discord-py](https://github.com/Rapptz/discord.py) | `2.5.2` | `2.6.4` | | [cryptography](https://github.com/pyca/cryptography) | `45.0.5` | `46.0.3` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.403` | `1.1.406` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.1` | `8.4.2` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.1.0` | `1.2.0` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.14.1` | `3.15.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.12.7` | `0.14.1` | | [reportlab](https://www.reportlab.com/) | `4.4.3` | `4.4.4` | Updates `google-genai` from 1.28.0 to 1.45.0 - [Release notes](https://github.com/googleapis/python-genai/releases) - [Changelog](https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md) - [Commits](googleapis/python-genai@v1.28.0...v1.45.0) Updates `pydantic` from 2.11.7 to 2.12.3 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.11.7...v2.12.3) Updates `pydantic-ai` from 0.4.11 to 1.1.0 - [Release notes](https://github.com/pydantic/pydantic-ai/releases) - [Changelog](https://github.com/pydantic/pydantic-ai/blob/main/docs/changelog.md) - [Commits](pydantic/pydantic-ai@v0.4.11...v1.1.0) Updates `web3` from 7.12.1 to 7.14.0 - [Changelog](https://github.com/ethereum/web3.py/blob/v7.14.0/docs/release_notes.rst) - [Commits](ethereum/web3.py@v7.12.1...v7.14.0) Updates `pillow` from 11.3.0 to 12.0.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@11.3.0...12.0.0) Updates `pymupdf` from 1.26.3 to 1.26.5 - [Release notes](https://github.com/pymupdf/pymupdf/releases) - [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt) - [Commits](pymupdf/PyMuPDF@1.26.3...1.26.5) Updates `google-adk` from 1.9.0 to 1.16.0 - [Release notes](https://github.com/google/adk-python/releases) - [Changelog](https://github.com/google/adk-python/blob/main/CHANGELOG.md) - [Commits](google/adk-python@v1.9.0...v1.16.0) Updates `dulwich` from 0.24.1 to 0.24.6 - [Release notes](https://github.com/dulwich/dulwich/releases) - [Changelog](https://github.com/jelmer/dulwich/blob/master/NEWS) - [Commits](jelmer/dulwich@dulwich-0.24.1...dulwich-0.24.6) Updates `python-telegram-bot` from 22.3 to 22.5 - [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases) - [Commits](python-telegram-bot/python-telegram-bot@v22.3...v22.5) Updates `slack-sdk` from 3.36.0 to 3.37.0 - [Release notes](https://github.com/slackapi/python-slack-sdk/releases) - [Commits](slackapi/python-slack-sdk@v3.36.0...v3.37.0) Updates `discord-py` from 2.5.2 to 2.6.4 - [Commits](Rapptz/discord.py@v2.5.2...v2.6.4) Updates `cryptography` from 45.0.5 to 46.0.3 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@45.0.5...46.0.3) Updates `pyopenssl` from 25.1.0 to 25.3.0 - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](pyca/pyopenssl@25.1.0...25.3.0) Updates `pyright` from 1.1.403 to 1.1.406 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.403...v1.1.406) Updates `pytest` from 8.4.1 to 8.4.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.1...8.4.2) Updates `pytest-asyncio` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.1.0...v1.2.0) Updates `pytest-mock` from 3.14.1 to 3.15.1 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-mock@v3.14.1...v3.15.1) Updates `ruff` from 0.12.7 to 0.14.1 - [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.12.7...0.14.1) Updates `reportlab` from 4.4.3 to 4.4.4 --- updated-dependencies: - dependency-name: google-genai dependency-version: 1.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-all - dependency-name: pydantic dependency-version: 2.12.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-all - dependency-name: pydantic-ai dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: uv-all - dependency-name: web3 dependency-version: 7.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-all - dependency-name: pillow dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: uv-all - dependency-name: pymupdf dependency-version: 1.26.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: uv-all - dependency-name: google-adk dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-all - dependency-name: dulwich dependency-version: 0.24.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: uv-all - dependency-name: python-telegram-bot dependency-version: '22.5' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-all - dependency-name: slack-sdk dependency-version: 3.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-all - dependency-name: discord-py dependency-version: 2.6.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-all - dependency-name: cryptography dependency-version: 46.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: uv-all - dependency-name: pyopenssl dependency-version: 25.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-all - dependency-name: pyright dependency-version: 1.1.406 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: uv-all - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: uv-all - dependency-name: pytest-asyncio dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-all - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-all - dependency-name: ruff dependency-version: 0.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-all - dependency-name: reportlab dependency-version: 4.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: uv-all ... Signed-off-by: dependabot[bot] <[email protected]>
7a6a9f4 to
a04afc2
Compare
Contributor
Author
|
Dependency file content did not change. Because of this, Dependabot cannot update this pull request. |
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python:uv
Pull requests that update python:uv code
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 uv-all group with 18 updates in the / directory:
1.28.01.45.02.11.72.12.30.4.111.1.07.12.17.14.011.3.012.0.01.26.31.26.51.9.01.16.00.24.10.24.622.322.53.36.03.37.02.5.22.6.445.0.546.0.31.1.4031.1.4068.4.18.4.21.1.01.2.03.14.13.15.10.12.70.14.14.4.34.4.4Updates
google-genaifrom 1.28.0 to 1.45.0Release notes
Sourced from google-genai's releases.
... (truncated)
Changelog
Sourced from google-genai's changelog.
... (truncated)
Commits
d4da4c5chore(main): release 1.45.0 (#1520)f0083a2feat: add support for Python 3.14.57a4765fix: Keys in Live API tool responses are incorrectly re-caseda0dfe27doc: update custom base url instructionfeebd98Copybara import of the project:dbad188chore: add _async_httpx_client_args field to BaseApi clientdf09defchore(main): release 1.44.0 (#1507)341ea77feat: Support video extension for Veo on Gemini Developer API160997efeat: Support fully override base_url and raw model name when none of the pro...9c8147bdocs: Refresh docs.Updates
pydanticfrom 2.11.7 to 2.12.3Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
1a8850dPrepare release 2.12.309dbcf2AddFieldInfo.asdict()method, improve documentation aroundFieldInfo5da4331Improve documentation about serialize as any behavior9c86324Raise a warning when an invalid after model validator function signature is r...36a73c6Updatepydantic-extra-typesdependency to version>=2.10.61e616a3Prepare release v2.12.2dc302e2Fix issue with recursive generic models with a parent model class6876485Bumppydantic-coreto v2.41.4b4076c6Prepare release 2.12.1b67f072Bumppydantic-coreto v2.41.3Updates
pydantic-aifrom 0.4.11 to 1.1.0Release notes
Sourced from pydantic-ai's releases.
... (truncated)
Changelog
Sourced from pydantic-ai's changelog.
... (truncated)
Commits
6635272De-flake Prefect test by enforcing sequential tool calls for test (#3177)db13fd0Explicitly request image response modality from Google API when model support...1e0e99cRevert "FixRunUsage.tool_callsbeing undercounted due to race condition wh...afccc1bFixRunUsage.tool_callsbeing undercounted due to race condition when runni...2af6fafDocument OpenAI-compatible provider prefixes (#3169)b3b34f9fix(gateway): updatebase_urlto{domain}/proxy(#3164)493f42cAdddescriptionarg to tool function decorators (#3153)f2b9e9fAdd missing Prefect API docs (#3158)2d84e6aAdd Prefect durable execution (#3156)2631d9bRecord instructions on the agent run span even when they are dynamic (#3131)Updates
web3from 7.12.1 to 7.14.0Changelog
Sourced from web3's changelog.
... (truncated)
Commits
c3f7530Bump version: 7.13.0 → 7.14.044942e0Compile release notes for v7.14.02dced98Make AsyncWeb3 Generic (#3761)4ccd2bdAlign isort skip path1bccdd6Update 3730.bugfix.rsta1c2e83Update link wiki (#3746)dd2f65aIgnore too slow healthcheck for test_key_generation_is_deterministic (#3750)dd7d379Fix indentation in the docs (#3752)df0ce3bResolve datetime.datetime.utcnow() deprecation (#3751)087c99dfix(tests): Stop a running geth instance if the test failsUpdates
pillowfrom 11.3.0 to 12.0.0Release notes
Sourced from pillow's releases.
... (truncated)
Commits
693df7b12.0.0 version bumpd175bb8Use macos-14 for iOS arm64 simulator (#9258)592b2f8Revert "Use macos-latest for iOS arm64 simulator"5dddb2cUse enums for Modes and RawModes in C (#9256)e7b72a3Add ImageText (#9098)864d4b6Shift bits before making value negative (#9255)994a9deInstall arro3 dependencies when type checking (#9254)d5e1601Improved documentatione533cccMerge branch 'main' into imagetext95a85dcUse snake caseUpdates
pymupdffrom 1.26.3 to 1.26.5Release notes
Sourced from pymupdf's releases.
... (truncated)
Changelog
Sourced from pymupdf's changelog.
... (truncated)
Commits
cc13f80pipcl.py: Added asserts to avoid obscure build/runtime errors.cd79b59scripts/test.py: improved cibw command.97ed979scripts/test.py: avoid test failures from cibw's recent default to include fr...a707524tests/test_release.py: avoid error from os.path.relpath() on windows.aef5d64scripts/test.py: fixed bug in manylinux cibuildwheel builds.c4a83eatests/: added test_4699() for upstream bug fixed with mupdf master.090e23echanges.txt: add date of most recent release 1.26.4.90e86e7Add 3.14 to list of supported Python versions.13d89c0src/init.py: fix call of pdf_is_ocg_hidden() with mupdf master.d9d4ab8changes.txt: updated to match all changes since 1.26.4 release.Updates
google-adkfrom 1.9.0 to 1.16.0Release notes
Sourced from google-adk's releases.