Skip to content

chore(deps): bump the python-patch-and-minor group across 2 directories with 17 updates - #4

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-patch-and-minor-0aaf660daa
Open

chore(deps): bump the python-patch-and-minor group across 2 directories with 17 updates#4
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-patch-and-minor-0aaf660daa

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the python-patch-and-minor group with 12 updates in the / directory:

Package From To
opentelemetry-exporter-otlp-proto-grpc 1.39.0 1.44.0
ruff 0.15.7 0.16.1
types-requests 2.32.4.20250913 2.33.0.20260712
ty 0.0.31 0.0.66
types-tqdm 4.67.0.20250809 4.70.0.20260731
griffe-public-redundant-aliases 0.3.0 0.3.1
griffe-warnings-deprecated 1.1.0 1.1.1
mkdocs-gen-files 0.5.0 0.6.1
mkdocs-literate-nav 0.6.1 0.6.3
mkdocs-redirects 1.2.2 1.2.3
mkdocs-material-extensions 1.3 1.3.1
sphobjinv 2.3.1 2.4

Bumps the python-patch-and-minor group with 5 updates in the /dalaran_py directory:

Package From To
pytest 9.0.3 9.1.1
inline-snapshot 0.31.1 0.35.3
syrupy 5.0.0 5.5.3
polars 1.36.1 1.43.2
tomli 2.0.1 2.4.1

Updates opentelemetry-exporter-otlp-proto-grpc from 1.39.0 to 1.44.0

Changelog

Sourced from opentelemetry-exporter-otlp-proto-grpc's changelog.

Version 1.44.0/0.65b0 (2026-07-16)

Added

  • opentelemetry-docker-tests: Refactor Docker tests to properly validate contents of exported telemetry (#5220)
  • opentelemetry-exporter-otlp-common: add shared package for common OTLP utilities (#5252)
  • opentelemetry-sdk: add MissingDependencyError exception for declarative configuration and use it for missing optional dependency errors (#5265)
  • opentelemetry-sdk: Add ability to refresh process dependent Resource attributes (#5280)
  • opentelemetry-sdk: add force_flush method to LogRecordExporter ABC (#5294)
  • opentelemetry-sdk: Make it possible to limit the size of stored spans in InMemorySpanExporter (#5296)
  • opentelemetry-sdk: add log record limits environment variables OTEL_LOGRECORD_ATTRIBUTE_COUNT_LIMIT and OTEL_LOGRECORD_ATTRIBUTE_VALUE_LENGTH_LIMIT (#5300)
  • opentelemetry-sdk: add support for file exporter with declarative config (#5311)
  • opentelemetry-sdk: expose SynchronousMultiLogRecordProcessor and ConcurrentMultiLogRecordProcessor publicly (#5327)
  • opentelemetry-sdk: point the declarative configuration package README at the shared language support status matrix in the opentelemetry-configuration repo, so Python conformance status lives alongside the other languages instead of being duplicated per language SDK. (#5347)
  • opentelemetry-sdk: document that Python-implementation extensions (OTEL_PYTHON_* variables) are bypassed when OTEL_CONFIG_FILE is set. The env-var initialisation path is skipped entirely in favour of the declarative file; honouring these alongside a config file is tracked as a follow-up. (#5353)
  • opentelemetry-sdk: wire id_generator from declarative configuration to TracerProvider (#5363)
  • opentelemetry-sdk: Add support for activating instrumentors from a declarative configuration file via the instrumentation/development.python section. Instrumentors can declare a configuration attribute to have their options validated through the same type-coercion pipeline used for SDK component configuration. (#5372)

... (truncated)

Commits
  • 53a5a40 Prepare release 1.44.0/0.65b0 (#5422)
  • d9f34e7 Fixup eachdist.py handling of package names (#5417)
  • d10f472 opentelemetry-semantic-conventions: Bump to 1.43.0 (#5413)
  • ae8feeb Update otelbot token workflows to use client IDs (#5404)
  • 67a2abd Fix Context in-place mutability bypass via inherited dict methods (#5399)
  • 87baad9 Bump semconv to 1.42.0 (#5410)
  • 23dc0b2 opentelemetry-sdk: add 'force_flush' method to LogRecordExporter ABC (#5294)
  • bec55fd opentelemetry-sdk: expose SynchronousMultiLogRecordProcessor and ConcurrentMu...
  • 55d0b7a opentelemetry-sdk: Add ability to refresh process sensitive Resource attribut...
  • 6115db2 opentelemetry-sdk: add log record limits environment variables (#5300)
  • Additional commits viewable in compare view

Updates ruff from 0.15.7 to 0.16.1

Release notes

Sourced from ruff's releases.

0.16.1

Release Notes

Released on 2026-07-30.

Preview features

  • Add an option to opt out of human-readable names (#27160)
  • [flake8-pytest-style] Make fixes safe by default and unsafe only when comments are present (PT018) (#27201)
  • [pyupgrade] Skip fix when a defaulted TypeVar precedes a non-defaulted one (UP040, UP046, UP047) (#27133)
  • [ruff] Fix false positive with unpacked arguments (RUF065) (#26959)

Bug fixes

  • Bump gen-lsp-types to gracefully handle unknown enumeration values in LSP messages (#27230)
  • [flake8-bugbear] Mark range as immutable (B008) (#27247)
  • [flake8-comprehensions] NFKC-normalize keyword names in C408 fix (#26813)
  • [flake8-return] Fix false positive when variable is read in finally clause (RET504) (#25441)
  • [pydocstyle] Skip section detection inside RST directive bodies (D214, D405, D413) (#23635)
  • [refurb] Parenthesize yield arguments in the FURB192 fix (#27192)

Rule changes

  • [flake8-pytest-style] Mark PT022 fixes as unsafe (#26440)
  • [refurb] Mark fixes that remove unknown separators as unsafe (FURB105) (#27200)

Server

  • Fix indexing of excluded nested Ruff workspaces (#27303)
  • Lint TOML files in the LSP (#26862)

Documentation

  • Cover pycon Markdown formatting (#27153)
  • [flake8-bandit] Document TYPE_CHECKING exception (S101) (#27004)
  • [flake8-import-conventions] Document that extend-aliases can override default aliases (#27191)
  • [pylint] Add missing fix safety gotchas for non-augmented-assignment (PLR6104) (#27250)

Other changes

  • Reduce syntax error noise by swallowing dedents like indents (#27170)
  • Vendor latest annotate-snippets (#27033)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.16.1

Released on 2026-07-30.

Preview features

  • Add an option to opt out of human-readable names (#27160)
  • [flake8-pytest-style] Make fixes safe by default and unsafe only when comments are present (PT018) (#27201)
  • [pyupgrade] Skip fix when a defaulted TypeVar precedes a non-defaulted one (UP040, UP046, UP047) (#27133)
  • [ruff] Fix false positive with unpacked arguments (RUF065) (#26959)

Bug fixes

  • Bump gen-lsp-types to gracefully handle unknown enumeration values in LSP messages (#27230)
  • [flake8-bugbear] Mark range as immutable (B008) (#27247)
  • [flake8-comprehensions] NFKC-normalize keyword names in C408 fix (#26813)
  • [flake8-return] Fix false positive when variable is read in finally clause (RET504) (#25441)
  • [pydocstyle] Skip section detection inside RST directive bodies (D214, D405, D413) (#23635)
  • [refurb] Parenthesize yield arguments in the FURB192 fix (#27192)

Rule changes

  • [flake8-pytest-style] Mark PT022 fixes as unsafe (#26440)
  • [refurb] Mark fixes that remove unknown separators as unsafe (FURB105) (#27200)

Server

  • Fix indexing of excluded nested Ruff workspaces (#27303)
  • Lint TOML files in the LSP (#26862)

Documentation

  • Cover pycon Markdown formatting (#27153)
  • [flake8-bandit] Document TYPE_CHECKING exception (S101) (#27004)
  • [flake8-import-conventions] Document that extend-aliases can override default aliases (#27191)
  • [pylint] Add missing fix safety gotchas for non-augmented-assignment (PLR6104) (#27250)

Other changes

  • Reduce syntax error noise by swallowing dedents like indents (#27170)
  • Vendor latest annotate-snippets (#27033)

Contributors

... (truncated)

Commits
  • 80790b3 Bump 0.16.1 (#27330)
  • 63830f3 [ty] Borrow from constraint set storage less often (#27328)
  • f40dca9 [ty] Preserve forwarded expanded-variadic diagnostic sources (#27266)
  • 0d80497 Lint TOML files in the LSP (#26862)
  • d91586b Update prek dependencies (#27293)
  • 7da4b8b [ty] Respect bounds and constraints in generic materializations (#27228)
  • b20daf7 [ty] refactor: add helper function to send partial results (#27249)
  • 4d4c8fa [ty] Emit diagnostic when specializing a non-generic class (#26883)
  • 7c3e2db [ty] Fix enum class container assignability (#27318)
  • d5ef97f [flake8-return] Fix false positive when variable is read in finally claus...
  • Additional commits viewable in compare view

Updates types-requests from 2.32.4.20250913 to 2.33.0.20260712

Commits

Updates ty from 0.0.31 to 0.0.66

Release notes

Sourced from ty's releases.

0.0.66

Release Notes

Released on 2026-08-03.

LSP server

  • Index with-statement targets as symbols (#27256)
  • Trigger signature help after completing callable with parentheses (#27084)

Library support

  • Pydantic: Recognize models installed on extra search paths (#27429)

Diagnostics

  • Detect __aenter__ and __aexit__ that do not return awaitables (#27414)
  • Diagnose dataclass fields after inherited defaults (#27327)
  • Emit diagnostic when specializing a non-generic class (#26883)
  • Improve error context for incompatible callable signatures (#27422)
  • Preserve forwarded expanded-variadic diagnostic sources (#27266)

Core type checking

  • Avoid over-materializing user-defined TypeIs return types (#26864)
  • Fix enum class container assignability (#27318)
  • Hide stub-only helpers from implicit builtin lookup (#27423)
  • Move Unknown out of the experimental ty_extensions API (#27430)
  • Preserve TypeVarTuple context during Generic recovery (#27381)
  • Preserve exact numeric types in covariant collections (#27311)
  • Reject ClassVar and Final qualifiers in NamedTuple fields (#27380)
  • Reject out-of-scope ParamSpec components (#27378)
  • Reject specializing non-generic subclasses (#27377)
  • Respect bounds and constraints in generic materializations (#27228)
  • Sync vendored typeshed stubs (#27401). Typeshed diff

Contributors

Install ty 0.0.66

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.66

Released on 2026-08-03.

LSP server

  • Index with-statement targets as symbols (#27256)
  • Trigger signature help after completing callable with parentheses (#27084)

Library support

  • Pydantic: Recognize models installed on extra search paths (#27429)

Diagnostics

  • Detect __aenter__ and __aexit__ that do not return awaitables (#27414)
  • Diagnose dataclass fields after inherited defaults (#27327)
  • Emit diagnostic when specializing a non-generic class (#26883)
  • Improve error context for incompatible callable signatures (#27422)
  • Preserve forwarded expanded-variadic diagnostic sources (#27266)

Core type checking

  • Avoid over-materializing user-defined TypeIs return types (#26864)
  • Fix enum class container assignability (#27318)
  • Hide stub-only helpers from implicit builtin lookup (#27423)
  • Move Unknown out of the experimental ty_extensions API (#27430)
  • Preserve TypeVarTuple context during Generic recovery (#27381)
  • Preserve exact numeric types in covariant collections (#27311)
  • Reject ClassVar and Final qualifiers in NamedTuple fields (#27380)
  • Reject out-of-scope ParamSpec components (#27378)
  • Reject specializing non-generic subclasses (#27377)
  • Respect bounds and constraints in generic materializations (#27228)
  • Sync vendored typeshed stubs (#27401). Typeshed diff

Contributors

0.0.65

Released on 2026-07-29.

... (truncated)

Commits

Updates types-tqdm from 4.67.0.20250809 to 4.70.0.20260731

Commits

Updates griffe-public-redundant-aliases from 0.3.0 to 0.3.1

Release notes

Sourced from griffe-public-redundant-aliases's releases.

0.3.1

0.3.1 - 2026-02-20

Compare with 0.3.0

Build

  • Depend on griffelib instead of griffe (f98e263 by Timothée Mazzucotelli).
Changelog

Sourced from griffe-public-redundant-aliases's changelog.

0.3.1 - 2026-02-20

Compare with 0.3.0

Build

  • Depend on griffelib instead of griffe (f98e263 by Timothée Mazzucotelli).
Commits
  • 696b9bf chore: Prepare release 0.3.1
  • f98e263 build: Depend on griffelib instead of griffe
  • f004cbf chore: Template upgrade
  • 33dd6de chore: Update sponsors section in README
  • a55760f chore: Update sponsors section in README
  • 2acfb7b Merge pull request #1 from mkdocstrings/update-readme
  • b5a88d4 chore: Update sponsors section in README
  • See full diff in compare view

Updates griffe-warnings-deprecated from 1.1.0 to 1.1.1

Release notes

Sourced from griffe-warnings-deprecated's releases.

1.1.1

1.1.1 - 2026-02-20

Compare with 1.1.0

Build

  • Depend on griffelib instead of griffe (7e1facb by Timothée Mazzucotelli).

Code Refactoring

  • Deprecate extension submodule (a72049b by Timothée Mazzucotelli).
  • Move modules into internal folder (528b18e by Timothée Mazzucotelli).
Changelog

Sourced from griffe-warnings-deprecated's changelog.

1.1.1 - 2026-02-20

Compare with 1.1.0

Build

  • Depend on griffelib instead of griffe (7e1facb by Timothée Mazzucotelli).

Code Refactoring

  • Deprecate extension submodule (a72049b by Timothée Mazzucotelli).
  • Move modules into internal folder (528b18e by Timothée Mazzucotelli).
Commits
  • 5eefa86 chore: Prepare release 1.1.1
  • 2f28375 docs: Fix docs
  • 7e1facb build: Depend on griffelib instead of griffe
  • f8ab500 docs: Fix API/inventory mismatch
  • a72049b refactor: Deprecate extension submodule
  • 528b18e refactor: Move modules into internal folder
  • 944700f chore: Template upgrade
  • See full diff in compare view

Updates mkdocs-gen-files from 0.5.0 to 0.6.1

Release notes

Sourced from mkdocs-gen-files's releases.

v0.6.1

Full Changelog: oprypin/mkdocs-gen-files@v0.6.0...v0.6.1

v0.6.0

Full Changelog: oprypin/mkdocs-gen-files@v0.5.0...v0.6.0

Commits
  • 05c38bb v0.6.1
  • d285080 Warn when this plugin is being used from the mkdocs executable (#42)
  • dcc896d Drop testing under Python 3.9 to fix CI
  • 5136a79 v0.6.0
  • df9d4dc Add a workaround that allows edit_uri_template to work in MkDocs 1.6+
  • e0e3247 allow .yaml extension for mkdocs configuration file (#39)
  • bfe7bbc Update deps
  • d56e1d9 Update deps
  • 440b0bf Support empty path in Nav
  • 85d56eb Add more lints, update deps
  • Additional commits viewable in compare view

Updates mkdocs-literate-nav from 0.6.1 to 0.6.3

Release notes

Sourced from mkdocs-literate-nav's releases.

v0.6.3

Full Changelog: oprypin/mkdocs-literate-nav@v0.6.2...v0.6.3

v0.6.2

Other refactors, see oprypin/mkdocs-literate-nav@v0.6.1...v0.6.2

Commits
  • b91268c v0.6.3
  • cee9ec4 Exclude properdocs when testing minimal dependencies
  • ea523f5 Warn when this plugin is being used from the mkdocs executable (#39)
  • 258b15a Drop testing under Python 3.9 to fix CI
  • 7423f00 v0.6.2
  • 285344c Update deps
  • c39fba6 Put more items into TYPE_CHECKING
  • 889bcb2 Update deps
  • 12f9f79 Add more lints, update deps
  • 57210ef Update template, fix lints, update docs deps
  • Additional commits viewable in compare view

Updates mkdocs-redirects from 1.2.2 to 1.2.3

Release notes

Sourced from mkdocs-redirects's releases.

v1.2.3

Full Changelog: ProperDocs/mkdocs-redirects@v1.2.2...v1.2.3

Commits
  • 77c7f93 Release 1.2.3 (#4)
  • 15082ac Remove unused Makefile
  • f38f502 Warn when this plugin is being used from the mkdocs executable (#2)
  • 92979c5 Update references - use the new origin repository for this package (#3)
  • 44e0bca Bump the minimal required version of MkDocs (#1)
  • a9dd8d4 Template upgrade
  • 100e7b4 Template upgrade
  • See full diff in compare view

Updates mkdocs-material-extensions from 1.3 to 1.3.1

Release notes

Sourced from mkdocs-material-extensions's releases.

1.3.1

  • FIX: Better deprecation warning.
Changelog

Sourced from mkdocs-material-extensions's changelog.

1.3.1

  • FIX: Better deprecation warning.
Commits

Updates sphobjinv from 2.3.1 to 2.4

Release notes

Sourced from sphobjinv's releases.

sphobjinv v2.4

What's Changed

Full Changeset: bskinn/sphobjinv@v2.3.1.3...v2.4

sphobjinv v2.3.1.3

What's Changed

New Contributors

Full Changeset: bskinn/sphobjinv@v2.3.1.2...v2.3.1.3

sphobjinv v2.3.1.2

What's Changed

New Contributors

Full Changeset: bskinn/sphobjinv@v2.3.1.1...v2.3.1.2

sphobjinv v2.3.1.1

What's Changed

New Contributors

Full Changeset: bskinn/sphobjinv@v2.3.1...v2.3.1.1

Changelog

Sourced from sphobjinv's changelog.

[2.4] - 2026-03-23

Added

  • Add sphobjinv-textconv CLI entrypoint (#331).
    • Takes a single required argument, the path to a local inventory file, and emits the plaintext inventory to stdout.
    • The target use-case is as a Git textconv, primarily intended for compressed objects.inv files; but, it will work with any valid type of input file.

Tests

  • Remove flake8_ext test file and machinery (#336).

    • pytest environment now can easily de-sync from the flake8 environment since flake8 is running in tox now.
    • It was really always over-cautious, too.
  • Exclude setup.py from coverage (#336).

    • Necessary due to a change in coverage.py behavior, maybe?
    • Definitely is not expected to run during execution of the test suite.
  • Remove unused ensure_doc_scratch fixture from conftest.py (#336).

    • Obsolete now that the README shell examples aren't doctested.
  • Add 3.13t and 3.14t to tox test matrix (#333).

    • Also add report of the current GIL status to the tox env output.
  • Filter newly emerged ResourceWarning emitted from implicit cleanup of tempfile resources (#333).

  • Add tests exercising the new sphobjinv-textconv CLI entrypoint (#331).

    • Required generalizing the run_cmdline_test fixture so that tests can choose between the core and textconv entrypoints.
  • Update tox env test matrix for py310 to py314 (#325).

  • Update test path calculations to always be relative to __file__ (#325).

  • Relocate conftest.py into tests (#325).

    • Since the new HTTP server fixtures are going in their own source file, it made the most sense to pull conftest.py into the tests/ directory also.
    • Required some updates to paths in fixtures &c.
  • Convert HTTP/URL nonloc tests to use a transient local HTTP server (#325).

    • See tests/fixtures_http.py.
    • With the increased caution many sites, including GitHub, are applying to incoming traffic, using 'raw' GitHub assets in the sphobjinv repository has become too flaky.

... (truncated)

Commits
  • 551658b Merge pull request #336 from bskinn/release-2.4
  • f4a2a28 Bump v2.4 date in CHANGELOG
  • d42583c Update CHANGELOG & fix typo
  • c841682 Fix to correct reST italics in textconv.rst
  • 823f452 Add tests/resource/objects_pdfminer* to MANIFEST.in
  • 77ae00b Remove superfluous packages from req'ts files
  • ae31b9d Add 'build' tox env
  • d3bcb83 Update CHANGELOG
  • 40ed2d7 Remove obsolete fixture for doc scratch
  • b49356b Don't cover setup.py
  • Additional commits viewable in compare view

Updates pytest from 9.0.3 to 9.1.1

Release notes

Sourced from pytest's releases.

9.1.1

pytest 9.1.1 (2026-06-19)

Bug fixes

  • #14220: Fixed a logic bug in pytest.RaisesGroup which would might cause it to display incorrect "It matches FooError() which was paired with BarError" messages.
  • #14591: Fixed a regression in pytest 9.1.0 which caused overriding a parametrized fixture with an indirect @​pytest.mark.parametrize to fail with "duplicate parametrization of '<fixture name>'".
  • #14606: Fixed list-item typing errors from mypy in @pytest.mark.parametrize <pytest.mark.parametrize ref> argvalues parameter.
  • #14608: Fixed a regression in pytest 9.1.0 where conftest.py files located in <invocation dir>/test* were no longer loaded as initial conftests when invoked without arguments. This could cause certain hooks (like pytest_addoption) in these files to not fire.

9.1.0

pytest 9.1.0 (2026-06-13)

Removals and backward incompatible breaking changes

  • #14533: When using --doctest-modules, autouse fixtures with module, package or session scope that are defined inline in Python test modules (not plugins or conftests) will now possibly execute twice.

    If this is undesirable, move the fixture definition to a conftest.py file if possible.

    Technical explanation for those interested: When using --doctest-modules, pytest possibly collects Python modules twice, once as pytest.Module and once as a DoctestModule (depending on the configuration). Due to improvements in pytest's fixture implementation, if e.g. the DoctestModule collects a fixture, it is now visible to it only, and not to the Module. This means that both need to register the fixtures independently.

Deprecations (removal in next major release)

  • Description has been truncated

…es with 17 updates

Bumps the python-patch-and-minor group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [opentelemetry-exporter-otlp-proto-grpc](https://github.com/open-telemetry/opentelemetry-python) | `1.39.0` | `1.44.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.7` | `0.16.1` |
| [types-requests](https://github.com/python/typeshed) | `2.32.4.20250913` | `2.33.0.20260712` |
| [ty](https://github.com/astral-sh/ty) | `0.0.31` | `0.0.66` |
| [types-tqdm](https://github.com/python/typeshed) | `4.67.0.20250809` | `4.70.0.20260731` |
| [griffe-public-redundant-aliases](https://github.com/mkdocstrings/griffe-public-redundant-aliases) | `0.3.0` | `0.3.1` |
| [griffe-warnings-deprecated](https://github.com/mkdocstrings/griffe-warnings-deprecated) | `1.1.0` | `1.1.1` |
| [mkdocs-gen-files](https://github.com/oprypin/mkdocs-gen-files) | `0.5.0` | `0.6.1` |
| [mkdocs-literate-nav](https://github.com/oprypin/mkdocs-literate-nav) | `0.6.1` | `0.6.3` |
| [mkdocs-redirects](https://github.com/ProperDocs/properdocs-redirects) | `1.2.2` | `1.2.3` |
| [mkdocs-material-extensions](https://github.com/facelessuser/mkdocs-material-extensions) | `1.3` | `1.3.1` |
| [sphobjinv](https://github.com/bskinn/sphobjinv) | `2.3.1` | `2.4` |

Bumps the python-patch-and-minor group with 5 updates in the /dalaran_py directory:

| Package | From | To |
| --- | --- | --- |
| [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` |
| [inline-snapshot](https://github.com/15r10nk/inline-snapshot) | `0.31.1` | `0.35.3` |
| [syrupy](https://github.com/syrupy-project/syrupy) | `5.0.0` | `5.5.3` |
| [polars](https://github.com/pola-rs/polars) | `1.36.1` | `1.43.2` |
| [tomli](https://github.com/hukkin/tomli) | `2.0.1` | `2.4.1` |



Updates `opentelemetry-exporter-otlp-proto-grpc` from 1.39.0 to 1.44.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.39.0...v1.44.0)

Updates `ruff` from 0.15.7 to 0.16.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.15.7...0.16.1)

Updates `types-requests` from 2.32.4.20250913 to 2.33.0.20260712
- [Commits](https://github.com/python/typeshed/commits)

Updates `ty` from 0.0.31 to 0.0.66
- [Release notes](https://github.com/astral-sh/ty/releases)
- [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ty@0.0.31...0.0.66)

Updates `types-tqdm` from 4.67.0.20250809 to 4.70.0.20260731
- [Commits](https://github.com/python/typeshed/commits)

Updates `griffe-public-redundant-aliases` from 0.3.0 to 0.3.1
- [Release notes](https://github.com/mkdocstrings/griffe-public-redundant-aliases/releases)
- [Changelog](https://github.com/mkdocstrings/griffe-public-redundant-aliases/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/griffe-public-redundant-aliases@0.3.0...0.3.1)

Updates `griffe-warnings-deprecated` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/mkdocstrings/griffe-warnings-deprecated/releases)
- [Changelog](https://github.com/mkdocstrings/griffe-warnings-deprecated/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/griffe-warnings-deprecated@1.1.0...1.1.1)

Updates `mkdocs-gen-files` from 0.5.0 to 0.6.1
- [Release notes](https://github.com/oprypin/mkdocs-gen-files/releases)
- [Commits](oprypin/mkdocs-gen-files@v0.5.0...v0.6.1)

Updates `mkdocs-literate-nav` from 0.6.1 to 0.6.3
- [Release notes](https://github.com/oprypin/mkdocs-literate-nav/releases)
- [Commits](oprypin/mkdocs-literate-nav@v0.6.1...v0.6.3)

Updates `mkdocs-redirects` from 1.2.2 to 1.2.3
- [Release notes](https://github.com/ProperDocs/properdocs-redirects/releases)
- [Commits](ProperDocs/mkdocs-redirects@v1.2.2...v1.2.3)

Updates `mkdocs-material-extensions` from 1.3 to 1.3.1
- [Release notes](https://github.com/facelessuser/mkdocs-material-extensions/releases)
- [Changelog](https://github.com/facelessuser/mkdocs-material-extensions/blob/master/changelog.md)
- [Commits](facelessuser/mkdocs-material-extensions@1.3...1.3.1)

Updates `sphobjinv` from 2.3.1 to 2.4
- [Release notes](https://github.com/bskinn/sphobjinv/releases)
- [Changelog](https://github.com/bskinn/sphobjinv/blob/main/CHANGELOG.md)
- [Commits](bskinn/sphobjinv@v2.3.1...v2.4)

Updates `pytest` from 9.0.3 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@9.0.3...9.1.1)

Updates `inline-snapshot` from 0.31.1 to 0.35.3
- [Release notes](https://github.com/15r10nk/inline-snapshot/releases)
- [Changelog](https://github.com/15r10nk/inline-snapshot/blob/main/CHANGELOG.md)
- [Commits](15r10nk/inline-snapshot@0.31.1...0.35.3)

Updates `syrupy` from 5.0.0 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@v5.0.0...v5.5.3)

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

Updates `tomli` from 2.0.1 to 2.4.1
- [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md)
- [Commits](hukkin/tomli@2.0.1...2.4.1)

---
updated-dependencies:
- dependency-name: opentelemetry-exporter-otlp-proto-grpc
  dependency-version: 1.44.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-patch-and-minor
- dependency-name: ruff
  dependency-version: 0.16.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-patch-and-minor
- dependency-name: types-requests
  dependency-version: 2.33.0.20260712
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-patch-and-minor
- dependency-name: ty
  dependency-version: 0.0.66
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-patch-and-minor
- dependency-name: types-tqdm
  dependency-version: 4.70.0.20260731
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-patch-and-minor
- dependency-name: griffe-public-redundant-aliases
  dependency-version: 0.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-patch-and-minor
- dependency-name: griffe-warnings-deprecated
  dependency-version: 1.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-patch-and-minor
- dependency-name: mkdocs-gen-files
  dependency-version: 0.6.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-patch-and-minor
- dependency-name: mkdocs-literate-nav
  dependency-version: 0.6.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-patch-and-minor
- dependency-name: mkdocs-redirects
  dependency-version: 1.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-patch-and-minor
- dependency-name: mkdocs-material-extensions
  dependency-version: 1.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-patch-and-minor
- dependency-name: sphobjinv
  dependency-version: '2.4'
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-patch-and-minor
- dependency-name: pytest
  dependency-version: 9.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-patch-and-minor
- dependency-name: inline-snapshot
  dependency-version: 0.35.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-patch-and-minor
- dependency-name: syrupy
  dependency-version: 5.5.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-patch-and-minor
- dependency-name: polars
  dependency-version: 1.43.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-patch-and-minor
- dependency-name: tomli
  dependency-version: 2.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-patch-and-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested a review from Flaminis as a code owner August 7, 2026 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants