Skip to content

Commit

Permalink
build(deps): bump questionary from 2.0.1 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [questionary](https://github.com/tmbo/questionary) from 2.0.1 to 2.1.0.
- [Commits](tmbo/questionary@2.0.1...2.1.0)

---
updated-dependencies:
- dependency-name: questionary
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent de05428 commit 7a9c926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ langchain_openai==0.2.14
numpy==1.26.4
pandas==2.2.3
python-dotenv==1.0.1
questionary==2.0.1
questionary==2.1.0
scipy==1.13.1
tcxreader==0.4.10
tqdm==4.67.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def read(file_name):
"numpy==1.26.4",
"pandas==2.2.3",
"python-dotenv==1.0.1",
"questionary==2.0.1",
"questionary==2.1.0",
"scipy==1.13.1",
"tcxreader==0.4.10",
"tqdm==4.67.1"
Expand Down

0 comments on commit 7a9c926

Please sign in to comment.