-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin versions and add requirements lock file for testing and monitoring
- Loading branch information
Showing
5 changed files
with
51 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Strict requirements | ||
|
||
These files contain pinned direct dependencies for use in testing, monitored by | ||
dependabot to ensure version upgrades compatible with `pyproject.toml` do not | ||
break the released version. | ||
|
||
In cases where dependabot updates a requirements file and the tests no longer | ||
pass, this may indicate that the supported versions in `pyproject.toml` need to | ||
be upgraded (and a release made). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
jobflow==0.1.17 | ||
pydantic==2.5.3 | ||
fabric==3.2.2 | ||
tomlkit==0.12.3 | ||
qtoolkit==0.1.0 | ||
typer==0.9.0 | ||
rich==13.7.0 | ||
psutil==5.9.8 | ||
supervisor==4.2.5 | ||
ruamel.yaml==0.17.35 | ||
schedule==1.2.1 | ||
flufl.lock==8.0.2 |