Skip to content

Commit

Permalink
Include project dependencies in pinned requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
samueljsb committed Jul 2, 2024
1 parent b946197 commit 8ab730d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
# 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
# glom
# jsonschema
# referencing
# semgrep
# silence_lint_error (setup.cfg)
boltons==21.0.0
# via
# face
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8ab730d

Please sign in to comment.