treeherder/requirements
dependabot[bot] 5208c24243 Bump taskcluster from 78.2.0 to 79.0.0
Bumps [taskcluster](https://github.com/taskcluster/taskcluster) from 78.2.0 to 79.0.0.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](https://github.com/taskcluster/taskcluster/compare/v78.2.0...v79.0.0)

---
updated-dependencies:
- dependency-name: taskcluster
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-28 10:56:06 +01:00
..
README.md
common.in Bump taskcluster from 78.2.0 to 79.0.0 2025-01-28 10:56:06 +01:00
common.txt Bump taskcluster from 78.2.0 to 79.0.0 2025-01-28 10:56:06 +01:00
dev.in Bump pre-commit from 4.0.1 to 4.1.0 2025-01-21 21:41:35 +01:00
dev.txt Bump pre-commit from 4.0.1 to 4.1.0 2025-01-21 21:41:35 +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