From 408af705a38dfc518327cb9d3051ce16a51653c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 10:23:12 +0000 Subject: [PATCH 1/3] Bump pycares from 4.8.0 to 4.9.0 (#11202) Bumps [pycares](https://github.com/saghul/pycares) from 4.8.0 to 4.9.0.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pycares&package-manager=pip&previous-version=4.8.0&new-version=4.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/base.txt | 2 +- requirements/constraints.txt | 2 +- requirements/dev.txt | 2 +- requirements/lint.txt | 2 +- requirements/runtime-deps.txt | 2 +- requirements/test.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 0881620abd2..cc5eb543c18 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -34,7 +34,7 @@ propcache==0.3.2 # via # -r requirements/runtime-deps.in # yarl -pycares==4.8.0 +pycares==4.9.0 # via aiodns pycparser==2.22 # via cffi diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 514f8ee0a5d..11c701096e6 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -151,7 +151,7 @@ proxy-py==2.4.10 # via # -r requirements/lint.in # -r requirements/test.in -pycares==4.8.0 +pycares==4.9.0 # via aiodns pycparser==2.22 # via cffi diff --git a/requirements/dev.txt b/requirements/dev.txt index 8c42ba93f3b..b205ad2d7d3 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -148,7 +148,7 @@ proxy-py==2.4.10 # via # -r requirements/lint.in # -r requirements/test.in -pycares==4.8.0 +pycares==4.9.0 # via aiodns pycparser==2.22 # via cffi diff --git a/requirements/lint.txt b/requirements/lint.txt index 8ea3ea4e867..3be11b556b2 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -61,7 +61,7 @@ pre-commit==4.2.0 # via -r requirements/lint.in proxy-py==2.4.10 # via -r requirements/lint.in -pycares==4.8.0 +pycares==4.9.0 # via aiodns pycparser==2.22 # via cffi diff --git a/requirements/runtime-deps.txt b/requirements/runtime-deps.txt index dcf1d81a2c8..e6cece9bb9c 100644 --- a/requirements/runtime-deps.txt +++ b/requirements/runtime-deps.txt @@ -30,7 +30,7 @@ propcache==0.3.2 # via # -r requirements/runtime-deps.in # yarl -pycares==4.8.0 +pycares==4.9.0 # via aiodns pycparser==2.22 # via cffi diff --git a/requirements/test.txt b/requirements/test.txt index 1f35f20e2cf..ada95c6cbf1 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -79,7 +79,7 @@ propcache==0.3.2 # yarl proxy-py==2.4.10 # via -r requirements/test.in -pycares==4.8.0 +pycares==4.9.0 # via aiodns pycparser==2.22 # via cffi From 122d7c3d10e117d84a6fc2a9fe43bcdd47e5a0ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 10:26:28 +0000 Subject: [PATCH 2/3] Bump pydantic from 2.11.5 to 2.11.6 (#11203) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.11.5 to 2.11.6.
Release notes

Sourced from pydantic's releases.

v2.11.6 2025-06-13

v2.11.6 (2025-06-13)

What's Changed

Fixes

Full Changelog: https://github.com/pydantic/pydantic/compare/v2.11.5...v2.11.6

Changelog

Sourced from pydantic's changelog.

v2.11.6 (2025-06-13)

GitHub release

What's Changed

Fixes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pydantic&package-manager=pip&previous-version=2.11.5&new-version=2.11.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/constraints.txt | 2 +- requirements/dev.txt | 2 +- requirements/lint.txt | 2 +- requirements/test.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 11c701096e6..5d6339346ca 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -155,7 +155,7 @@ pycares==4.9.0 # via aiodns pycparser==2.22 # via cffi -pydantic==2.11.5 +pydantic==2.11.6 # via python-on-whales pydantic-core==2.33.2 # via pydantic diff --git a/requirements/dev.txt b/requirements/dev.txt index b205ad2d7d3..f642b75420c 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -152,7 +152,7 @@ pycares==4.9.0 # via aiodns pycparser==2.22 # via cffi -pydantic==2.11.5 +pydantic==2.11.6 # via python-on-whales pydantic-core==2.33.2 # via pydantic diff --git a/requirements/lint.txt b/requirements/lint.txt index 3be11b556b2..4529dc3d37b 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -65,7 +65,7 @@ pycares==4.9.0 # via aiodns pycparser==2.22 # via cffi -pydantic==2.11.5 +pydantic==2.11.6 # via python-on-whales pydantic-core==2.33.2 # via pydantic diff --git a/requirements/test.txt b/requirements/test.txt index ada95c6cbf1..97c24f1ca35 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -83,7 +83,7 @@ pycares==4.9.0 # via aiodns pycparser==2.22 # via cffi -pydantic==2.11.5 +pydantic==2.11.6 # via python-on-whales pydantic-core==2.33.2 # via pydantic From cefe2c2dbbe0a79999aa48182f608dc9211b783b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 10:36:39 +0000 Subject: [PATCH 3/3] Bump pytest-cov from 6.2.0 to 6.2.1 (#11204) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.2.0 to 6.2.1.
Changelog

Sourced from pytest-cov's changelog.

6.2.1 (2025-06-12)

  • Added a version requirement for pytest's pluggy dependency (1.2.0, released 2023-06-21) that has the required new-style hookwrapper API.

  • Removed deprecated license classifier (packaging).

  • Disabled coverage warnings in two more situations where they have no value:

    • "module-not-measured" in workers
    • "already-imported" in subprocesses
Commits
  • 55dbe43 Bump version: 6.2.0 → 6.2.1
  • d17e9b7 Update changelog.
  • 8964ab7 Add a note for this warning disable.
  • e932e41 Prevent unimported warnings @ pytest-xdist workers
  • 573379b Bring pytest-cov's suprocess management in line with coverage's process_start...
  • f1884e8 Fix xdist pin.
  • 512c669 Added minium version requirements for pluggin (for new-style hookwrappers). P...
  • 629ba64 Remove deprecated license classifier.
  • See full diff in compare view

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-cov&package-manager=pip&previous-version=6.2.0&new-version=6.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/constraints.txt | 6 ++++-- requirements/dev.txt | 6 ++++-- requirements/test.txt | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 5d6339346ca..903d23c4b09 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -140,7 +140,9 @@ pkgconfig==1.5.5 platformdirs==4.3.8 # via virtualenv pluggy==1.6.0 - # via pytest + # via + # pytest + # pytest-cov pre-commit==4.2.0 # via -r requirements/lint.in propcache==0.3.2 @@ -185,7 +187,7 @@ pytest-codspeed==3.2.0 # via # -r requirements/lint.in # -r requirements/test.in -pytest-cov==6.2.0 +pytest-cov==6.2.1 # via -r requirements/test.in pytest-mock==3.14.1 # via diff --git a/requirements/dev.txt b/requirements/dev.txt index f642b75420c..ab302500f7f 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -137,7 +137,9 @@ pkgconfig==1.5.5 platformdirs==4.3.8 # via virtualenv pluggy==1.6.0 - # via pytest + # via + # pytest + # pytest-cov pre-commit==4.2.0 # via -r requirements/lint.in propcache==0.3.2 @@ -180,7 +182,7 @@ pytest-codspeed==3.2.0 # via # -r requirements/lint.in # -r requirements/test.in -pytest-cov==6.2.0 +pytest-cov==6.2.1 # via -r requirements/test.in pytest-mock==3.14.1 # via diff --git a/requirements/test.txt b/requirements/test.txt index 97c24f1ca35..804bde0fefc 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -72,7 +72,9 @@ packaging==25.0 pkgconfig==1.5.5 # via -r requirements/test.in pluggy==1.6.0 - # via pytest + # via + # pytest + # pytest-cov propcache==0.3.2 # via # -r requirements/runtime-deps.in @@ -98,7 +100,7 @@ pytest==8.1.1 # pytest-xdist pytest-codspeed==3.2.0 # via -r requirements/test.in -pytest-cov==6.2.0 +pytest-cov==6.2.1 # via -r requirements/test.in pytest-mock==3.14.1 # via -r requirements/test.in