Skip to content

Revert "fix: upgraded pip-tools to 7.5.2"#186

Merged
Akanshu-2u merged 1 commit intomainfrom
revert-185-aaich/BOMS-122
Feb 2, 2026
Merged

Revert "fix: upgraded pip-tools to 7.5.2"#186
Akanshu-2u merged 1 commit intomainfrom
revert-185-aaich/BOMS-122

Conversation

@Akanshu-2u
Copy link
Copy Markdown
Contributor

Reverts #185

Copilot AI review requested due to automatic review settings February 2, 2026 10:07
@Alam-2U Alam-2U self-requested a review February 2, 2026 10:08
@Akanshu-2u Akanshu-2u merged commit 7943403 into main Feb 2, 2026
8 checks passed
@Akanshu-2u Akanshu-2u deleted the revert-185-aaich/BOMS-122 branch February 2, 2026 10:09
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Reverts the previously merged upgrade of pip-tools by pinning it back to the prior version used in this repository.

Changes:

  • Downgrade pip-tools from 7.5.2 to 7.3.0 in the pip-tools requirements lockfile.
  • Update the dev requirements lockfile to match the reverted pip-tools pin.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
requirements/pip-tools.txt Reverts the pinned pip-tools version used for requirements compilation tooling.
requirements/dev.txt Aligns dev dependency lockfile with the reverted pip-tools pin.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

packaging==23.2
# via build
pip-tools==7.5.2
pip-tools==7.3.0
Copy link

Copilot AI Feb 2, 2026

Choose a reason for hiding this comment

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

requirements/pip-tools.txt is generated by make upgrade (Makefile:40) from requirements/pip-tools.in, which currently specifies unpinned pip-tools. With pip-compile --upgrade, the next make upgrade will likely bump pip-tools back to the latest version and undo this revert. If the intent is to keep pip-tools on 7.3.0 for now, pin pip-tools==7.3.0 in requirements/pip-tools.in (or add a constraint) so regenerations are stable.

Copilot uses AI. Check for mistakes.
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.

3 participants