Skip to content

Commit 6f6fde2

Browse files
Bump pycares from 4.4.0 to 4.5.0 (#10234)
Bumps [pycares](https://github.com/saghul/pycares) from 4.4.0 to 4.5.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/saghul/pycares/commit/cde3d471035a2e867b85ef64f80eed727a93d4c2"><code>cde3d47</code></a> Fixup CI</li> <li><a href="https://github.com/saghul/pycares/commit/6885e0e428c7119d4539ba7ff9ef73ef4a858d9d"><code>6885e0e</code></a> Fix building sdist</li> <li><a href="https://github.com/saghul/pycares/commit/f770a07b24f9cc1c9af9579d0c8e8484fbddbef1"><code>f770a07</code></a> Test building release wheels on PRs</li> <li><a href="https://github.com/saghul/pycares/commit/1a197b256020d14ee63102406aead7b68c117ef9"><code>1a197b2</code></a> chore(ci): fix upload &amp; add more platforms to cibuildwheel (<a href="https://redirect.github.com/saghul/pycares/issues/204">#204</a>)</li> <li><a href="https://github.com/saghul/pycares/commit/70443e0446304e98c8cadaefa98d0d9b0286be54"><code>70443e0</code></a> Bump version to 4.5.0</li> <li><a href="https://github.com/saghul/pycares/commit/da178fd6c84c296f2a06439021cfcdcec0b93e58"><code>da178fd</code></a> Add 3.13 support, remove 3.8 (<a href="https://redirect.github.com/saghul/pycares/issues/202">#202</a>)</li> <li><a href="https://github.com/saghul/pycares/commit/57a82a0039ad2607092abe6aff0f06be17a400f2"><code>57a82a0</code></a> build(deps): bump actions/download-artifact in /.github/workflows</li> <li><a href="https://github.com/saghul/pycares/commit/8964404b6a9731d88c61998949474799556f29d9"><code>8964404</code></a> Drop distutils</li> <li><a href="https://github.com/saghul/pycares/commit/de2ed40596f543f989bbcea30632be751133c110"><code>de2ed40</code></a> Do not define HAVE_GETSERVBYPORT_R for platforms (<a href="https://redirect.github.com/saghul/pycares/issues/195">#195</a>)</li> <li><a href="https://github.com/saghul/pycares/commit/b005f58d5e39b166427cb4546dbcc26c61ec40d3"><code>b005f58</code></a> Update test_idna_encoding_query_a with new errno to align to new c-ares versi...</li> <li>Additional commits viewable in <a href="https://github.com/saghul/pycares/compare/v4.4.0...v4.5.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.4.0&new-version=4.5.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 9bd0fb1 commit 6f6fde2

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.2.0
3636
# via
3737
# -r requirements/runtime-deps.in
3838
# yarl
39-
pycares==4.4.0
39+
pycares==4.5.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
@@ -140,7 +140,7 @@ propcache==0.2.0
140140
# yarl
141141
proxy-py==2.4.9
142142
# via -r requirements/test.in
143-
pycares==4.4.0
143+
pycares==4.5.0
144144
# via aiodns
145145
pycparser==2.22
146146
# via cffi

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ propcache==0.2.0
137137
# yarl
138138
proxy-py==2.4.9
139139
# via -r requirements/test.in
140-
pycares==4.4.0
140+
pycares==4.5.0
141141
# via aiodns
142142
pycparser==2.22
143143
# via cffi

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pluggy==1.5.0
5555
# via pytest
5656
pre-commit==3.5.0
5757
# via -r requirements/lint.in
58-
pycares==4.4.0
58+
pycares==4.5.0
5959
# via aiodns
6060
pycparser==2.22
6161
# 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.2.0
3232
# via
3333
# -r requirements/runtime-deps.in
3434
# yarl
35-
pycares==4.4.0
35+
pycares==4.5.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
@@ -75,7 +75,7 @@ propcache==0.2.0
7575
# yarl
7676
proxy-py==2.4.9
7777
# via -r requirements/test.in
78-
pycares==4.4.0
78+
pycares==4.5.0
7979
# via aiodns
8080
pycparser==2.22
8181
# via cffi

0 commit comments

Comments
 (0)