treeherder/requirements
dependabot[bot] 512a70c9c0 Bump whitenoise[brotli] from 6.8.1 to 6.8.2
Bumps [whitenoise[brotli]](https://github.com/evansd/whitenoise) from 6.8.1 to 6.8.2.
- [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst)
- [Commits](https://github.com/evansd/whitenoise/compare/6.8.1...6.8.2)

---
updated-dependencies:
- dependency-name: whitenoise[brotli]
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-06 13:55:48 +01:00
..
README.md
common.in Bump whitenoise[brotli] from 6.8.1 to 6.8.2 2024-11-06 13:55:48 +01:00
common.txt Bump whitenoise[brotli] from 6.8.1 to 6.8.2 2024-11-06 13:55:48 +01:00
dev.in Bump pytest-cov from 5.0.0 to 6.0.0 2024-11-06 12:57:48 +01:00
dev.txt Bump pytest-cov from 5.0.0 to 6.0.0 2024-11-06 12:57:48 +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