Skip to content

Commit

Permalink
Bump prompt-toolkit from 3.0.39 to 3.0.41
Browse files Browse the repository at this point in the history
Bumps [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) from 3.0.39 to 3.0.41.
- [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/CHANGELOG)
- [Commits](prompt-toolkit/python-prompt-toolkit@3.0.39...3.0.41)

---
updated-dependencies:
- dependency-name: prompt-toolkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent e85d695 commit 66aa564
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
@@ -1,5 +1,5 @@
siswrapper==1.2.2
prompt-toolkit==3.0.39
prompt-toolkit==3.0.41
certifi==2022.12.7
blifparser==1.0.0
blif2graph==1.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def get_readme():
setuptools.setup(
install_requires=[
"siswrapper==1.2.2",
"prompt-toolkit==3.0.39",
"prompt-toolkit==3.0.41",
"certifi==2022.12.7",
"blifparser==1.0.0",
"blif2graph==1.0.0"
Expand Down

0 comments on commit 66aa564

Please sign in to comment.