diff --git a/poetry.lock b/poetry.lock index 3d3aba587..eb7edc1be 100644 --- a/poetry.lock +++ b/poetry.lock @@ -882,7 +882,7 @@ description = "A remote shell for working with MicroPython boards." name = "rshell" optional = true python-versions = "*" -version = "0.0.26" +version = "0.0.28" [package.dependencies] pyreadline = "*" @@ -1210,7 +1210,7 @@ create_stubs = ["pyminifier", "rshell"] docs = ["sphinx", "sphinx-click", "sphinx-autodoc-typehints", "recommonmark", "sphinx_rtd_theme"] [metadata] -content-hash = "7aa6e91e7d912b22722dfd9e08d937493aa57a05a9404de416b9ca1021c8b633" +content-hash = "65780611c66e9a1f1617f9bb33d402b72df2bb57366f3d7fbd8a1c0feaafddae" python-versions = "^3.6" [metadata.files] @@ -1631,7 +1631,7 @@ rope = [ {file = "rope-0.14.0.tar.gz", hash = "sha256:c5c5a6a87f7b1a2095fb311135e2a3d1f194f5ecb96900fdd0a9100881f48aaf"}, ] rshell = [ - {file = "rshell-0.0.26.tar.gz", hash = "sha256:cc447a3c9853a50585d7fdd6356922e8a89debb67932e60cf241f23fbd72db16"}, + {file = "rshell-0.0.28.tar.gz", hash = "sha256:d28e6bd872734c68a2b6169adf43b6f71c745fa66ec89ae88a975e38c1a636b3"}, ] six = [ {file = "six-1.15.0-py2.py3-none-any.whl", hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"}, diff --git a/pyproject.toml b/pyproject.toml index bebdc1865..d83e98f3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ colorama = { version = "^0.4.3", platform = "win32" } jsonschema = "=3.2.0" dpath = ">=1.4,<3.0" # create_stubs extras -rshell = { version = "^0.0.26", optional = true } +rshell = { version = ">=0.0.26,<0.0.29", optional = true } pyminifier = { version = "^2.1", optional = true } # docs extras sphinx = { version = "^2.2", optional = true }