Skip to content

Commit 9c588ae

Browse files
Bump pycares from 4.5.0 to 4.6.0 (#10704)
Bumps [pycares](https://github.com/saghul/pycares) from 4.5.0 to 4.6.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/saghul/pycares/commit/0d4ba7a624e382e5a37d80164f23f6c235438a75"><code>0d4ba7a</code></a> Bump version to 4.6.0</li> <li><a href="https://github.com/saghul/pycares/commit/68e301a5cae4f855ea4500b6df9d503318cc52f2"><code>68e301a</code></a> Fix module has no attribute type errors</li> <li><a href="https://github.com/saghul/pycares/commit/8fb9c4bdc6feb3921c81afa87925a684e076b706"><code>8fb9c4b</code></a> Add initial type annotations (<a href="https://redirect.github.com/saghul/pycares/issues/212">#212</a>)</li> <li><a href="https://github.com/saghul/pycares/commit/dd881b5459c18da40864740700796a89815e9ed3"><code>dd881b5</code></a> Fixup tests (<a href="https://redirect.github.com/saghul/pycares/issues/214">#214</a>)</li> <li><a href="https://github.com/saghul/pycares/commit/dc9a052b18f9a545d1c6b25fe7f2fbd21992d7b3"><code>dc9a052</code></a> Swap out is_all_ascii for built-in isascii (<a href="https://redirect.github.com/saghul/pycares/issues/209">#209</a>)</li> <li>See full diff in <a href="https://github.com/saghul/pycares/compare/v4.5.0...v4.6.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.5.0&new-version=4.6.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 62f11f2 commit 9c588ae

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.1
3434
# via
3535
# -r requirements/runtime-deps.in
3636
# yarl
37-
pycares==4.5.0
37+
pycares==4.6.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
@@ -145,7 +145,7 @@ proxy-py==2.4.10
145145
# via
146146
# -r requirements/lint.in
147147
# -r requirements/test.in
148-
pycares==4.5.0
148+
pycares==4.6.0
149149
# via aiodns
150150
pycparser==2.22
151151
# via cffi

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ proxy-py==2.4.10
142142
# via
143143
# -r requirements/lint.in
144144
# -r requirements/test.in
145-
pycares==4.5.0
145+
pycares==4.6.0
146146
# via aiodns
147147
pycparser==2.22
148148
# via cffi

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pre-commit==4.2.0
5959
# via -r requirements/lint.in
6060
proxy-py==2.4.10
6161
# via -r requirements/lint.in
62-
pycares==4.5.0
62+
pycares==4.6.0
6363
# via aiodns
6464
pycparser==2.22
6565
# 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.1
3030
# via
3131
# -r requirements/runtime-deps.in
3232
# yarl
33-
pycares==4.5.0
33+
pycares==4.6.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
@@ -75,7 +75,7 @@ propcache==0.3.1
7575
# yarl
7676
proxy-py==2.4.10
7777
# via -r requirements/test.in
78-
pycares==4.5.0
78+
pycares==4.6.0
7979
# via aiodns
8080
pycparser==2.22
8181
# via cffi

0 commit comments

Comments
 (0)