Skip to content

Commit

Permalink
Update poetry.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-russell committed Jan 25, 2024
1 parent 4aeaa7b commit a749efd
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ services:
entrypoint: bash -c 'pip install poetry==1.7.1 && poetry install && poetry run pytest'
volumes:
- .:/code
working_dir: /code
working_dir: /code
88 changes: 79 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python = "^3.10"
pyyaml = "^6.0.1"
toml = "^0.10.2"
appdirs = "^1.4.4"
clicz = ">=0.0.1"
clicz = ">=0.0.2"
pytest = { version = "^7.4.3", optional = true }


Expand Down

0 comments on commit a749efd

Please sign in to comment.