Skip to content

Commit f35464d

Browse files
Bump pycares from 4.9.0 to 4.10.0 (#11393)
Bumps [pycares](https://github.com/saghul/pycares) from 4.9.0 to 4.10.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/saghul/pycares/commit/b0450c94fbb34f89731daaea1ab2198cee5b6b31"><code>b0450c9</code></a> Set version to 4.10.0</li> <li><a href="https://github.com/saghul/pycares/commit/c3c931f5608da23a196b216edfcc2af5b626fc9a"><code>c3c931f</code></a> Refactor channel destruction logic</li> <li><a href="https://github.com/saghul/pycares/commit/0486f675493a0d49c094f382f616745e2f1ae1a6"><code>0486f67</code></a> Fixup test CI</li> <li><a href="https://github.com/saghul/pycares/commit/8b59ceaccf19fb346a32df690defe7ad3099046a"><code>8b59cea</code></a> Remove context manager support</li> <li><a href="https://github.com/saghul/pycares/commit/3b1912cc9d8f23dddb23dc31b103e45892c4fcaf"><code>3b1912c</code></a> build(deps): bump pypa/cibuildwheel from 2.23.3 to 3.0.0</li> <li><a href="https://github.com/saghul/pycares/commit/b66e5359d8e1f77ce993cd0993ebaf04371ee61b"><code>b66e535</code></a> Add new process_read_fd process_write_fd to test</li> <li><a href="https://github.com/saghul/pycares/commit/78f386648076ac2a95607985c7fef73d6d3cec4a"><code>78f3866</code></a> Add read &amp; write process_fd functions</li> <li><a href="https://github.com/saghul/pycares/commit/1787759068374f30e88a16b7784e34b5df0c9f5e"><code>1787759</code></a> Idna resource reduction using a length check (<a href="https://redirect.github.com/saghul/pycares/issues/247">#247</a>)</li> <li><a href="https://github.com/saghul/pycares/commit/881a3a1ba41b5f21035f3d2bd60aa8554e5eae67"><code>881a3a1</code></a> Make result.type Final</li> <li><a href="https://github.com/saghul/pycares/commit/04e45e836b435a25adc4508af0c24106e893c7b0"><code>04e45e8</code></a> Fix OpenBSD build</li> <li>Additional commits viewable in <a href="https://github.com/saghul/pycares/compare/v4.9.0...v4.10.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.9.0&new-version=4.10.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 f2feddb commit f35464d

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
@@ -36,7 +36,7 @@ propcache==0.3.2
3636
# via
3737
# -r requirements/runtime-deps.in
3838
# yarl
39-
pycares==4.9.0
39+
pycares==4.10.0
4040
# via aiodns
4141
pycparser==2.22
4242
# via cffi

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ propcache==0.3.2
152152
# yarl
153153
proxy-py==2.4.10
154154
# via -r requirements/test.in
155-
pycares==4.9.0
155+
pycares==4.10.0
156156
# via aiodns
157157
pycparser==2.22
158158
# via cffi

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ propcache==0.3.2
149149
# yarl
150150
proxy-py==2.4.10
151151
# via -r requirements/test.in
152-
pycares==4.9.0
152+
pycares==4.10.0
153153
# via aiodns
154154
pycparser==2.22
155155
# via cffi

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pluggy==1.6.0
6161
# via pytest
6262
pre-commit==4.2.0
6363
# via -r requirements/lint.in
64-
pycares==4.9.0
64+
pycares==4.10.0
6565
# via aiodns
6666
pycparser==2.22
6767
# via cffi

requirements/runtime-deps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ propcache==0.3.2
3232
# via
3333
# -r requirements/runtime-deps.in
3434
# yarl
35-
pycares==4.9.0
35+
pycares==4.10.0
3636
# via aiodns
3737
pycparser==2.22
3838
# via cffi

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ propcache==0.3.2
8585
# yarl
8686
proxy-py==2.4.10
8787
# via -r requirements/test.in
88-
pycares==4.9.0
88+
pycares==4.10.0
8989
# via aiodns
9090
pycparser==2.22
9191
# via cffi

0 commit comments

Comments
 (0)