Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps the minor-and-patch group with 19 updates:

Package From To
more-itertools 10.7.0 10.8.0
deepdiff 8.6.0 8.6.1
coverage 7.10.5 7.10.6
pytest 8.4.1 8.4.2
safety 3.6.0 3.6.1
authlib 1.6.2 1.6.3
cryptography 45.0.6 45.0.7
filelock 3.16.1 3.19.1
identify 2.6.13 2.6.14
joblib 1.5.1 1.5.2
jsonschema-specifications 2025.4.1 2025.9.1
marshmallow 4.0.0 4.0.1
orjson 3.11.2 3.11.3
platformdirs 4.3.8 4.4.0
regex 2025.7.34 2025.9.1
rpds-py 0.27.0 0.27.1
soupsieve 2.7 2.8
typer 0.16.1 0.17.4
typing-extensions 4.14.1 4.15.0

Updates more-itertools from 10.7.0 to 10.8.0

Release notes

Sourced from more-itertools's releases.

Version 10.8.0

What's Changed

... (truncated)

Commits
  • 8c1a6ef Merge pull request #1071 from more-itertools/version-10.8.0
  • 24be440 Add note for issue 1054
  • 3dd5980 Add a note for issue 1063
  • 2ce52d1 Update docs for 10.8.0
  • eae9156 Bump version: 10.7.0 → 10.8.0
  • a80f1c5 Merge pull request #1068 from rhettinger/cleanup_tail
  • 5701589 Merge pull request #1067 from rhettinger/reshape_beautification
  • 58e0331 Merge pull request #1069 from rhettinger/derangements_doc
  • 9a3d7e3 Clarify how derangements treats duplicate inputs
  • c509b14 Clean-up tail(). Prefer try/except over the Sized ABC.
  • Additional commits viewable in compare view

Updates deepdiff from 8.6.0 to 8.6.1

Release notes

Sourced from deepdiff's releases.

8.6.1

DeepDiff 8-6-1

  • Patched security vulnerability in the Delta class which was vulnerable to class pollution via its constructor, and when combined with a gadget available in DeltaDiff itself, it could lead to Denial of Service and Remote Code Execution (via insecure Pickle deserialization).
Commits
  • 60ac5b9 Merge commit from fork
  • 683756e Bump version: 8.6.0 → 8.6.1 and add security vulnerability notes
  • c69c06c Security fix: Prevent class pollution and remote code execution in Delta
  • b639fec updating the docs
  • See full diff in compare view

Updates coverage from 7.10.5 to 7.10.6

Changelog

Sourced from coverage's changelog.

Version 7.10.6 — 2025-08-29

  • Fix: source directories were not properly communicated to subprocesses that ran in different directories, as reported in issue 1499_. This is now fixed.

  • Performance: Alex Gaynor continues fine-tuning <pull 2038_>_ the speed of combination, especially with many contexts.

.. _issue 1499: nedbat/coveragepy#1499 .. _pull 2038: nedbat/coveragepy#2038

.. _changes_7-10-5:

Commits
  • 88c55ff docs: sample HTML for 7.10.6
  • 01d8995 docs: prep for 7.10.6
  • 9b0c24f docs: thanks Alex #2038
  • 66d6910 fix: make source paths absolute where they exist. #1499
  • bb3382f build: no need for the combine/html times now
  • 9ea349a lab: warn_executed.py
  • 808c9b4 build: changing metacov.ini should trigger metacov
  • 384f5f2 build: oops, some 'if's are really line pragmas
  • a7224af perf: pre-compute the mapping between other_db.context and main.context (#2038)
  • 5c00c5b chore: bump the action-dependencies group with 3 updates (#2039)
  • Additional commits viewable in compare view

Updates pytest from 8.4.1 to 8.4.2

Release notes

Sourced from pytest's releases.

8.4.2

pytest 8.4.2 (2025-09-03)

Bug fixes

  • #13478: Fixed a crash when using console_output_style{.interpreted-text role="confval"} with times and a module is skipped.

  • #13530: Fixed a crash when using pytest.approx{.interpreted-text role="func"} and decimal.Decimal{.interpreted-text role="class"} instances with the decimal.FloatOperation{.interpreted-text role="class"} trap set.

  • #13549: No longer evaluate type annotations in Python 3.14 when inspecting function signatures.

    This prevents crashes during module collection when modules do not explicitly use from __future__ import annotations and import types for annotations within a if TYPE_CHECKING: block.

  • #13559: Added missing [int]{.title-ref} and [float]{.title-ref} variants to the [Literal]{.title-ref} type annotation of the [type]{.title-ref} parameter in pytest.Parser.addini{.interpreted-text role="meth"}.

  • #13563: pytest.approx{.interpreted-text role="func"} now only imports numpy if NumPy is already in sys.modules. This fixes unconditional import behavior introduced in [8.4.0]{.title-ref}.

Improved documentation

  • #13577: Clarify that pytest_generate_tests is discovered in test modules/classes; other hooks must be in conftest.py or plugins.

Contributor-facing changes

  • #13480: Self-testing: fixed a few test failures when run with -Wdefault or a similar override.
  • #13547: Self-testing: corrected expected message for test_doctest_unexpected_exception in Python 3.14.
  • #13684: Make pytest's own testsuite insensitive to the presence of the CI environment variable -- by ogrisel{.interpreted-text role="user"}.
Commits
  • bfae422 Prepare release version 8.4.2
  • 8990538 Fix passenv CI in tox ini and make tests insensitive to the presence of the C...
  • ca676bf Merge pull request #13687 from pytest-dev/patchback/backports/8.4.x/e63f6e51c...
  • 975a60a Merge pull request #13686 from pytest-dev/patchback/backports/8.4.x/12bde8af6...
  • 7723ce8 Merge pull request #13683 from even-even/fix_Exeption_to_Exception_in_errorMe...
  • b7f0568 Merge pull request #13685 from CoretexShadow/fix/docs-pytest-generate-tests
  • 2c94c4a add missing colon (#13640) (#13641)
  • c3d7684 Merge pull request #13606 from pytest-dev/patchback/backports/8.4.x/5f9938563...
  • dc6e3be Merge pull request #13605 from The-Compiler/training-update-2025-07
  • f87289c Fix crash with times output style and skipped module (#13573) (#13579)
  • Additional commits viewable in compare view

Updates safety from 3.6.0 to 3.6.1

Release notes

Sourced from safety's releases.

Version 3.6.1

What's Changed

  • bump: version 3.6.1b0 → 3.6.1 (f5e7262)
  • fix: Import rich_utils as a module and don't access as an attribute. (#780) (b0ea9c3)
  • docs: update min Python version required (#777) (42282d4)

Version 3.6.1b0

What's Changed

  • bump: version 3.6.0 → 3.6.1b0 (d50c580)
  • chore: relax psutil version constraints (#776) (a66193e)
  • chore: relax filelock version constraints (#775) (926c93f)
  • ci: introduce click main branch as a target to improve early integration (#752) (d87aa74)
  • fix: set custom user-agent header to all HTTP requests (#769) (4f09253)
Changelog

Sourced from safety's changelog.

3.6.1 (2025-09-01)

Fix

  • Import rich_utils as a module and don't access as an attribute. (#780)

3.6.1b0 (2025-08-25)

Fix

  • set custom user-agent header to all HTTP requests (#769)
Commits
  • f5e7262 bump: version 3.6.1b0 → 3.6.1
  • b0ea9c3 fix: Import rich_utils as a module and don't access as an attribute. (#780)
  • 42282d4 docs: update min Python version required (#777)
  • d50c580 bump: version 3.6.0 → 3.6.1b0
  • a66193e chore: relax psutil version constraints (#776)
  • 926c93f chore: relax filelock version constraints (#775)
  • d87aa74 ci: introduce click main branch as a target to improve early integration (#752)
  • 4f09253 fix: set custom user-agent header to all HTTP requests (#769)
  • See full diff in compare view

Updates authlib from 1.6.2 to 1.6.3

Release notes

Sourced from authlib's releases.

Version 1.6.3

What's Changed

Full Changelog: authlib/authlib@v1.6.2...v1.6.3

Changelog

Sourced from authlib's changelog.

Version 1.6.3

Released on Aug 26, 2025

  • OIDC id_token are signed according to id_token_signed_response_alg client metadata. :issue:755
Commits
  • dbbfa9a chore: bump to 1.6.3
  • bc71165 Merge pull request #802 from azmeuk/755-idtoken-metadata
  • 40cfb4e Merge pull request #804 from azmeuk/prek
  • d99c771 chore: move from pre-commit to prek
  • 83de618 Merge pull request #805 from azmeuk/gha-uv
  • b72ee3f chore: run GHA unit tests with uv
  • 799fb2a Merge pull request #803 from azmeuk/diff
  • 2ce4c7e chore: add diff-cover check in GHA
  • 86b1b78 fix: OIDC id_token is signed according to id_token_signed_response_alg client...
  • 0d03ee9 test: configure DJANGO_SETTINGS_MODULE with pytest-env
  • Additional commits viewable in compare view

Updates cryptography from 45.0.6 to 45.0.7

Changelog

Sourced from cryptography's changelog.

45.0.7 - 2025-09-01


* Added a function to support an upcoming ``pyOpenSSL`` release.

.. _v45-0-6:

Commits

Updates filelock from 3.16.1 to 3.19.1

Release notes

Sourced from filelock's releases.

3.19.1

What's Changed

New Contributors

Full Changelog: tox-dev/filelock@3.19.0...3.19.1

3.19.0

What's Changed

Full Changelog: tox-dev/filelock@3.18.0...3.19.0

3.18.0

What's Changed

New Contributors

Full Changelog: tox-dev/filelock@3.17.0...3.18.0

Drop 3.8

Full Changelog: tox-dev/filelock@3.16.1...3.17.0

Commits

Updates identify from 2.6.13 to 2.6.14

Commits
  • 6667ae3 v2.6.14
  • 0ce8827 Merge pull request #537 from LNSD/add-meson-options-support
  • 29d1fcc Merge pull request #536 from mike325/fix/add_robot_filetype
  • daf6023 Add support for meson.options
  • 6d49364 fix: add robot filetype
  • 53fdb98 Merge pull request #531 from pre-commit/pre-commit-ci-update-config
  • ffc2322 [pre-commit.ci] pre-commit autoupdate
  • See full diff in compare view

Updates joblib from 1.5.1 to 1.5.2

Changelog

Sourced from joblib's changelog.

Release 1.5.2 - 2025/08/27

Memory:


- Ensure that temporary files managed by the ``Memory`` object do not collide
  when using the same cache directory when the cache directory is accessed
  concurrently from different nodes on a cluster with a shared filesystem.
  https://github.com/joblib/joblib/pull/1656
Commits

Updates jsonschema-specifications from 2025.4.1 to 2025.9.1

Release notes

Sourced from jsonschema-specifications's releases.

v2025.9.1

What's Changed

New Contributors

Full Changelog: python-jsonschema/jsonschema-specifications@v2025.4.1...v2025.9.1

Commits
  • 3b84601 Update docs requirements.
  • 5a27ff3 Merge pull request #107 from branen/relocate-misplaced-metaschema
  • c2e2b75 Move 2019-09 "format" schema to correct directory
  • e2b4d6a Merge pull request #106 from python-jsonschema/pre-commit-ci-update-config
  • 1336f01 [pre-commit.ci] pre-commit autoupdate
  • 9dd6369 Merge pull request #105 from python-jsonschema/pre-commit-ci-update-config
  • c1563ea [pre-commit.ci] pre-commit autoupdate
  • cbd01ef No lockfile yet.
  • 125eafa Merge pull request #103 from python-jsonschema/pre-commit-ci-update-config
  • 9dca87c Use the setup-uv action for uv.
  • Additional commits viewable in compare view

Updates marshmallow from 4.0.0 to 4.0.1

Changelog

Sourced from marshmallow's changelog.

4.0.1 (2025-08-28) ++++++++++++++++++

Bug fixes:

  • Fix wildcard import of from marshmallow import * (:pr:2823). Thanks :user:Florian-Laport for the PR.
Commits

Updates orjson from 3.11.2 to 3.11.3

Release notes

Sourced from orjson's releases.

3.11.3

Fixed

  • Fix PyPI project metadata when using maturin 1.9.2 or later.
Changelog

Sourced from orjson's changelog.

3.11.3 - 2025-08-26

Fixed

  • Fix PyPI project metadata when using maturin 1.9.2 or later.
Commits

Updates platformdirs from 4.3.8 to 4.4.0

Release notes

Sourced from platformdirs's releases.

4.4.0

What's Changed

New Contributors

Full Changelog: tox-dev/platformdirs@4.3.8...4.4.0

Commits
  • c945a28 feat: improve homebrew path detection (#370)
  • 9f616e9 [pre-commit.ci] pre-commit autoupdate (#372)
  • 5720f26 [pre-commit.ci] pre-commit autoupdate (#367)
  • 848924d [pre-commit.ci] pre-commit autoupdate (#365)
  • df2e678 Bump actions/checkout from 4 to 5 in the all group (#366)
  • 009a3f8 Bump actions/download-artifact from 4 to 5 in the all group (#364)
  • 3d194ee [pre-commit.ci] pre-commit autoupdate (#363)
  • 6046533 [pre-commit.ci] pre-commit autoupdate (#362)
  • 88389ce [pre-commit.ci] pre-commit autoupdate (#361)
  • 82763ff [pre-commit.ci] pre-commit autoupdate (#360)
  • Additional commits viewable in compare view

Updates regex from 2025.7.34 to 2025.9.1

Changelog

Sourced from regex's changelog.

Version: 2025.9.1

Git PR 585: Fix AttributeError: 'AnyAll' object has no attribute '_key'

Version: 2025.8.29

Git issue 584: AttributeError: 'AnyAll' object has no attribute 'positive'

Version: 2025.7.34

Git issue 575: Issues with ASCII/Unicode modifiers

Version: 2025.7.33

Updated main.yml and pyproject.toml.

Version: 2025.7.32

Git issue 580: Regression in v2025.7.31: \P{L} no longer matches in simple patterns

Version: 2025.7.31

Further updates to main.yml.

Version: 2025.7.30

Updated main.yml and pyproject.toml.

Version: 2025.7.29

Git issue 572: Inline ASCII modifier doesn't seem to affect anything

Version: 2025.5.19

Changed how main.yml skips unwanted Arch builds.

Version: 2025.5.18

Updated main.yml to build Windows ARM64/aarch64 wheel.

Updated licence text format in pyproject.toml.

Version: 2025.2.13

Dropping support for Python 3.8 and removing it from main.yml.

Version: 2025.2.12

Further fixes to main.yml.

... (truncated)

Commits
  • 49e3881 Git PR 585: Fix AttributeError: 'AnyAll' object has no attribute '_key'
  • 183a653 Git issue 584: AttributeError: 'AnyAll' object has no attribute 'positive'
  • See full diff in compare view

Updates rpds-py from 0.27.0 to 0.27.1

Release notes

Sourced from rpds-py's releases.

v0.27.1

What's Changed

New Contributors

Full Changelog: crate-py/rpds@v0.27.0...v0.27.1

Commits
  • 7ecc7a5 Merge pull request #165 from EpicWink/pypi-publish-subdir
  • ab51ff3 Download packages to subdirectory in PyPI publish CI job
  • d1fd8ac Merge pull request #162 from crate-py/dependabot/github_actions/astral-sh/set...
  • cfb1867 Merge pull request #163 from crate-py/dependabot/github_actions/github/codeql...
  • c29352f Merge pull request #161 from EpicWink/pypi-publish-fix-dir
  • 21da625 Bump github/codeql-action from 3.29.10 to 3.29.11
  • 79cbefa Bump astral-sh/setup-uv from 6.5.0 to 6.6.0
  • c32f229 Specify packages directory for PyPI publish action
  • 09865d3 Tag a release.
  • 16a674d Merge branch 'pypi-publish-action'
  • Additional commits viewable in compare view

Updates soupsieve from 2.7 to 2.8

Release notes

Sourced from soupsieve's releases.

2.8

  • NEW: Drop support for Python 3.8.
  • NEW: Add support for Python 3.14.
  • NEW: Deploy with PyPI's "Trusted Publisher".
Commits

Updates typer from 0.16.1 to 0.17.4

Release notes

Sourced from typer's releases.

0.17.4

Fixes

  • 🐛 Make sure rich.markup is imported when rendering help text. PR #1290 by @​g-arjones.

Internal

0.17.3

Features

0.17.2

Fixes

0.17.1

Fixes

  • 🐛 Fix markdown formatting in --help output. PR #815 by @​gar1t.

0.17.0

Features

  • ⚡️ Lazy-load rich_utils to reduce startup time. PR #1128 by @​oefe.

Internal

Bumps the minor-and-patch group with 19 updates:

| Package | From | To |
| --- | --- | --- |
| [more-itertools](https://github.com/more-itertools/more-itertools) | `10.7.0` | `10.8.0` |
| [deepdiff](https://github.com/seperman/deepdiff) | `8.6.0` | `8.6.1` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.10.5` | `7.10.6` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.4.1` | `8.4.2` |
| [safety](https://github.com/pyupio/safety) | `3.6.0` | `3.6.1` |
| [authlib](https://github.com/authlib/authlib) | `1.6.2` | `1.6.3` |
| [cryptography](https://github.com/pyca/cryptography) | `45.0.6` | `45.0.7` |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.16.1` | `3.19.1` |
| [identify](https://github.com/pre-commit/identify) | `2.6.13` | `2.6.14` |
| [joblib](https://github.com/joblib/joblib) | `1.5.1` | `1.5.2` |
| [jsonschema-specifications](https://github.com/python-jsonschema/jsonschema-specifications) | `2025.4.1` | `2025.9.1` |
| [marshmallow](https://github.com/marshmallow-code/marshmallow) | `4.0.0` | `4.0.1` |
| [orjson](https://github.com/ijl/orjson) | `3.11.2` | `3.11.3` |
| [platformdirs](https://github.com/tox-dev/platformdirs) | `4.3.8` | `4.4.0` |
| [regex](https://github.com/mrabarnett/mrab-regex) | `2025.7.34` | `2025.9.1` |
| [rpds-py](https://github.com/crate-py/rpds) | `0.27.0` | `0.27.1` |
| [soupsieve](https://github.com/facelessuser/soupsieve) | `2.7` | `2.8` |
| [typer](https://github.com/fastapi/typer) | `0.16.1` | `0.17.4` |
| [typing-extensions](https://github.com/python/typing_extensions) | `4.14.1` | `4.15.0` |


Updates `more-itertools` from 10.7.0 to 10.8.0
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
- [Commits](more-itertools/more-itertools@v10.7.0...v10.8.0)

Updates `deepdiff` from 8.6.0 to 8.6.1
- [Release notes](https://github.com/seperman/deepdiff/releases)
- [Changelog](https://github.com/seperman/deepdiff/blob/master/docs/changelog.rst)
- [Commits](seperman/deepdiff@8.6.0...8.6.1)

Updates `coverage` from 7.10.5 to 7.10.6
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.10.5...7.10.6)

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 `safety` from 3.6.0 to 3.6.1
- [Release notes](https://github.com/pyupio/safety/releases)
- [Changelog](https://github.com/pyupio/safety/blob/main/CHANGELOG.md)
- [Commits](pyupio/safety@3.6.0...3.6.1)

Updates `authlib` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/authlib/authlib/releases)
- [Changelog](https://github.com/authlib/authlib/blob/main/docs/changelog.rst)
- [Commits](authlib/authlib@v1.6.2...v1.6.3)

Updates `cryptography` from 45.0.6 to 45.0.7
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@45.0.6...45.0.7)

Updates `filelock` from 3.16.1 to 3.19.1
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](tox-dev/filelock@3.16.1...3.19.1)

Updates `identify` from 2.6.13 to 2.6.14
- [Commits](pre-commit/identify@v2.6.13...v2.6.14)

Updates `joblib` from 1.5.1 to 1.5.2
- [Release notes](https://github.com/joblib/joblib/releases)
- [Changelog](https://github.com/joblib/joblib/blob/main/CHANGES.rst)
- [Commits](joblib/joblib@1.5.1...1.5.2)

Updates `jsonschema-specifications` from 2025.4.1 to 2025.9.1
- [Release notes](https://github.com/python-jsonschema/jsonschema-specifications/releases)
- [Commits](python-jsonschema/jsonschema-specifications@v2025.4.1...v2025.9.1)

Updates `marshmallow` from 4.0.0 to 4.0.1
- [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/marshmallow@4.0.0...4.0.1)

Updates `orjson` from 3.11.2 to 3.11.3
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](ijl/orjson@3.11.2...3.11.3)

Updates `platformdirs` from 4.3.8 to 4.4.0
- [Release notes](https://github.com/tox-dev/platformdirs/releases)
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst)
- [Commits](tox-dev/platformdirs@4.3.8...4.4.0)

Updates `regex` from 2025.7.34 to 2025.9.1
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](mrabarnett/mrab-regex@2025.7.34...2025.9.1)

Updates `rpds-py` from 0.27.0 to 0.27.1
- [Release notes](https://github.com/crate-py/rpds/releases)
- [Commits](crate-py/rpds@v0.27.0...v0.27.1)

Updates `soupsieve` from 2.7 to 2.8
- [Release notes](https://github.com/facelessuser/soupsieve/releases)
- [Commits](facelessuser/soupsieve@2.7...2.8)

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

Updates `typing-extensions` from 4.14.1 to 4.15.0
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.14.1...4.15.0)

---
updated-dependencies:
- dependency-name: more-itertools
  dependency-version: 10.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: deepdiff
  dependency-version: 8.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: coverage
  dependency-version: 7.10.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: pytest
  dependency-version: 8.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: safety
  dependency-version: 3.6.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: authlib
  dependency-version: 1.6.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: cryptography
  dependency-version: 45.0.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: filelock
  dependency-version: 3.19.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: identify
  dependency-version: 2.6.14
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: joblib
  dependency-version: 1.5.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: jsonschema-specifications
  dependency-version: 2025.9.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: marshmallow
  dependency-version: 4.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: orjson
  dependency-version: 3.11.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: platformdirs
  dependency-version: 4.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: regex
  dependency-version: 2025.9.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: rpds-py
  dependency-version: 0.27.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: soupsieve
  dependency-version: '2.8'
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: typer
  dependency-version: 0.17.4
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: typing-extensions
  dependency-version: 4.15.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 8, 2025
@gadomski gadomski merged commit 8d079ae into main Sep 8, 2025
10 checks passed
@gadomski gadomski deleted the dependabot/pip/minor-and-patch-1456e2a136 branch September 8, 2025 12:51
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.

1 participant