Skip to content

Commit 6be1a5a

Browse files
Bump pycares from 4.7.0 to 4.8.0 (#10832)
Bumps [pycares](https://github.com/saghul/pycares) from 4.7.0 to 4.8.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/saghul/pycares/commit/6405d1f679213d10159424474dbbc5e152718321"><code>6405d1f</code></a> Set version to 4.8.0</li> <li><a href="https://github.com/saghul/pycares/commit/a5638960171116a3d07f1552424a25c09719f7aa"><code>a563896</code></a> Add ARES_FLAG_NO_DFLT_SVR and ARES_FLAG_EDNS to API</li> <li><a href="https://github.com/saghul/pycares/commit/da561b29779e611c9dafba74e42388b1fb962c70"><code>da561b2</code></a> Update bundled c-ares to v1.34.5 (<a href="https://redirect.github.com/saghul/pycares/issues/221">#221</a>)</li> <li><a href="https://github.com/saghul/pycares/commit/129c07ca89f7647e7610aecca6b12047b4cc4195"><code>129c07c</code></a> Cancel previous CI jobs on pull request update</li> <li>See full diff in <a href="https://github.com/saghul/pycares/compare/v4.7.0...v4.8.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.7.0&new-version=4.8.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent beaa695 commit 6be1a5a

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

requirements/base.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --allow-unsafe --output-file=requirements/base.txt --strip-extras requirements/base.in
66
#
7-
aiodns==3.3.0 ; sys_platform == "linux" or sys_platform == "darwin"
7+
aiodns==3.3.0
88
# via -r requirements/runtime-deps.in
99
aiohappyeyeballs==2.6.1
1010
# via -r requirements/runtime-deps.in
@@ -36,7 +36,7 @@ propcache==0.3.1
3636
# via
3737
# -r requirements/runtime-deps.in
3838
# yarl
39-
pycares==4.7.0
39+
pycares==4.8.0
4040
# via aiodns
4141
pycparser==2.22
4242
# via cffi

requirements/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ propcache==0.3.1
148148
# yarl
149149
proxy-py==2.4.10
150150
# via -r requirements/test.in
151-
pycares==4.7.0
151+
pycares==4.8.0
152152
# via aiodns
153153
pycparser==2.22
154154
# via cffi

requirements/dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ propcache==0.3.1
145145
# yarl
146146
proxy-py==2.4.10
147147
# via -r requirements/test.in
148-
pycares==4.7.0
148+
pycares==4.8.0
149149
# via aiodns
150150
pycparser==2.22
151151
# via cffi

requirements/lint.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pluggy==1.5.0
5959
# via pytest
6060
pre-commit==4.2.0
6161
# via -r requirements/lint.in
62-
pycares==4.7.0
62+
pycares==4.8.0
6363
# via aiodns
6464
pycparser==2.22
6565
# via cffi

requirements/runtime-deps.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --allow-unsafe --output-file=requirements/runtime-deps.txt --strip-extras requirements/runtime-deps.in
66
#
7-
aiodns==3.3.0 ; sys_platform == "linux" or sys_platform == "darwin"
7+
aiodns==3.3.0
88
# via -r requirements/runtime-deps.in
99
aiohappyeyeballs==2.6.1
1010
# via -r requirements/runtime-deps.in
@@ -32,7 +32,7 @@ propcache==0.3.1
3232
# via
3333
# -r requirements/runtime-deps.in
3434
# yarl
35-
pycares==4.7.0
35+
pycares==4.8.0
3636
# via aiodns
3737
pycparser==2.22
3838
# via cffi

requirements/test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ propcache==0.3.1
7979
# yarl
8080
proxy-py==2.4.10
8181
# via -r requirements/test.in
82-
pycares==4.7.0
82+
pycares==4.8.0
8383
# via aiodns
8484
pycparser==2.22
8585
# via cffi

0 commit comments

Comments
 (0)