Skip to content

Bump aiofastnet from 1.0.1 to 1.0.2 - #13328

Closed
dependabot[bot] wants to merge 1 commit into
3.15from
dependabot/pip/3.15/aiofastnet-1.0.2
Closed

Bump aiofastnet from 1.0.1 to 1.0.2#13328
dependabot[bot] wants to merge 1 commit into
3.15from
dependabot/pip/3.15/aiofastnet-1.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor

Bumps aiofastnet from 1.0.1 to 1.0.2.

Release notes

Sourced from aiofastnet's releases.

1.0.2

  • Optimize Transport.writelines performance
  • Various cleanups and micro-optimizations
Changelog

Sourced from aiofastnet's changelog.

1.0.2

  • Optimize Transport.writelines performance
  • Various cleanups and micro-optimizations
Commits
  • 743c9f4 Update HISTORY
  • 1c6bdc8 Use NoResult to get rid off incref/decref on Py_NONE
  • b53307a Add comment
  • ced73ee Revert workflow changes
  • bad3dfd Fix windows build
  • 07412b8 Try to fix again
  • 3dccdff Fix windows tests
  • 72fc77f Do not run tests in parallel because it is difficult to identify a hang up
  • 20d35fa Use NoResult to get rid off incref/decref on Py_NONE
  • 95d6a2a Better cache locality
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [aiofastnet](https://github.com/tarasko/aiofastnet) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/tarasko/aiofastnet/releases)
- [Changelog](https://github.com/tarasko/aiofastnet/blob/master/HISTORY.rst)
- [Commits](tarasko/aiofastnet@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: aiofastnet
  dependency-version: 1.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 5, 2026
@dependabot
dependabot Bot requested review from asvetlov and webknjaz as code owners August 5, 2026 10:51
@github-actions
github-actions Bot enabled auto-merge (squash) August 5, 2026 10:52
@codecov

codecov Bot commented Aug 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.27%. Comparing base (b9ff891) to head (f4bdbf9).
⚠️ Report is 3 commits behind head on 3.15.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             3.15   #13328   +/-   ##
=======================================
  Coverage   98.27%   98.27%           
=======================================
  Files         136      136           
  Lines       49417    49417           
  Branches     2666     2666           
=======================================
  Hits        48563    48563           
  Misses        674      674           
  Partials      180      180           
Flag Coverage Δ
CI-GHA 98.27% <ø> (ø)
OS-Linux 98.05% <ø> (ø)
OS-Windows 95.73% <ø> (ø)
OS-macOS 97.23% <ø> (+0.01%) ⬆️
Py-3.10 97.38% <ø> (+<0.01%) ⬆️
Py-3.11 97.67% <ø> (ø)
Py-3.12 97.76% <ø> (+<0.01%) ⬆️
Py-3.13 97.74% <ø> (+<0.01%) ⬆️
Py-3.14 97.84% <ø> (-0.01%) ⬇️
Py-3.14t 96.84% <ø> (-0.01%) ⬇️
Py-pypy-3.11 96.67% <ø> (+0.01%) ⬆️
VM-macos 97.23% <ø> (+0.01%) ⬆️
VM-ubuntu 98.05% <ø> (ø)
VM-windows 95.73% <ø> (ø)
cython-coverage 38.51% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@codspeed-hq

codspeed-hq Bot commented Aug 5, 2026

Copy link
Copy Markdown

Merging this PR will degrade performance by 8.57%

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

❌ 1 regressed benchmark
✅ 83 untouched benchmarks
⏩ 86 skipped benchmarks1

Warning

Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Benchmark BASE HEAD Efficiency
test_simple_web_response 1.2 ms 1.3 ms -8.57%

Tip

Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.


Comparing dependabot/pip/3.15/aiofastnet-1.0.2 (f4bdbf9) with 3.15 (b9ff891)2

Open in CodSpeed

Footnotes

  1. 86 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

  2. No successful run was found on 3.15 (ed81b10) during the generation of this report, so b9ff891 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@tarasko

tarasko commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Regarding performance, it is a fluke, there is no real regression here. In the parallel PR for the master branch #13327 test_simple_web_response reports shows 0% change. And it is already merged

@dependabot @github

dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #13344.

@dependabot dependabot Bot closed this Aug 7, 2026
auto-merge was automatically disabled August 7, 2026 10:49

Pull request was closed

@dependabot
dependabot Bot deleted the dependabot/pip/3.15/aiofastnet-1.0.2 branch August 7, 2026 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant