Skip to content

chore: upgrade all dependencies to latest versions#608

Merged
fgmacedo merged 3 commits intodevelopfrom
chore/upgrade-deps
Apr 3, 2026
Merged

chore: upgrade all dependencies to latest versions#608
fgmacedo merged 3 commits intodevelopfrom
chore/upgrade-deps

Conversation

@fgmacedo
Copy link
Copy Markdown
Owner

@fgmacedo fgmacedo commented Apr 3, 2026

Summary

  • Bump all dev and runtime dependency minimums to 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 pre-commit hooks: ruff 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

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
Copy link
Copy Markdown

codecov bot commented Apr 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (f76a160) to head (b9e16ad).
⚠️ Report is 1 commits behind head on develop.

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     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

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

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

fgmacedo added 2 commits April 2, 2026 21:37
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.
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 3, 2026

@fgmacedo fgmacedo merged commit 386980a into develop Apr 3, 2026
13 checks passed
@fgmacedo fgmacedo deleted the chore/upgrade-deps branch April 3, 2026 02:38
@fgmacedo fgmacedo added this to the 3.1.0 milestone Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant