mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
Unpin prompt-toolkit version (#5438)
Merge this after https://github.com/xonsh/xonsh/pull/5437 ## For community ⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍 comment** --------- Co-authored-by: a <1@1.1>
This commit is contained in:
parent
1847f8a379
commit
61bda708c9
3 changed files with 6 additions and 6 deletions
|
@ -1,3 +1,3 @@
|
|||
'prompt-toolkit>=3.0.29,<3.0.40' # https://github.com/xonsh/xonsh/issues/5241#issuecomment-1961889489
|
||||
'prompt-toolkit>=3.0.29'
|
||||
Pygments
|
||||
ujson
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
**Changed:**
|
||||
|
||||
* Pinned prompt-toolkit version 3.0.29-3.0.39 to workaround upstream issue. More info in issue 5393.
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
|||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
* Unpin prompt-toolkit version (#5438).
|
||||
|
||||
**Fixed:**
|
||||
|
|
@ -83,7 +83,7 @@ changelog = "https://github.com/xonsh/xonsh/blob/main/CHANGELOG.rst"
|
|||
|
||||
[project.optional-dependencies]
|
||||
ptk = [
|
||||
"prompt-toolkit>=3.0.29,<3.0.40",
|
||||
"prompt-toolkit>=3.0.29",
|
||||
"pyperclip",
|
||||
]
|
||||
pygments = ["pygments>=2.2"]
|
||||
|
@ -98,7 +98,7 @@ full = [
|
|||
"ujson",
|
||||
]
|
||||
bestshell = [
|
||||
"prompt-toolkit>=3.0.29,<3.0.40",
|
||||
"prompt-toolkit>=3.0.29",
|
||||
"pygments>=2.2",
|
||||
]
|
||||
test = [
|
||||
|
@ -110,7 +110,7 @@ test = [
|
|||
"pytest-timeout",
|
||||
"pytest-subprocess",
|
||||
"pytest-rerunfailures",
|
||||
"prompt-toolkit>=3.0.29,<3.0.40",
|
||||
"prompt-toolkit>=3.0.29",
|
||||
"pygments>=2.2",
|
||||
"coverage>=5.3.1",
|
||||
"pyte>=0.8.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue