Update aiohttp to ~=3.13.0 and bump test deps#266
Open
miaucl wants to merge 1 commit into
Open
Conversation
- Pin aiohttp~=3.13.0 in pyproject.toml, requirements.txt, and requirements_dev.txt - Bump pytest-asyncio minimum to >=1.4.0 - Ensures compatibility with aioresponses>=0.7.8 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #266 +/- ##
=======================================
Coverage 92.51% 92.51%
=======================================
Files 6 6
Lines 708 708
Branches 30 30
=======================================
Hits 655 655
Misses 46 46
Partials 7 7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Owner
Author
|
aioresponses 0.7.8 is not compatible with aiohttp 3.14.0, so we pin it to the minor for now. --> #265 |
Collaborator
|
We should only pin in in requirements_dev.txt, to run the test suite, not for the package itself. Long-term maybe we should rewrite the tests and get rid of aioresponses |
Owner
Author
|
Unit tests do not use the _dev file imo? |
Collaborator
|
Oh, you are right, deps are installed with |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update dependency pins to ensure compatibility between aiohttp 3.13.x and aioresponses 0.7.8.
Changes
aiohttp~=3.13.0inpyproject.toml,requirements.txt, andrequirements_dev.txtpytest-asynciominimum to>=1.4.0inrequirements_test.txtTesting
All 135 unit tests pass locally with these dependency versions.