Skip to content

feat(deps): bump the all group across 1 directory with 57 updates - #1192

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/all-5ea5388146
Open

feat(deps): bump the all group across 1 directory with 57 updates#1192
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/all-5ea5388146

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on pydantic-ai-slim, rich, ipykernel, neomodel, rapidfuzz, python-dotenv, more-itertools, argilla, cpr-sdk, wandb, boto3, pyvespa, pyyaml, nltk, datasets, boto3-stubs, typer, awscli, prefect, tenacity, requests, aioboto3, types-aioboto3, coiled, matplotlib, pandas, tabulate, polars, datalake, deltalake, scikit-learn, gitpython, snowflake-connector-python, torch, sentence-transformers, transformers, accelerate, cloudpickle, dask, distributed, msgpack, tornado, pytest, hypothesis, mkdocs-material, pre-commit, syrupy, moto, pytest-env, pytest-asyncio, pulumi, pulumi-aws, pulumi-docker, jinja2, pyright, duckdb and fastmcp to permit the latest version.
Updates pydantic-ai-slim to 2.20.0

Release notes

Sourced from pydantic-ai-slim's releases.

v2.20.0 (2026-07-28)

What's Changed

🚀 Features

🐛 Bug Fixes

New Contributors

Full Changelog: pydantic/pydantic-ai@v2.19.0...v2.20.0

Changelog

Sourced from pydantic-ai-slim's changelog.

Upgrade Guide

In September 2025, Pydantic AI reached V1 and committed to API stability: no changes that break your code until V2. V2 is now available, collecting the breaking and behavior changes that stability guarantee didn't allow. This guide is the canonical place to learn what's in V2, how to install it, and how to upgrade; for the guarantees behind these version numbers, see the Version Policy.

Breaking Changes

Here's a filtered list of the breaking changes for each version to help you upgrade Pydantic AI.

v2.0.0 (2026-06-23)

The stable V2.0 release. There are no new breaking or behavior changes since the betas; the full breaking-change list and recommended upgrade path are in the v2.0.0b1 entry below. Install it with:

uv add pydantic-ai

v2.0.0b7 (2026-06-10)

The seventh V2 beta, forked from v1.107.0. There are no new V2 breaking or behavior changes since v2.0.0b6 below — everything in that entry applies unchanged — but this beta picks up the latest V1 release on top, which adds Claude Fable 5 / Mythos 5 model support and OpenRouter prompt caching (CachePoint), plus known_model_names() and Anthropic fixes; see the v1.107.0 release notes for the full list.

Install it the same way, pinning the exact pre-release version:

pip/uv-add "pydantic-ai==2.0.0b7"

For the full breaking-change list and the recommended upgrade path, see the v2.0.0b1 entry below; the only difference is that the latest V1 to upgrade through first is now v1.107.0.

v2.0.0b6 (2026-06-04)

The sixth V2 beta, forked from v1.106.0. There are no new V2 breaking or behavior changes since v2.0.0b5 below — everything in that entry applies unchanged — but this beta picks up the latest V1 release on top, which adds api_host/timeout configuration and base seed mapping for the xAI provider, plus streaming and data-URI handling fixes; see the v1.106.0 release notes for the full list.

Install it the same way, pinning the exact pre-release version:

pip/uv-add "pydantic-ai==2.0.0b6"

For the full breaking-change list and the recommended upgrade path, see the v2.0.0b1 entry below; the only difference is that the latest V1 to upgrade through first is now v1.106.0.

v2.0.0b5 (2026-06-02)

The fifth V2 beta, forked from v1.105.0. There are no new V2 breaking or behavior changes since v2.0.0b4 below — everything in that entry (including the prepare-callbacks change) still applies — but this beta picks up the latest V1 release on top, which adds on-demand (deferred-loading) capabilities and Grok 4.3 reasoning_effort support, plus GoogleModelSettings.google_cached_content and Temporal gateway/ fixes; see the v1.105.0 release notes for the full list.

Install it the same way, pinning the exact pre-release version:

pip/uv-add "pydantic-ai==2.0.0b5"

... (truncated)

Commits
  • 35cd29a Make a bare McpError from an MCP server recoverable instead of fatal (#6787)
  • d8a1254 Remove trailing pragma comments and backfill TODO(v3) deprecation markers...
  • 3f9c104 perf(streaming): buffer streamed response strings (#6485)
  • e77681b Expose OpenAI Responses phase on the streamed PartStartEvent (#6785)
  • 421c31e Preserve zero-valued OpenTelemetry usage details (#6796)
  • 14eca4d Allow maintainer PRs to bypass agent-config guards (#6797)
  • d6a5bbd Rename ThreadExecutor to UseThreadExecutor; export `PydanticAIDeprecation...
  • 0da237c Document the no-force-push rule (#6795)
  • e32735f Replay tool-search history across provider boundaries instead of dropping it ...
  • 45ee183 Fix _openrouter_settings_to_openai_settings mutating caller's settings dict...
  • Additional commits viewable in compare view

Updates rich to 15.0.0

Release notes

Sourced from rich's releases.

The So Long 3.8 Release

A few fixes. The major version bump is to honor the passing of 3.8 support which reached its EOL in October 7, 2024

[15.0.0] - 2026-04-12

Changed

  • Breaking change: Dropped support for Python3.8

Fixed

Changelog

Sourced from rich's changelog.

[15.0.0] - 2026-04-12

Changed

  • Breaking change: Dropped support for Python3.8

Fixed

[14.3.4] - 2026-04-11

Changed

[14.3.3] - 2026-02-19

Fixed

[14.3.2] - 2026-02-01

Fixed

[14.3.1] - 2026-01-24

Fixed

[14.3.0] - 2026-01-24

Fixed

Added

... (truncated)

Commits

Updates ipykernel to 7.3.0

Release notes

Sourced from ipykernel's releases.

v7.3.0

7.3.0

(Full Changelog)

New features added

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Other merged PRs

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

... (truncated)

Changelog

Sourced from ipykernel's changelog.

7.3.0

(Full Changelog)

New features added

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Other merged PRs

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@​adityawasudeo (activity) | @​Carreau (activity) | @​erawn (activity) | @​goelakash (activity) | @​ianthomas23 (activity) | @​JohanMabille (activity) | @​krassowski (activity) | @​minrk (activity) | @​P4X-ng (activity) | @​pelson (activity) | @​rgbkrk (activity)

... (truncated)

Commits
  • 5dbd5ce Publish 7.3.0
  • 28e9cf8 chore: update pre-commit hooks (#1508)
  • 4e4f82c Support ZMQ Curve for transport encryption (#1515)
  • b64f597 Merge branch 'main' into curve-encryption
  • 6fc8b58 Fix broken IPython Reference URL in help_links (#1526)
  • cd6f460 Fix typing due to new jupyter_client version
  • b0678ba Update pyproject.toml to depend on jupyter_client 8.9.0 rather than branch
  • 2157ae7 Update tests to reflact rename to "auto"
  • 336971e build docs on latest python (#1525)
  • 7ecb521 Fix tests
  • Additional commits viewable in compare view

Updates neomodel to 6.2.0

Release notes

Sourced from neomodel's releases.

Version 6.2.0 2026-06

  • Add transaction timeout support, per transaction via db.transaction(timeout=...) / db.begin(timeout=...), or as a global default via config.transaction_timeout / NEOMODEL_TRANSACTION_TIMEOUT. Thanks to @​DenesPal
  • Fix Unicode case-insensitive filters. Thanks to @​profatsky
  • Security fixes
Changelog

Sourced from neomodel's changelog.

Version 6.2.0 2026-06

  • Add transaction timeout support, per transaction via db.transaction(timeout=...) / db.begin(timeout=...), or as a global default via config.transaction_timeout / NEOMODEL_TRANSACTION_TIMEOUT. Thanks to @​DenesPal
  • Fix Unicode case-insensitive filters. Thanks to @​profatsky
  • Security fixes

Version 6.1.0 2026-03

  • Add new exists operator in filter()
  • Add allow_reload to config to allow node redefinition in hot reload environments for development purposes
  • Improve/Fix type hints

Version 6.0.1 2025-12

  • Make async iterator fully async, like : async for node in MyNodeClass.nodes
  • Add thresholding to semantic indexes. Thanks to @​greengori11a
  • Adds support for Python 3.14
  • Bumps to neo4j driver 6.x
  • Remove unnecessary typing .pyi files

Version 6.0.0 2025-12

  • Modernize config object, using a dataclass with typing, runtime and update validation rules, and environment variables support
  • Fix async support of parallel transactions, using ContextVar
  • Introduces merge_by parameter for batch operations to customize merge behaviour (label and property keys)
  • Adds rel_props to batch methods, to create relationship with properties during batch operations. Thanks to @​ADernild
  • Enforce strict cardinality check by default
  • Refactor internal code: core.py file is now split into smaller files for database, node, transaction
  • Fix object resolution for maps and lists Cypher objects, even when nested. This changes the way you can access lists in your Cypher results, see documentation for more info
  • Make AsyncDatabase / Database a true singleton for clarity
  • Remove deprecated methods (including fetch_relations & traverse_relations, replaced with traverse ; database operations like clear_neo4j_database or change_neo4j_password have been moved to db/adb singleton internal methods)
  • Housekeeping and bug fixes

Version 5.5.3 2025-09

  • Fix duplicated code issue in the advanced querying methods
  • Remove py.typed - this was a premature change, we should write stubs for full typing support first

Version 5.5.2 2025-09

  • This is a hotfix for 5.5.1, which fixed something desirable, but introducing a lot of potential side effects by enforcing cardinality on RelationshipFrom.
  • Until version 6.0, RelationshipFrom cardinality will be softly checked by default, only giving a warning. You can switch that using SOFT_INVERSE_CARDINALITY_CHECK=False
  • Version 6.0 will make all checks strict by default.

Version 5.5.1 2025-09

  • Fix cardinality enforcement for RelationshipFrom. Many thanks to @​billycalladine
  • Add VectorFilter querying capabilities. Many thanks to @​greengori11a
  • Change order of WITH and CALL{} statements in generated Cypher (intermediate_transform & subquery)
  • Add py.typed file to enable support from mypy
  • Bump to neo4j 5.28.2, uniform version pinning for rust-ext

Version 5.5.0 2025-06

  • Add traverse method which merges traverse_relations and fetch_relations and improves them
  • Deprecate traverse_relations and fetch_relations
  • Fix issue where WITH * is inserted in wrong places

... (truncated)

Commits
  • 7d0bde8 Merge pull request #945 from neo4j-contrib/rc/6.2.0
  • aa9a619 Improve merge_by readability
  • 97c36c5 Update gitignore
  • 01d8cd4 Update changelog
  • 5b7d252 Merge pull request #940 from profatsky/fix/unicode-case-insensitive-filters
  • 92a4da6 Merge pull request #942 from profatsky/fix/optional-libs-in-tests
  • ddd0d6a Merge pull request #944 from neo4j-contrib/fix/security-issues
  • 110b7db Fix tests
  • 4533c50 Fix security issues
  • 1606b8c Merge remote-tracking branch 'upstream/rc/6.2.0' into fix/unicode-case-insens...
  • Additional commits viewable in compare view

Updates rapidfuzz to 3.14.5

Release notes

Sourced from rapidfuzz's releases.

Release 3.14.5

Fixed

  • fix release ci attempting to upload a pyodide wheel
Changelog

Sourced from rapidfuzz's changelog.

Changelog

[3.14.6] - 2026-07- ^^^^^^^^^^^^^^^^^^^^^ Fixed

* fix some divergences in the pure Python fallback

Removed

  • dropped support for Python 3.10
  • dropped wheels for experimental Python 3.13 free threadedd

[3.14.5] - 2026-04-07 ^^^^^^^^^^^^^^^^^^^^^ Fixed

* fix release ci attempting to upload a pyodide wheel

[3.14.4] - 2026-04-06 ^^^^^^^^^^^^^^^^^^^^^ Added

  • add risc64 wheels
  • add support for taskflow 4.0.0

Changed

* upgrade to ``Cython==3.2.4``.

Fixed

* fix type hints for extractOne when no score_cutoff is provided

[3.14.3] - 2025-11-01
^^^^^^^^^^^^^^^^^^^^^
Fixed

  • add missing pypy and freethreaded linux wheels

Removed

  • drop s390x and ppc64le wheels since they are virtually unused and require extremely long to build under emulation

[3.14.2] - 2025-10-30 ^^^^^^^^^^^^^^^^^^^^^ Changed

* upgrade to ``Cython==3.1.6``
</tr></table> 

... (truncated)

Commits
  • edf9f3c fix release ci
  • 3d8470b enable verbose publish
  • 7fd4ee2 Bump the github-actions group across 1 directory with 3 updates
  • 9691cf1 tag release
  • fd16748 ci: switch riscv64 from QEMU to native RISE runner
  • 7f7d58b ci: add riscv64 wheel builds via QEMU
  • f4b5694 Bump pypa/cibuildwheel from 3.3.1 to 3.4.0 in the github-actions group
  • f2873ce Bump the github-actions group across 1 directory with 3 updates
  • 4e48509 support Taskflow 4.0.0
  • 7048039 Bump the github-actions group across 1 directory with 4 updates
  • Additional commits viewable in compare view

Updates python-dotenv to 1.2.2

Release notes

Sourced from python-dotenv's releases.

v1.2.2

Added

  • Support for Python 3.14, including the free-threaded (3.14t) build. (#)

Changed

  • The dotenv run command now forwards flags directly to the specified command by @​bbc2 in theskumar/python-dotenv#607
  • Improved documentation clarity regarding override behavior and the reference page.
  • Updated PyPy support to version 3.11.
  • Documentation for FIFO file support.
  • Support for Python 3.9.

Fixed

Breaking Changes

  • dotenv.set_key and dotenv.unset_key used to follow symlinks in some situations. This is no longer the case. For that behavior to be restored in all cases, follow_symlinks=True should be used.

  • In the CLI, set and unset used to follow symlinks in some situations. This is no longer the case.

  • dotenv.set_key, dotenv.unset_key and the CLI commands set and unset used to reset the file mode of the modified .env file to 0o600 in some situations. This is no longer the case: The original mode of the file is now preserved. Is the file needed to be created or wasn't a regular file, mode 0o600 is used.

Misc

New Contributors

Full Changelog: theskumar/python-dotenv@v1.2.1...v1.2.2

Changelog

Sourced from python-dotenv's changelog.

[1.2.2] - 2026-03-01

Added

  • Support for Python 3.14, including the free-threaded (3.14t) build. (#588)

Changed

  • The dotenv run command now forwards flags directly to the specified command by [@​bbc2] in #607
  • Improved documentation clarity regarding override behavior and the reference page.
  • Updated PyPy support to version 3.11.
  • Documentation for FIFO file support.
  • Dropped Support for Python 3.9.

Fixed

  • Improved set_key and unset_key behavior when interacting with symlinks by [@​bbc2] in [790c5c0]
  • Corrected the license specifier and added missing Python 3.14 classifiers in package metadata by [@​JYOuyang] in #590

Breaking Changes

  • dotenv.set_key and dotenv.unset_key used to follow symlinks in some situations. This is no longer the case. For that behavior to be restored in all cases, follow_symlinks=True should be used.

  • In the CLI, set and unset used to follow symlinks in some situations. This is no longer the case.

  • dotenv.set_key, dotenv.unset_key and the CLI commands set and unset used to reset the file mode of the modified .env file to 0o600 in some situations. This is no longer the case: The original mode of the file is now preserved. Is the file needed to be created or wasn't a regular file, mode 0o600 is used.

[1.2.1] - 2025-10-26

  • Move more config to pyproject.toml, removed setup.cfg
  • Add support for reading .env from FIFOs (Unix) by [@​sidharth-sudhir] in #586

[1.2.0] - 2025-10-26

[1.1.1] - 2025-06-24

Fixed

... (truncated)

Commits

Updates more-itertools to 11.1.0

Release notes

Sourced from more-itertools's releases.

Version 11.1.0

Changes:

  • numeric_range was updated to fix its handling of empty ranges (thanks to rhettinger)
  • peekable was updated to fix typing issues (thanks to DORI2001, powellnorma, Pandede, m9810223, and rhettinger)
  • islice_extended was optimized for memory usage and speed (thanks to ben42code, rhettinger, and pochmann)
  • serialize now supports the generator methods throw, send, and close (thanks to rhettinger)
  • seekable now supports implements __getitem__ for cached elements (thanks to SAY-5, jenstroeger, and JamesParrott)
Commits
  • 64be96c Merge pull request #1159 from more-itertools/version-11.1.0
  • 03a08ec Changes for version 11.1.0
  • 9af73b9 Bump version: 11.0.2 → 11.1.0
  • 264b18d Merge pull request #1158 from SAY-5/seekable-getitem
  • ba7ef94 Add seekable.getitem to access the internal cache
  • 18d9889 Merge pull request #1157 from rhettinger/expand_serialize
  • c7b870a Add tests
  • fb6923e Update stub
  • 1c85ece Make attributes private. Support all generator methods.
  • bd8475c Merge pull request #1155 from rhettinger/optimize_islice_extended
  • Additional commits viewable in compare view

Updates argilla to 2.8.0

Release notes

Sourced from argilla's releases.

v2.8.0

🔆 Release highlights

The v2.8.0 comes with a better OAuth integration, and some other improvements and bug fixes.

Better OAuth integration

Now, you can extend the supported providers by adding social backends classes in the configuration file:

providers:
  - name: apple-id
    client_id: "<client_id>" # You can use the ARGILLA_OAUTH2_APPLE_ID_CLIENT_ID environment variable
    client_secret: "<client_secret>" # You can use the ARGILLA_OAUTH2_APPLE_ID_CLIENT_SECRET environment variable
extra_backends:
- social_core.backends.apple.AppleIdAuth # Register the Apple OAuth2 provider backend
...

Also, the KeyCloak provider is supported by default.

You can visit the docs for more info.

Some relevant improvements and bugfixes are:

@dependabot
dependabot Bot requested a review from a team as a code owner June 10, 2026 09:36
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 10, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/all-5ea5388146 branch from b76159e to ee93362 Compare June 18, 2026 10:18
@dependabot
dependabot Bot force-pushed the dependabot/pip/all-5ea5388146 branch from ee93362 to 92da1a2 Compare July 1, 2026 15:16
Updates the requirements on [pydantic-ai-slim](https://github.com/pydantic/pydantic-ai), [rich](https://github.com/Textualize/rich), [ipykernel](https://github.com/ipython/ipykernel), [neomodel](https://github.com/neo4j-contrib/neomodel), [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz), [python-dotenv](https://github.com/theskumar/python-dotenv), [more-itertools](https://github.com/more-itertools/more-itertools), [argilla](https://github.com/argilla-io/argilla), [cpr-sdk](https://github.com/climatepolicyradar/cpr-sdk), [wandb](https://github.com/wandb/wandb), [boto3](https://github.com/boto/boto3), [pyvespa](https://github.com/vespa-engine/pyvespa), [pyyaml](https://github.com/yaml/pyyaml), [nltk](https://github.com/nltk/nltk), [datasets](https://github.com/huggingface/datasets), [boto3-stubs](https://github.com/youtype/mypy_boto3_builder), [typer](https://github.com/fastapi/typer), [awscli](https://github.com/aws/aws-cli), [prefect](https://github.com/PrefectHQ/prefect), [tenacity](https://github.com/jd/tenacity), [requests](https://github.com/psf/requests), [aioboto3](https://github.com/terricain/aioboto3), [types-aioboto3](https://github.com/youtype/mypy_boto3_builder), [coiled](https://coiled.io), [matplotlib](https://github.com/matplotlib/matplotlib), [pandas](https://github.com/pandas-dev/pandas), [tabulate](https://github.com/astanin/python-tabulate), [polars](https://github.com/pola-rs/polars), datalake, [deltalake](https://github.com/delta-io/delta-rs), [scikit-learn](https://github.com/scikit-learn/scikit-learn), [gitpython](https://github.com/gitpython-developers/GitPython), [snowflake-connector-python](https://github.com/snowflakedb/snowflake-connector-python), [torch](https://github.com/pytorch/pytorch), [sentence-transformers](https://github.com/huggingface/sentence-transformers), [transformers](https://github.com/huggingface/transformers), [accelerate](https://github.com/huggingface/accelerate), [cloudpickle](https://github.com/cloudpipe/cloudpickle), [dask](https://github.com/dask/dask), [distributed](https://github.com/dask/distributed), [msgpack](https://github.com/msgpack/msgpack-python), [tornado](https://github.com/tornadoweb/tornado), [pytest](https://github.com/pytest-dev/pytest), [hypothesis](https://github.com/HypothesisWorks/hypothesis), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [pre-commit](https://github.com/pre-commit/pre-commit), [syrupy](https://github.com/syrupy-project/syrupy), [moto](https://github.com/getmoto/moto), [pytest-env](https://github.com/pytest-dev/pytest-env), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio), [pulumi](https://github.com/pulumi/pulumi), [pulumi-aws](https://github.com/pulumi/pulumi-aws), [pulumi-docker](https://github.com/pulumi/pulumi-docker), [jinja2](https://github.com/pallets/jinja), [pyright](https://github.com/RobertCraigie/pyright-python), [duckdb](https://github.com/duckdb/duckdb-python) and [fastmcp](https://github.com/PrefectHQ/fastmcp) to permit the latest version.

Updates `pydantic-ai-slim` to 2.20.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@v1.76.0...v2.20.0)

Updates `rich` to 15.0.0
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/main/CHANGELOG.md)
- [Commits](Textualize/rich@v13.7.0...v15.0.0)

Updates `ipykernel` to 7.3.0
- [Release notes](https://github.com/ipython/ipykernel/releases)
- [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md)
- [Commits](ipython/ipykernel@v6.29.3...v7.3.0)

Updates `neomodel` to 6.2.0
- [Release notes](https://github.com/neo4j-contrib/neomodel/releases)
- [Changelog](https://github.com/neo4j-contrib/neomodel/blob/master/Changelog)
- [Commits](neo4j-contrib/neomodel@5.3.3...6.2.0)

Updates `rapidfuzz` to 3.14.5
- [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases)
- [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst)
- [Commits](rapidfuzz/RapidFuzz@v3.10.0...v3.14.5)

Updates `python-dotenv` to 1.2.2
- [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.0.1...v1.2.2)

Updates `more-itertools` to 11.1.0
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
- [Commits](more-itertools/more-itertools@v10.3.0...v11.1.0)

Updates `argilla` to 2.8.0
- [Release notes](https://github.com/argilla-io/argilla/releases)
- [Commits](argilla-io/argilla@v2.5.0...v2.8.0)

Updates `cpr-sdk` from 4.3.0 to 5.1.0
- [Release notes](https://github.com/climatepolicyradar/cpr-sdk/releases)
- [Commits](climatepolicyradar/cpr-sdk@v4.3.0...v5.1.0)

Updates `wandb` to 0.28.1
- [Release notes](https://github.com/wandb/wandb/releases)
- [Changelog](https://github.com/wandb/wandb/blob/main/CHANGELOG.md)
- [Commits](wandb/wandb@v0.22.3...v0.28.1)

Updates `boto3` to 1.43.58
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.35.32...1.43.58)

Updates `pyvespa` to 1.2.4
- [Release notes](https://github.com/vespa-engine/pyvespa/releases)
- [Commits](vespa-engine/pyvespa@v0.54.0...v1.2.4)

Updates `pyyaml` to 6.0.3
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES)
- [Commits](yaml/pyyaml@6.0.2...6.0.3)

Updates `nltk` to 3.10.0
- [Release notes](https://github.com/nltk/nltk/releases)
- [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog)
- [Commits](nltk/nltk@3.9.1...v3.10.0)

Updates `datasets` to 5.0.1
- [Release notes](https://github.com/huggingface/datasets/releases)
- [Commits](huggingface/datasets@2.18.0...5.0.1)

Updates `boto3-stubs` to 1.43.58
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `typer` to 0.27.0
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.15.1...0.27.0)

Updates `awscli` to 1.45.58
- [Release notes](https://github.com/aws/aws-cli/releases)
- [Commits](aws/aws-cli@1.37.24...1.45.58)

Updates `prefect` to 3.8.0
- [Release notes](https://github.com/PrefectHQ/prefect/releases)
- [Commits](PrefectHQ/prefect@3.4.23...3.8.0)

Updates `tenacity` to 9.1.4
- [Release notes](https://github.com/jd/tenacity/releases)
- [Commits](jd/tenacity@9.1.2...9.1.4)

Updates `requests` to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.3...v2.34.2)

Updates `aioboto3` to 15.5.0
- [Changelog](https://github.com/terricain/aioboto3/blob/main/CHANGELOG.rst)
- [Commits](terricain/aioboto3@v14.3.0...v15.5.0)

Updates `types-aioboto3` to 15.5.0
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `coiled` to 1.135.1

Updates `matplotlib` to 3.11.1
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.10.6...v3.11.1)

Updates `pandas` to 3.0.5
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.3.1...v3.0.5)

Updates `tabulate` to 0.10.0
- [Changelog](https://github.com/astanin/python-tabulate/blob/master/CHANGELOG)
- [Commits](astanin/python-tabulate@v0.9.0...v0.10.0)

Updates `polars` to 1.42.1
- [Release notes](https://github.com/pola-rs/polars/releases)
- [Commits](pola-rs/polars@py-1.34.0...py-1.42.1)

Updates `datalake` to 2.5.10

Updates `deltalake` to 1.6.2
- [Release notes](https://github.com/delta-io/delta-rs/releases)
- [Changelog](https://github.com/delta-io/delta-rs/blob/main/CHANGELOG.md)
- [Commits](delta-io/delta-rs@python-v1.2.1...python-v1.6.2)

Updates `scikit-learn` to 1.9.0
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.6.1...1.9.0)

Updates `gitpython` to 3.1.57
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.45...3.1.57)

Updates `snowflake-connector-python` to 4.7.1
- [Release notes](https://github.com/snowflakedb/snowflake-connector-python/releases)
- [Commits](snowflakedb/snowflake-connector-python@v4.4.0...v4.7.1)

Updates `torch` to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@ciflow/torchtitan/163503...v2.13.0)

Updates `sentence-transformers` to 5.6.1
- [Release notes](https://github.com/huggingface/sentence-transformers/releases)
- [Commits](huggingface/sentence-transformers@v5.1.0...v5.6.1)

Updates `transformers` from 4.57.1 to 5.14.1
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.57.1...v5.14.1)

Updates `accelerate` to 1.14.0
- [Release notes](https://github.com/huggingface/accelerate/releases)
- [Commits](huggingface/accelerate@v1.6.0...v1.14.0)

Updates `cloudpickle` to 3.1.2
- [Release notes](https://github.com/cloudpipe/cloudpickle/releases)
- [Changelog](https://github.com/cloudpipe/cloudpickle/blob/master/CHANGES.md)
- [Commits](cloudpipe/cloudpickle@v3.1.1...v3.1.2)

Updates `dask` to 2026.7.1
- [Release notes](https://github.com/dask/dask/releases)
- [Changelog](https://github.com/dask/dask/blob/main/docs/release-procedure.md)
- [Commits](dask/dask@2025.7.0...2026.7.1)

Updates `distributed` to 2026.7.1
- [Release notes](https://github.com/dask/distributed/releases)
- [Changelog](https://github.com/dask/distributed/blob/main/docs/release-procedure.md)
- [Commits](dask/distributed@2025.7.0...2026.7.1)

Updates `msgpack` to 1.2.1
- [Release notes](https://github.com/msgpack/msgpack-python/releases)
- [Changelog](https://github.com/msgpack/msgpack-python/blob/main/CHANGELOG.md)
- [Commits](msgpack/msgpack-python@v1.1.1...v1.2.1)

Updates `tornado` to 6.5.7
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](tornadoweb/tornado@v6.5.1...v6.5.7)

Updates `pytest` to 9.1.1
- [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.3.2...9.1.1)

Updates `hypothesis` to 6.163.0
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.112.2...v6.163.0)

Updates `mkdocs-material` to 9.7.7
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.39...9.7.7)

Updates `pre-commit` to 4.6.1
- [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@v3.8.0...v4.6.1)

Updates `syrupy` to 5.5.3
- [Release notes](https://github.com/syrupy-project/syrupy/releases)
- [Changelog](https://github.com/syrupy-project/syrupy/blob/main/CHANGELOG.md)
- [Commits](syrupy-project/syrupy@v4.7.1...v5.5.3)

Updates `moto` to 5.2.2
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.0.16...5.2.2)

Updates `pytest-env` to 1.7.0
- [Release notes](https://github.com/pytest-dev/pytest-env/releases)
- [Commits](pytest-dev/pytest-env@1.1.5...1.7.0)

Updates `pytest-asyncio` to 1.4.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.24.0...v1.4.0)

Updates `pulumi` to 3.255.0
- [Release notes](https://github.com/pulumi/pulumi/releases)
- [Changelog](https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md)
- [Commits](pulumi/pulumi@v3.145.0...v3.255.0)

Updates `pulumi-aws` to 7.39.0
- [Release notes](https://github.com/pulumi/pulumi-aws/releases)
- [Changelog](https://github.com/pulumi/pulumi-aws/blob/master/CHANGELOG_OLD.md)
- [Commits](pulumi/pulumi-aws@v6.66.2...v7.39.0)

Updates `pulumi-docker` to 5.1.0
- [Release notes](https://github.com/pulumi/pulumi-docker/releases)
- [Changelog](https://github.com/pulumi/pulumi-docker/blob/master/CHANGELOG_OLD.md)
- [Commits](pulumi/pulumi-docker@v4.0.0...v5.1.0)

Updates `jinja2` to 3.1.6
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.4...3.1.6)

Updates `pyright` to 1.1.411
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.403...v1.1.411)

Updates `duckdb` to 1.5.5
- [Release notes](https://github.com/duckdb/duckdb-python/releases)
- [Commits](duckdb/duckdb-python@v1.3.2...v1.5.5)

Updates `fastmcp` to 3.4.5
- [Release notes](https://github.com/PrefectHQ/fastmcp/releases)
- [Changelog](https://github.com/PrefectHQ/fastmcp/blob/main/docs/changelog.mdx)
- [Commits](PrefectHQ/fastmcp@v2.12.3...v3.4.5)

---
updated-dependencies:
- dependency-name: accelerate
  dependency-version: 1.13.0
  dependency-type: direct:development
  dependency-group: all
- dependency-name: aioboto3
  dependency-version: 15.5.0
  dependency-type: direct:production
  dependency-group: all
- dependency-name: argilla
  dependency-version: 2.8.0
  dependency-type: direct:production
  dependency-group: all
- dependency-name: awscli
  dependency-version: 1.45.26
  dependency-type: direct:production
  dependency-group: all
- dependency-name: boto3
  dependency-version: 1.43.26
  dependency-type: direct:production
  dependency-group: all
- dependency-name: boto3-stubs
  dependency-version: 1.43.26
  dependency-type: direct:production
  dependency-group: all
- dependency-name: cloudpickle
  dependency-version: 3.1.2
  dependency-type: direct:development
  dependency-group: all
- dependency-name: coiled
  dependency-version: 1.135.0
  dependency-type: direct:production
  dependency-group: all
- dependency-name: cpr-sdk
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: dask
  dependency-version: 2026.3.0
  dependency-type: direct:development
  dependency-group: all
- dependency-name: datalake
  dependency-version: 2.5.10
  dependency-type: direct:production
  dependency-group: all
- dependency-name: datasets
  dependency-version: 5.0.0
  dependency-type: direct:production
  dependency-group: all
- dependency-name: deltalake
  dependency-version: 1.6.0
  dependency-type: direct:production
  dependency-group: all
- dependency-name: distributed
  dependency-version: 2026.3.0
  dependency-type: direct:development
  dependency-group: all
- dependency-name: duckdb
  dependency-version: 1.5.3
  dependency-type: direct:development
  dependency-group: all
- dependency-name: fastmcp
  dependency-version: 3.4.2
  dependency-type: direct:development
  dependency-group: all
- dependency-name: gitpython
  dependency-version: 3.1.50
  dependency-type: direct:production
  dependency-group: all
- dependency-name: hypothesis
  dependency-version: 6.155.2
  dependency-type: direct:development
  dependency-group: all
- dependency-name: ipykernel
  dependency-version: 7.3.0
  dependency-type: direct:production
  dependency-group: all
- dependency-name: jinja2
  dependency-version: 3.1.6
  dependency-type: direct:development
  dependency-group: all
- dependency-name: matplotlib
  dependency-version: 3.10.9
  dependency-type: direct:production
  dependency-group: all
- dependency-name: mkdocs-material
  dependency-version: 9.7.6
  dependency-type: direct:development
  dependency-group: all
- dependency-name: more-itertools
  dependency-version: 11.1.0
  dependency-type: direct:production
  dependency-group: all
- dependency-name: moto
  dependency-version: 5.2.2
  dependency-type: direct:development
  dependency-group: all
- dependency-name: msgpack
  dependency-version: 1.1.2
  dependency-type: direct:development
  dependency-group: all
- dependency-name: neomodel
  dependency-version: 6.1.0
  dependency-type: direct:production
  dependency-group: all
- dependency-name: nltk
  dependency-version: 3.9.4
  dependency-type: direct:production
  dependency-group: all
- dependency-name: pandas
  dependency-version: 3.0.3
  dependency-type: direct:production
  dependency-group: all
- dependency-name: polars
  dependency-version: 1.41.2
  dependency-type: direct:production
  dependency-group: all
- dependency-name: pre-commit
  dependency-version: 4.6.0
  dependency-type: direct:development
  dependency-group: all
- dependency-name: prefect
  dependency-version: 3.7.4
  dependency-type: direct:production
  dependency-group: all
- dependency-name: pulumi
  dependency-version: 3.245.0
  dependency-type: direct:development
  dependency-group: all
- dependency-name: pulumi-aws
  dependency-version: 7.32.0
  dependency-type: direct:development
  dependency-group: all
- dependency-name: pulumi-docker
  dependency-version: 5.0.0
  dependency-type: direct:development
  dependency-group: all
- dependency-name: pydantic-ai-slim
  dependency-version: 1.106.0
  dependency-type: direct:production
  dependency-group: all
- dependency-name: pyright
  dependency-version: 1.1.410
  dependency-type: direct:development
  dependency-group: all
- dependency-name: pytest
  dependency-version: 9.0.3
  dependency-type: direct:development
  dependency-group: all
- dependency-name: pytest-asyncio
  dependency-version: 1.4.0
  dependency-type: direct:development
  dependency-group: all
- dependency-name: pytest-env
  dependency-version: 1.6.0
  dependency-type: direct:development
  dependency-group: all
- dependency-name: python-dotenv
  dependency-version: 1.2.2
  dependency-type: direct:production
  dependency-group: all
- dependency-name: pyvespa
  dependency-version: 1.2.1
  dependency-type: direct:production
  dependency-group: all
- dependency-name: pyyaml
  dependency-version: 6.0.3
  dependency-type: direct:production
  dependency-group: all
- dependency-name: rapidfuzz
  dependency-version: 3.14.5
  dependency-type: direct:production
  dependency-group: all
- dependency-name: requests
  dependency-version: 2.34.2
  dependency-type: direct:production
  dependency-group: all
- dependency-name: rich
  dependency-version: 15.0.0
  dependency-type: direct:production
  dependency-group: all
- dependency-name: scikit-learn
  dependency-version: 1.9.0
  dependency-type: direct:production
  dependency-group: all
- dependency-name: sentence-transformers
  dependency-version: 5.5.1
  dependency-type: direct:development
  dependency-group: all
- dependency-name: snowflake-connector-python
  dependency-version: 4.6.0
  dependency-type: direct:production
  dependency-group: all
- dependency-name: syrupy
  dependency-version: 5.3.2
  dependency-type: direct:development
  dependency-group: all
- dependency-name: tabulate
  dependency-version: 0.10.0
  dependency-type: direct:production
  dependency-group: all
- dependency-name: tenacity
  dependency-version: 9.1.4
  dependency-type: direct:production
  dependency-group: all
- dependency-name: torch
  dependency-version: 2.12.0
  dependency-type: direct:development
  dependency-group: all
- dependency-name: tornado
  dependency-version: 6.5.7
  dependency-type: direct:development
  dependency-group: all
- dependency-name: transformers
  dependency-version: 5.10.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: typer
  dependency-version: 0.26.7
  dependency-type: direct:production
  dependency-group: all
- dependency-name: types-aioboto3
  dependency-version: 15.5.0
  dependency-type: direct:production
  dependency-group: all
- dependency-name: wandb
  dependency-version: 0.27.2
  dependency-type: direct:production
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/all-5ea5388146 branch from 92da1a2 to 0f38506 Compare August 1, 2026 15:14
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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants