treeherder/requirements
dependabot[bot] c7f67774bc Bump django from 5.1.2 to 5.1.3
Bumps [django](https://github.com/django/django) from 5.1.2 to 5.1.3.
- [Commits](https://github.com/django/django/compare/5.1.2...5.1.3)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-06 12:54:56 +01:00
..
README.md fix pip-tools, upgrade others (#6527) 2020-06-17 11:36:22 -04:00
common.in Bump django from 5.1.2 to 5.1.3 2024-11-06 12:54:56 +01:00
common.txt Bump django from 5.1.2 to 5.1.3 2024-11-06 12:54:56 +01:00
dev.in Bump black from 24.8.0 to 24.10.0 2024-10-15 22:34:33 +02:00
dev.txt Bump django from 5.1.2 to 5.1.3 2024-11-06 12:54:56 +01:00

README.md

Requirements

This is a directory of requirements files. They are maintained using pip-tools:

  • *.in - for developers to enter required packages
  • *.txt - autogenerated by pip-tools hash-lock the specific versions for production

Upgrading

When you want to upgrade (be sure to run from main treeherder directory, than this directory)

pip-compile --upgrade --generate-hashes --output-file requirements/common.txt requirements/common.in
pip-compile --upgrade --generate-hashes --allow-unsafe --output-file requirements/dev.txt requirements/dev.in

see pip-tools for more information