Skip to content

Commit

Permalink
Bump pexpect from 4.8.0 to 4.9.0
Browse files Browse the repository at this point in the history
Bumps [pexpect](https://github.com/pexpect/pexpect) from 4.8.0 to 4.9.0.
- [Release notes](https://github.com/pexpect/pexpect/releases)
- [Changelog](https://github.com/pexpect/pexpect/blob/master/doc/history.rst)
- [Commits](pexpect/pexpect@4.8.0...4.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 3dd8768 commit ee9fcc4
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 +1 @@
pexpect==4.8.0
pexpect==4.9.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_readme():
if __name__ == '__main__':

setuptools.setup(
install_requires=['pexpect==4.8.0'], # dependency
install_requires=['pexpect==4.9.0'], # dependency
python_requires='>=3',
packages=setuptools.find_packages(include=['siswrapper']),

Expand Down

0 comments on commit ee9fcc4

Please sign in to comment.