Skip to content

Commit f80bfcc

Browse files
Bump aiofastnet from 1.0.2 to 1.0.5 (aio-libs#13402)
Bumps [aiofastnet](https://github.com/tarasko/aiofastnet) from 1.0.2 to 1.0.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tarasko/aiofastnet/releases">aiofastnet's releases</a>.</em></p> <blockquote> <h2>1.0.5</h2> <ul> <li>Release for python 3.15</li> </ul> <h2>1.0.4</h2> <ul> <li>Fix <a href="https://redirect.github.com/tarasko/aiofastnet/issues/62">#62</a>: Greedy reads cause significant performance regression in aiohttp</li> </ul> <h2>1.0.3</h2> <ul> <li>Optimize syscall usage</li> <li>Prevent possible starvation, limit number of consecutive reads per client per cycle</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tarasko/aiofastnet/blob/master/HISTORY.rst">aiofastnet's changelog</a>.</em></p> <blockquote> <h2>1.0.5</h2> <ul> <li>Release for python 3.15</li> </ul> <h2>1.0.4</h2> <ul> <li>Fix <a href="https://redirect.github.com/tarasko/aiofastnet/issues/62">#62</a>: Greedy reads cause significant performance regression in aiohttp</li> </ul> <h2>1.0.3</h2> <ul> <li>Optimize syscall usage</li> <li>Prevent possible starvation, limit number of consecutive reads per client per cycle</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tarasko/aiofastnet/commit/9192bfc11870f73fa51e56253a336b9a7cd38f5b"><code>9192bfc</code></a> Fix release yml</li> <li><a href="https://github.com/tarasko/aiofastnet/commit/a7ea5e1e387fd7520ce6afb3e82c7ab7bcdd13bc"><code>a7ea5e1</code></a> Try build for 3.15, update build dependencies</li> <li><a href="https://github.com/tarasko/aiofastnet/commit/12fe26d0be46abd0850b454b8faf93115906b8bf"><code>12fe26d</code></a> Update setup-uv</li> <li><a href="https://github.com/tarasko/aiofastnet/commit/149d533ecdaa02c996253d2cd19dd8c0110cdb21"><code>149d533</code></a> Update history</li> <li><a href="https://github.com/tarasko/aiofastnet/commit/dec5667e0d6f3d2c0a4f771d7862c866d53581a5"><code>dec5667</code></a> Update versions</li> <li><a href="https://github.com/tarasko/aiofastnet/commit/b200466d58d14b6190fbc3cc9cb918a14cd3473a"><code>b200466</code></a> Allow pre-releases</li> <li><a href="https://github.com/tarasko/aiofastnet/commit/e21d8cd8faf3827ff77fb5af3b1e1b9ad42d6936"><code>e21d8cd</code></a> Update setup-uv</li> <li><a href="https://github.com/tarasko/aiofastnet/commit/8344c3a924d257edd556860f8e9e79de0fcd822a"><code>8344c3a</code></a> Update setup-uv</li> <li><a href="https://github.com/tarasko/aiofastnet/commit/61e0bcb1226aea0ebacdddffa413de35f62558f3"><code>61e0bcb</code></a> Update actions</li> <li><a href="https://github.com/tarasko/aiofastnet/commit/b03c14f5e8c55a934064a6aeba8707930d11cd52"><code>b03c14f</code></a> Merge branch 'master' into python315</li> <li>Additional commits viewable in <a href="https://github.com/tarasko/aiofastnet/compare/v1.0.2...v1.0.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aiofastnet&package-manager=pip&previous-version=1.0.2&new-version=1.0.5)](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 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 d041d4d commit f80bfcc

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

requirements/base-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
aiodns==4.0.4 ; sys_platform != "android" and sys_platform != "ios"
88
# via -r requirements/runtime-deps.in
9-
aiofastnet==1.0.2 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
9+
aiofastnet==1.0.5 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
1010
# via -r requirements/runtime-deps.in
1111
aiohappyeyeballs==2.7.1
1212
# via -r requirements/runtime-deps.in

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
aiodns==4.0.4 ; sys_platform != "android" and sys_platform != "ios"
88
# via -r requirements/runtime-deps.in
9-
aiofastnet==1.0.2 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
9+
aiofastnet==1.0.5 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
1010
# via -r requirements/runtime-deps.in
1111
aiohappyeyeballs==2.7.1
1212
# via -r requirements/runtime-deps.in

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aiodns==4.0.4 ; sys_platform != "android" and sys_platform != "ios"
88
# via
99
# -r requirements/lint.in
1010
# -r requirements/runtime-deps.in
11-
aiofastnet==1.0.2 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
11+
aiofastnet==1.0.5 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
1212
# via
1313
# -r requirements/lint.in
1414
# -r requirements/runtime-deps.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aiodns==4.0.4 ; sys_platform != "android" and sys_platform != "ios"
88
# via
99
# -r requirements/lint.in
1010
# -r requirements/runtime-deps.in
11-
aiofastnet==1.0.2 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
11+
aiofastnet==1.0.5 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
1212
# via
1313
# -r requirements/lint.in
1414
# -r requirements/runtime-deps.in

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
aiodns==4.0.4
88
# via -r requirements/lint.in
9-
aiofastnet==1.0.2
9+
aiofastnet==1.0.5
1010
# via -r requirements/lint.in
1111
aiohappyeyeballs==2.7.1
1212
# via aiohttp

requirements/runtime-deps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
aiodns==4.0.4 ; sys_platform != "android" and sys_platform != "ios"
88
# via -r requirements/runtime-deps.in
9-
aiofastnet==1.0.2 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
9+
aiofastnet==1.0.5 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
1010
# via -r requirements/runtime-deps.in
1111
aiohappyeyeballs==2.7.1
1212
# via -r requirements/runtime-deps.in

requirements/test-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
aiodns==4.0.4 ; sys_platform != "android" and sys_platform != "ios"
88
# via -r requirements/runtime-deps.in
9-
aiofastnet==1.0.2 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
9+
aiofastnet==1.0.5 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
1010
# via -r requirements/runtime-deps.in
1111
aiohappyeyeballs==2.7.1
1212
# via

requirements/test-mobile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
aiodns==4.0.4 ; sys_platform != "android" and sys_platform != "ios"
88
# via -r requirements/runtime-deps.in
9-
aiofastnet==1.0.2 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
9+
aiofastnet==1.0.5 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
1010
# via -r requirements/runtime-deps.in
1111
aiohappyeyeballs==2.7.1
1212
# via

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
aiodns==4.0.4 ; sys_platform != "android" and sys_platform != "ios"
88
# via -r requirements/runtime-deps.in
9-
aiofastnet==1.0.2 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
9+
aiofastnet==1.0.5 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
1010
# via -r requirements/runtime-deps.in
1111
aiohappyeyeballs==2.7.1
1212
# via

0 commit comments

Comments
 (0)