Skip to content

Commit

Permalink
Bump prompt-toolkit from 3.0.39 to 3.0.43
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.43.
- [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases)
- [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/CHANGELOG)
- [Commits](prompt-toolkit/python-prompt-toolkit@3.0.39...3.0.43)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent e85d695 commit f7cd328
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.43
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.43",
"certifi==2022.12.7",
"blifparser==1.0.0",
"blif2graph==1.0.0"
Expand Down

0 comments on commit f7cd328

Please sign in to comment.