Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 8 additions & 11 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 @@ -11,7 +11,7 @@ python = ">=3.10,<3.14"
click = "8.1.8" # TODO: 8.2.0 upgrade requires refinements in click_invoker.py due to breaking changes
httpx = ">=0.23.1,<=0.28.1"
copier = "9.10.1" # Pinned as we have seen breaking changes in minor releases. Updates should be tested before bumping.
questionary = "^1.10.0"
questionary = ">=1.10,<3.0"
pyclip = "^0.7.0"
shellingham = "^1.5.4"
tomli = { version = "^2.0.1", python = "<3.11" }
Expand Down
Loading