Skip to content

Commit 18fc8e2

Browse files
committed
fix
1 parent d174858 commit 18fc8e2

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ clean:
4040
rm -rf docs/_build
4141

4242
install:
43-
poetry run python -m pip install -U 'pip<20'
43+
poetry run python -m pip install -U pip
4444
poetry install
4545

4646
install-mitie:

changelog/5636.improvement.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
Update dependencies based on the ``dependabot`` check.
2-
3-
Correctly specify the minimum supported Python version because the fixed version of ``prompt-toolkit``
4-
requires Python 3.6.1.
1+
Update dependencies based on the ``dependabot`` check.

docs/user-guide/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Installation
1313
Quick Installation
1414
~~~~~~~~~~~~~~~~~~
1515

16-
You can install Rasa Open Source using pip (requires Python 3.6.1 and higher or Python 3.7).
16+
You can install Rasa Open Source using pip (requires Python 3.6 or 3.7).
1717

1818
.. code-block:: bash
1919

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,7 @@ cloudpickle = ">=1.2,<1.4"
104104
multidict = "^4.6"
105105
aiohttp = "~3.6"
106106
questionary = "~1.5.1"
107-
prompt-toolkit = [
108-
{version = "^2.0", python = "3.6.0"},
109-
{version = "^3.0.5", python = "^3.6.1"}
110-
]
107+
prompt-toolkit = "^2.0"
111108
python-socketio = ">=4.4,<4.6"
112109
python-engineio = ">=3.11,<3.13"
113110
pydot = "~1.4"

0 commit comments

Comments
 (0)