Skip to content

Commit

Permalink
try docker requirements update (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier authored Aug 4, 2024
1 parent 904b3ef commit b1f1bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/update-docker-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- test-ci
paths:
- ".github/workflows/update-docker-requirements.yml"
- "pyproject.toml"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"PyJWT",
"python-multipart",
"questionary",
"rich",
"rich<13",
"sqlalchemy>=2",
"starlette",
"tomlkit",
Expand Down

0 comments on commit b1f1bc8

Please sign in to comment.