Skip to content

Commit f626aeb

Browse files
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. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/saghul/pycares/commit/90bd7fc12910d53c9982d0dd0a0f658683487212"><code>90bd7fc</code></a> Bump version to 4.6.1</li> <li><a href="https://github.com/saghul/pycares/commit/46e04db8857f6e7ac4f9608de775f91dad9a1e9c"><code>46e04db</code></a> Fix missing attribute type information for errno (<a href="https://redirect.github.com/saghul/pycares/issues/215">#215</a>)</li> <li>See full diff in <a href="https://github.com/saghul/pycares/compare/v4.6.0...v4.6.1">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.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) --- <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 b040474 commit f626aeb

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.6.0
37+
pycares==4.6.1
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
@@ -149,7 +149,7 @@ proxy-py==2.4.10
149149
# via
150150
# -r requirements/lint.in
151151
# -r requirements/test.in
152-
pycares==4.6.0
152+
pycares==4.6.1
153153
# via aiodns
154154
pycparser==2.22
155155
# via cffi

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ proxy-py==2.4.10
146146
# via
147147
# -r requirements/lint.in
148148
# -r requirements/test.in
149-
pycares==4.6.0
149+
pycares==4.6.1
150150
# via aiodns
151151
pycparser==2.22
152152
# via cffi

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pre-commit==4.2.0
6161
# via -r requirements/lint.in
6262
proxy-py==2.4.10
6363
# via -r requirements/lint.in
64-
pycares==4.6.0
64+
pycares==4.6.1
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
@@ -30,7 +30,7 @@ propcache==0.3.1
3030
# via
3131
# -r requirements/runtime-deps.in
3232
# yarl
33-
pycares==4.6.0
33+
pycares==4.6.1
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
@@ -77,7 +77,7 @@ propcache==0.3.1
7777
# yarl
7878
proxy-py==2.4.10
7979
# via -r requirements/test.in
80-
pycares==4.6.0
80+
pycares==4.6.1
8181
# via aiodns
8282
pycparser==2.22
8383
# via cffi

0 commit comments

Comments
 (0)