Skip to content

Commit

Permalink
Safety issues 2024-01-13; prompt-toolkit version
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Jan 13, 2024
1 parent 27011f8 commit d152a37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ Released: not yet

**Bug fixes:**

* Addressed safety issues up to 2023-11-26.
* Addressed safety issues up to 2024-01-13.

* Increased minimum version of 'prompt-toolkit' package to 3.0.13.

* Fixed missing 'CPC' argument in "zhmc cpc upgrade" command. (issue #487).

Expand Down
2 changes: 1 addition & 1 deletion minimum-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ python-dateutil==2.8.2
click-option-group==0.5.6

# prompt-toolkit is pulled in by click-repl.
prompt-toolkit==2.0.1
prompt-toolkit==3.0.13

# PyYAML is pulled in by zhmccli, zhmcclient, yamlloader
PyYAML==5.3.1
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ tabulate>=0.8.8; python_version >= '3.10'
python-dateutil>=2.8.2
click-option-group>=0.5.6

# prompt-toolkit>=2.0 conflicts with ipython and jupyter-console.
prompt-toolkit>=2.0.1
prompt-toolkit>=3.0.13

# PyYAML 5.3.x has wheel archives for Python 2.7, 3.5 - 3.9
# PyYAML 5.4.x has wheel archives for Python 2.7, 3.6 - 3.9
Expand Down

0 comments on commit d152a37

Please sign in to comment.