Skip to content

Re-compile and update the requirements files#626

Merged
AdrianDAlessandro merged 1 commit intomainfrom
update-requirements-files
Mar 12, 2026
Merged

Re-compile and update the requirements files#626
AdrianDAlessandro merged 1 commit intomainfrom
update-requirements-files

Conversation

@AdrianDAlessandro
Copy link
Copy Markdown
Collaborator

Description

I got a really unexpected failure in pre-commit and realised it's because I had used pip-sync with the requirements files and there was a new package missing required for virtualenv called python_discovery. It is needed for virtualenv>=21.0.

So I have re-run pip-compile to ensure we have everything we need.

Type of change

  • Documentation (non-breaking change that adds or improves the documentation)
  • New feature (non-breaking change which adds functionality)
  • Optimization (non-breaking, back-end change that speeds up the code)
  • Technical work (non-breaking, change which is work as part of a new feature)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (whatever its nature)

Key checklist

  • All tests pass (eg. python -m pytest)
  • The documentation builds and looks OK (eg. mkdocs serve)
  • Pre-commit hooks run successfully (eg. pre-commit run --all-files)

Further checks

  • Code is commented, particularly in hard-to-understand areas
  • Tests added or an issue has been opened to tackle that in the future. (Indicate issue here: # (issue))

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Copy link
Copy Markdown

@dalonsoa dalonsoa left a comment

Choose a reason for hiding this comment

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

Good catch!

@AdrianDAlessandro AdrianDAlessandro force-pushed the update-requirements-files branch from bceb10a to 0b5a5b7 Compare March 12, 2026 09:16
@AdrianDAlessandro AdrianDAlessandro merged commit 900eba5 into main Mar 12, 2026
5 checks passed
@AdrianDAlessandro AdrianDAlessandro deleted the update-requirements-files branch March 12, 2026 09:17
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.

2 participants