Skip to content

deps: pip-tools version in requirements, fixes #77 - and update req.txt#80

Open
wesleyboar wants to merge 3 commits intodjango-cms:mainfrom
wesleyboar:fix/GH-77-error-using-requirements--and-update-req-txt
Open

deps: pip-tools version in requirements, fixes #77 - and update req.txt#80
wesleyboar wants to merge 3 commits intodjango-cms:mainfrom
wesleyboar:fix/GH-77-error-using-requirements--and-update-req-txt

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 version1, and then updating requirements.txt.

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. No diff.

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).

@@ -1,28 +1,28 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
Copy link
Copy Markdown
Contributor Author

@wesleyboar wesleyboar Jan 26, 2026

Choose a reason for hiding this comment

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

This automated change suggests to me that the requirements.txt had previously been built not via the Dockerfile currently in main branch which uses Python 11, but by either a developer's local system or a different container.

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