From b04047416e551612d58ba2dbacb289d36372239f Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 21 Apr 2025 08:43:20 -1000 Subject: [PATCH 1/2] Rewrite changelog message for #9705 to be in the past tense (#10774) --- CHANGES/10761.contrib.rst | 1 + CHANGES/9705.contrib.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 CHANGES/10761.contrib.rst diff --git a/CHANGES/10761.contrib.rst b/CHANGES/10761.contrib.rst new file mode 120000 index 00000000000..3d35184e09d --- /dev/null +++ b/CHANGES/10761.contrib.rst @@ -0,0 +1 @@ +9705.contrib.rst \ No newline at end of file diff --git a/CHANGES/9705.contrib.rst b/CHANGES/9705.contrib.rst index 771fb442629..5d23e964fa1 100644 --- a/CHANGES/9705.contrib.rst +++ b/CHANGES/9705.contrib.rst @@ -1 +1 @@ -Speed up tests by disabling ``blockbuster`` fixture for ``test_static_file_huge`` and ``test_static_file_huge_cancel`` tests -- by :user:`dikos1337`. +Sped up tests by disabling ``blockbuster`` fixture for ``test_static_file_huge`` and ``test_static_file_huge_cancel`` tests -- by :user:`dikos1337`. From f626aebecac0331d4345bdb11d6caca2150eda55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 19:22:12 +0000 Subject: [PATCH 2/2] Bump pycares from 4.6.0 to 4.6.1 (#10783) Bumps [pycares](https://github.com/saghul/pycares) from 4.6.0 to 4.6.1.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pycares&package-manager=pip&previous-version=4.6.0&new-version=4.6.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/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 433d2b6a72e..03e3e07876c 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -34,7 +34,7 @@ propcache==0.3.1 # via # -r requirements/runtime-deps.in # yarl -pycares==4.6.0 +pycares==4.6.1 # via aiodns pycparser==2.22 # via cffi diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 90f58621bab..216dbdadeb0 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -149,7 +149,7 @@ proxy-py==2.4.10 # via # -r requirements/lint.in # -r requirements/test.in -pycares==4.6.0 +pycares==4.6.1 # via aiodns pycparser==2.22 # via cffi diff --git a/requirements/dev.txt b/requirements/dev.txt index 7b683287ef8..52773e3549c 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -146,7 +146,7 @@ proxy-py==2.4.10 # via # -r requirements/lint.in # -r requirements/test.in -pycares==4.6.0 +pycares==4.6.1 # via aiodns pycparser==2.22 # via cffi diff --git a/requirements/lint.txt b/requirements/lint.txt index ef141dee226..5e34fb66e71 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.6.0 +pycares==4.6.1 # via aiodns pycparser==2.22 # via cffi diff --git a/requirements/runtime-deps.txt b/requirements/runtime-deps.txt index 11100abb6a6..b6c248621f2 100644 --- a/requirements/runtime-deps.txt +++ b/requirements/runtime-deps.txt @@ -30,7 +30,7 @@ propcache==0.3.1 # via # -r requirements/runtime-deps.in # yarl -pycares==4.6.0 +pycares==4.6.1 # via aiodns pycparser==2.22 # via cffi diff --git a/requirements/test.txt b/requirements/test.txt index c8399e1a8c6..a6b71150d96 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -77,7 +77,7 @@ propcache==0.3.1 # yarl proxy-py==2.4.10 # via -r requirements/test.in -pycares==4.6.0 +pycares==4.6.1 # via aiodns pycparser==2.22 # via cffi