Skip to content

Commit 9f42648

Browse files
Bump aiofastnet from 1.0.1 to 1.0.2 (aio-libs#13327)
Bumps [aiofastnet](https://github.com/tarasko/aiofastnet) from 1.0.1 to 1.0.2. <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.2</h2> <ul> <li>Optimize Transport.writelines performance</li> <li>Various cleanups and micro-optimizations</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.2</h2> <ul> <li>Optimize Transport.writelines performance</li> <li>Various cleanups and micro-optimizations</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tarasko/aiofastnet/commit/743c9f41f59318ed4f899212ea0f2da2f58f57ad"><code>743c9f4</code></a> Update HISTORY</li> <li><a href="https://github.com/tarasko/aiofastnet/commit/1c6bdc8f89fa493c42b0f288b093371cdb132e6f"><code>1c6bdc8</code></a> Use NoResult to get rid off incref/decref on Py_NONE</li> <li><a href="https://github.com/tarasko/aiofastnet/commit/b53307a87db2c5a89cb506e063c26cc128f0e13d"><code>b53307a</code></a> Add comment</li> <li><a href="https://github.com/tarasko/aiofastnet/commit/ced73ee2f857f40ac1574ea9e0ebb625b7e2e9dc"><code>ced73ee</code></a> Revert workflow changes</li> <li><a href="https://github.com/tarasko/aiofastnet/commit/bad3dfd77144fe57151fbc1cb61682cd77b15053"><code>bad3dfd</code></a> Fix windows build</li> <li><a href="https://github.com/tarasko/aiofastnet/commit/07412b86889b534dc5a9ed37d1e4900306596b60"><code>07412b8</code></a> Try to fix again</li> <li><a href="https://github.com/tarasko/aiofastnet/commit/3dccdff7f188777db540ef77eac1972917a54478"><code>3dccdff</code></a> Fix windows tests</li> <li><a href="https://github.com/tarasko/aiofastnet/commit/72fc77f73551d3d28871bd449bf47cc62937c055"><code>72fc77f</code></a> Do not run tests in parallel because it is difficult to identify a hang up</li> <li><a href="https://github.com/tarasko/aiofastnet/commit/20d35fa400890a6095d363a808d5b02003e3926e"><code>20d35fa</code></a> Use NoResult to get rid off incref/decref on Py_NONE</li> <li><a href="https://github.com/tarasko/aiofastnet/commit/95d6a2af3a30d83dc628958764038a81b78b1c9e"><code>95d6a2a</code></a> Better cache locality</li> <li>Additional commits viewable in <a href="https://github.com/tarasko/aiofastnet/compare/v1.0.1...v1.0.2">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.1&new-version=1.0.2)](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 b65e75f commit 9f42648

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.1 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
9+
aiofastnet==1.0.2 ; 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.1 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
9+
aiofastnet==1.0.2 ; 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.1 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
11+
aiofastnet==1.0.2 ; 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.1 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
11+
aiofastnet==1.0.2 ; 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.1
9+
aiofastnet==1.0.2
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.1 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
9+
aiofastnet==1.0.2 ; 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.1 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
9+
aiofastnet==1.0.2 ; 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.1 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
9+
aiofastnet==1.0.2 ; 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.1 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
9+
aiofastnet==1.0.2 ; 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)