Skip to content

Commit

Permalink
chore: rename file for lowest constraints/requirements (#516)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck authored Feb 25, 2023
1 parent a096cc7 commit a262bdb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.6"
# ATTENTION: keep `lowest.txt` file in sync
# ATTENTION: keep `lowest.in` file in sync
cyclonedx-python-lib = ">= 2.0.0, < 4.0.0"
packageurl-python = ">= 0.9"
importlib-metadata = { version = ">= 3.4", python = "< 3.8" }
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ whitelist_externals = poetry
commands_pre =
{envpython} --version
poetry install --no-root -v
lowest: poetry run pip install -U -r lowest.txt
lowest: poetry run pip install -U -r lowest.in
poetry run pip freeze
commands =
poetry run coverage run --source=cyclonedx_py -m unittest -v
Expand Down

0 comments on commit a262bdb

Please sign in to comment.