Skip to content

chore: updating black and coverage dependency#843

Queued
Vandita2020 wants to merge 2 commits intoaws:developfrom
Vandita2020:update_deps
Queued

chore: updating black and coverage dependency#843
Vandita2020 wants to merge 2 commits intoaws:developfrom
Vandita2020:update_deps

Conversation

@Vandita2020
Copy link
Contributor

@Vandita2020 Vandita2020 commented Mar 9, 2026

Issue #, if available:

Description of changes

Updates coverage to 7.13.4 and black to 26.3.0 for Python 3.10+, while maintaining compatibility with Python 3.9 by using coverage 7.10.7 and black 25.11.0 for that version.

This PR resolves the error with the following dependabot PRs:
#842
#838

Description of how you validated changes

Run make pr

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@Vandita2020 Vandita2020 requested a review from a team as a code owner March 9, 2026 23:20
ruff==0.15.5
black==26.3.0; python_version>="3.10"
black==25.11.0; python_version<"3.10"
ruff==0.15.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why did we reduce the version number for ruff here? (or was it unintended?)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was unintentional. Have corrected it

@Vandita2020 Vandita2020 added this pull request to the merge queue Mar 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants