Skip to content

Commit 4eafbd3

Browse files
Bump pycares from 4.10.0 to 4.11.0 (#11491)
Bumps [pycares](https://github.com/saghul/pycares) from 4.10.0 to 4.11.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/saghul/pycares/commit/613184b532b370a953a7354f25b247d73226c06f"><code>613184b</code></a> Fial language classifier</li> <li><a href="https://github.com/saghul/pycares/commit/7c4f734797542a29c895029b9e9e1d59875494e4"><code>7c4f734</code></a> Bump version to 4.11.0Set version to 4.11.0</li> <li><a href="https://github.com/saghul/pycares/commit/37f0c540d01c2a3da6a5737b6051e850032b7527"><code>37f0c54</code></a> build(deps): bump pypa/cibuildwheel from 3.1.3 to 3.1.4</li> <li><a href="https://github.com/saghul/pycares/commit/9d0d4b78d814eabe64c7aa6639337299616a360e"><code>9d0d4b7</code></a> build(deps): bump actions/download-artifact from 4 to 5</li> <li><a href="https://github.com/saghul/pycares/commit/08e49257182ca2088a5993be3985837a159777a4"><code>08e4925</code></a> build(deps): bump actions/checkout from 4 to 5</li> <li><a href="https://github.com/saghul/pycares/commit/52cb2462895441edc76ebe9e420977c6f22365ae"><code>52cb246</code></a> run tests with unittest-ft on free-threaded build</li> <li><a href="https://github.com/saghul/pycares/commit/075a5c8b5e826d6f5dc26a545cf34787ad458747"><code>075a5c8</code></a> Add support for Python 3.14 and 3.14t</li> <li>See full diff in <a href="https://github.com/saghul/pycares/compare/v4.10.0...v4.11.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pycares&package-manager=pip&previous-version=4.10.0&new-version=4.11.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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a63f872 commit 4eafbd3

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ propcache==0.3.2
3434
# via
3535
# -r requirements/runtime-deps.in
3636
# yarl
37-
pycares==4.10.0
37+
pycares==4.11.0
3838
# via aiodns
3939
pycparser==2.22
4040
# via cffi

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ proxy-py==2.4.10
153153
# via
154154
# -r requirements/lint.in
155155
# -r requirements/test.in
156-
pycares==4.10.0
156+
pycares==4.11.0
157157
# via aiodns
158158
pycparser==2.22
159159
# via cffi

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ proxy-py==2.4.10
150150
# via
151151
# -r requirements/lint.in
152152
# -r requirements/test.in
153-
pycares==4.10.0
153+
pycares==4.11.0
154154
# via aiodns
155155
pycparser==2.22
156156
# via cffi

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pre-commit==4.3.0
6363
# via -r requirements/lint.in
6464
proxy-py==2.4.10
6565
# via -r requirements/lint.in
66-
pycares==4.10.0
66+
pycares==4.11.0
6767
# via aiodns
6868
pycparser==2.22
6969
# via cffi

requirements/runtime-deps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ propcache==0.3.2
3030
# via
3131
# -r requirements/runtime-deps.in
3232
# yarl
33-
pycares==4.10.0
33+
pycares==4.11.0
3434
# via aiodns
3535
pycparser==2.22
3636
# via cffi

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ propcache==0.3.2
8383
# yarl
8484
proxy-py==2.4.10
8585
# via -r requirements/test.in
86-
pycares==4.10.0
86+
pycares==4.11.0
8787
# via aiodns
8888
pycparser==2.22
8989
# via cffi

0 commit comments

Comments
 (0)