chore: upgrade all dependencies to latest versions#608
Merged
Conversation
Bump all dev and runtime dependency minimums to their latest releases: pydot 4.0.1, ruff 0.15.8, pytest-cov 7.1.0, pytest-benchmark 5.2.3, pytest-asyncio 1.3.0, django 6.0.3, furo 2025.12.19, pyright 1.1.408, among others. Update ruff pre-commit hook to v0.15.8. Adjust Python version markers for django (>=3.12), pytest-asyncio (>=3.10), and pytest-django (>=3.10) to match new minimum requirements. Fix pydot 4.x compatibility: type annotations for Edge kwargs and diagram test for attribute quoting change.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #608 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 42 42
Lines 5024 5025 +1
Branches 812 812
=========================================
+ Hits 5024 5025 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Django 6.0 requires Python >= 3.12. Add a separate dependency line for Django >= 5.2.12 on Python 3.10-3.11 to keep CI builds working.
Ensures the `isawaitable` branch in `_InvokeSession.send_to_parent` is covered when the parent machine uses an async engine, fixing a coverage drop detected by Codecov.
|
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
Edgekwargs and diagram test for attribute quoting change