Skip to content

deps: pip-tools version in requirements, fixes #77#79

Open
wesleyboar wants to merge 2 commits intodjango-cms:mainfrom
wesleyboar:fix/GH-77-error-using-requirements
Open

deps: pip-tools version in requirements, fixes #77#79
wesleyboar wants to merge 2 commits intodjango-cms:mainfrom
wesleyboar:fix/GH-77-error-using-requirements

Conversation

@wesleyboar
Copy link
Copy Markdown
Contributor

@wesleyboar wesleyboar commented Jan 26, 2026

Overview

Fix #77 by updating pip-tools from 7.4.1 to 7.5.2, and pinning the version.1

Related

Testing

  1. docker compose build web
  2. docker compose run --rm web pip-compile -U requirements.in -o requirements.txt2
  3. No error.
  4. Has diff bca00eb (from #80).

Footnotes

  1. 7.5.0 was inadequate, error still occurred

  2. Differs from README command but suggested by contributor in Error Using requirements.in #77 and considered "better" by A.I. (because it overwrites, not appends).

@wesleyboar wesleyboar marked this pull request as ready for review January 26, 2026 17:47
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.

Error Using requirements.in

1 participant