Skip to content

Commit b34a6d4

Browse files
chore(deps): bump questionary from 1.10.0 to 2.1.1
Bumps [questionary](https://github.com/tmbo/questionary) from 1.10.0 to 2.1.1. - [Commits](tmbo/questionary@1.10.0...2.1.1) --- updated-dependencies: - dependency-name: questionary dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ccbe470 commit b34a6d4

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

poetry.lock

Lines changed: 8 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ python = ">=3.10,<3.14"
1111
click = "8.1.8" # TODO: 8.2.0 upgrade requires refinements in click_invoker.py due to breaking changes
1212
httpx = ">=0.23.1,<=0.28.1"
1313
copier = "9.10.1" # Pinned as we have seen breaking changes in minor releases. Updates should be tested before bumping.
14-
questionary = "^1.10.0"
14+
questionary = ">=1.10,<3.0"
1515
pyclip = "^0.7.0"
1616
shellingham = "^1.5.4"
1717
tomli = { version = "^2.0.1", python = "<3.11" }

0 commit comments

Comments
 (0)