-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separate security scanned lockfile (#159)
* Add tox env to compile lockfile * Compile first lockfile * Update readme * Add ci job to verify the lockfile is up to date * Use '--generate-hashes' * Use pyproject.toml file with all extras for separate lockfile * Rename scanned lockfile * Add note to readme about requirements.txt * Adjust lockfile ci test * Transform tox.ini envs into simple files with commands * Remove tox from deps * Print useful notes in script * Remove tox.ini * Update github ci * Lock build deps * Add missing cicd to script * Update lockfile * Include duplicated build-system reqs in pyproject file * Fix error msg in update-requirements script * Have proper ranges for all requirements * Invoke test and format commands via default interpreter * Use explicit python platform for lockfile * Use cicd deps correctly in ci * Define uv system python by a default env var instead of cli flag * debug uv in 'test' ci job * Don't use system python with uv as 'astral-sh/setup-uv@v5' sets uv venv automatically * Fix yaml syntax * Remove debug commands from 'test' ci job * Remove build deps locking workaround * Fix typo in ci job deps install command * Do not run python 3.9 in ci 3.9 is old and nearing its eol. Dependency libraries are also dropping support for it widely. * Update lockfile * Add changelog for dropping python3.9 * Drop python 3.9 in pyproject.toml too * Update README accordingly * Apply suggestions from code review Co-authored-by: Rakhim Davletkaliyev <rakhim.davletkaliyev@meetiqm.com> --------- Co-authored-by: Rakhim Davletkaliyev <rakhim.davletkaliyev@meetiqm.com>
- Loading branch information
Showing
11 changed files
with
773 additions
and
120 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
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 @@ | ||
sphinx-build -b html docs/ build/sphinx/html -W |
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,2 @@ | ||
python -m black src tests | ||
python -m isort src tests |
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
Oops, something went wrong.