Skip to content

Commit

Permalink
Bump prompt-toolkit from 3.0.30 to 3.0.31
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.30 to 3.0.31.
- [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.30...3.0.31)

---
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] committed Sep 10, 2022
1 parent 7548a40 commit a8b5cfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Expand Up @@ -35,7 +35,7 @@ pathspec==0.9.0; python_full_version >= "3.6.2"
pdoc3==0.10.0; python_version >= "3.6"
pep8-naming==0.13.1
platformdirs==2.5.2; python_version >= "3.7" and python_full_version >= "3.6.2"
prompt-toolkit==3.0.30; python_full_version >= "3.6.2" and python_version >= "3.7"
prompt-toolkit==3.0.31; python_full_version >= "3.6.2" and python_version >= "3.7"
psycopg2==2.9.3; python_version >= "3.6"
pycodestyle==2.9.1; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.1"
pydocstyle==6.1.1; python_version >= "3.6"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -15,7 +15,7 @@ importlib-metadata==4.12.0; python_version < "3.10" and python_version >= "3.7"
kombu==5.2.4; python_version >= "3.7"
markdown==3.4.1; python_version >= "3.7"
packaging==21.3; python_version >= "3.6"
prompt-toolkit==3.0.30; python_full_version >= "3.6.2" and python_version >= "3.7"
prompt-toolkit==3.0.31; python_full_version >= "3.6.2" and python_version >= "3.7"
psycopg2==2.9.3; python_version >= "3.6"
pyparsing==3.0.9; python_full_version >= "3.6.8" and python_version >= "3.6"
python-memcached==1.59
Expand Down

0 comments on commit a8b5cfe

Please sign in to comment.