From 8ab730dd2a987986523f072de87b1d4c73787f7e Mon Sep 17 00:00:00 2001 From: Samuel Searles-Bryant Date: Tue, 2 Jul 2024 22:25:24 +0100 Subject: [PATCH] Include project dependencies in pinned requirements --- .github/workflows/dependencies.yaml | 2 +- requirements.txt | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependencies.yaml b/.github/workflows/dependencies.yaml index 8869384..f749a99 100644 --- a/.github/workflows/dependencies.yaml +++ b/.github/workflows/dependencies.yaml @@ -16,5 +16,5 @@ jobs: python-version: '3.12' cache: 'pip' - run: python -m pip install pip-tools - - run: pip-compile requirements.in + - run: pip-compile --output-file=requirements.txt requirements.in setup.cfg - run: git diff --exit-code diff --git a/requirements.txt b/requirements.txt index ef451cf..a4f1242 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.12 # by the following command: # -# pip-compile requirements.in +# pip-compile --output-file=requirements.txt requirements.in setup.cfg # attrs==23.2.0 # via @@ -10,6 +10,7 @@ attrs==23.2.0 # jsonschema # referencing # semgrep + # silence_lint_error (setup.cfg) boltons==21.0.0 # via # face @@ -112,6 +113,8 @@ ruff==0.5.0 # via -r requirements.in semgrep==1.78.0 # via -r requirements.in +tokenize-rt==5.2.0 + # via silence_lint_error (setup.cfg) tomli==2.0.1 # via semgrep trailrunner==1.4.0