treeherder/requirements
dependabot[bot] f960855ed0 Bump newrelic from 9.7.0 to 9.7.1
Bumps [newrelic](https://github.com/newrelic/newrelic-python-agent) from 9.7.0 to 9.7.1.
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases)
- [Commits](https://github.com/newrelic/newrelic-python-agent/compare/v9.7.0...v9.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-12 11:09:17 +01:00
..
README.md fix pip-tools, upgrade others (#6527) 2020-06-17 11:36:22 -04:00
common.in Bump newrelic from 9.7.0 to 9.7.1 2024-03-12 11:09:17 +01:00
common.txt Bump newrelic from 9.7.0 to 9.7.1 2024-03-12 11:09:17 +01:00
dev.in Bump pip-tools from 7.4.0 to 7.4.1 2024-03-11 13:21:45 +01:00
dev.txt Bump pip-tools from 7.4.0 to 7.4.1 2024-03-11 13:21:45 +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