diff --git a/integration_tests/poetry.lock b/integration_tests/poetry.lock index 75a30e3ab..6b74995d5 100644 --- a/integration_tests/poetry.lock +++ b/integration_tests/poetry.lock @@ -318,6 +318,12 @@ category = "main" optional = false python-versions = "*" +[package.dependencies] +apply_defaults = "<1" +click = "<8" +jsonschema = "<4" +requests = {version = "*", optional = true, markers = "extra == \"requests\""} + [package.extras] aiohttp = ["aiohttp (>=3)"] requests = ["requests"] @@ -327,15 +333,6 @@ unittest = ["mock", "pytest", "responses", "testfixtures", "requests", "pyzmq", websockets = ["websockets"] zmq = ["pyzmq"] -[package.dependencies] -apply_defaults = "<1" -click = "<8" -jsonschema = "<4" - -[package.dependencies.requests] -version = "*" -optional = true - [[package]] name = "jsonschema" version = "3.2.0" @@ -451,7 +448,7 @@ six = ">=1.9" [[package]] name = "py" -version = "1.9.0" +version = "1.10.0" description = "library with cross-python path, ini-parsing, io, code, log facilities" category = "main" optional = false @@ -504,16 +501,13 @@ docker = "^4.3.1" durations = "^0.3.3" fire = "branch master" jsonmerge = "^1.7.0" +jsonrpcclient = {version = "^3.3.6", extras = ["requests"]} multitail2 = "^1.5.2" python-dateutil = "^2.8.1" PyYAML = "^5.3.1" supervisor = "^4.2.1" tomlkit = "^0.7.0" -[package.dependencies.jsonrpcclient] -version = "^3.3.6" -extras = ["requests"] - [package.source] type = "directory" url = "../pystarport" @@ -652,14 +646,6 @@ python-versions = "*" [package.extras] testing = ["pytest", "pytest-cov"] -[[package]] -name = "termcolor" -version = "1.1.0" -description = "ANSII Color formatting for output in terminal." -category = "main" -optional = false -python-versions = "*" - [[package]] name = "testfixtures" version = "6.15.0" @@ -808,6 +794,7 @@ flake8 = [ ] flake8-black = [ {file = "flake8-black-0.2.1.tar.gz", hash = "sha256:f26651bc10db786c03f4093414f7c9ea982ed8a244cec323c984feeffdf4c118"}, + {file = "flake8_black-0.2.1-py3-none-any.whl", hash = "sha256:941514149cb8b489cb17a4bb1cf18d84375db3b34381bb018de83509437931a0"}, ] flake8-isort = [ {file = "flake8-isort-4.0.0.tar.gz", hash = "sha256:2b91300f4f1926b396c2c90185844eb1a3d5ec39ea6138832d119da0a208f4d9"}, @@ -943,8 +930,8 @@ protobuf = [ {file = "protobuf-3.14.0.tar.gz", hash = "sha256:1d63eb389347293d8915fb47bee0951c7b5dab522a4a60118b9a18f33e21f8ce"}, ] py = [ - {file = "py-1.9.0-py2.py3-none-any.whl", hash = "sha256:366389d1db726cd2fcfc79732e75410e5fe4d31db13692115529d34069a043c2"}, - {file = "py-1.9.0.tar.gz", hash = "sha256:9ca6883ce56b4e8da7e79ac18787889fa5206c79dcc67fb065376cd2fe03f342"}, + {file = "py-1.10.0-py2.py3-none-any.whl", hash = "sha256:3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a"}, + {file = "py-1.10.0.tar.gz", hash = "sha256:21b81bda15b66ef5e1a777a21c4dcd9c20ad3efd0b3f817e7a809035269e1bd3"}, ] pycodestyle = [ {file = "pycodestyle-2.6.0-py2.py3-none-any.whl", hash = "sha256:2295e7b2f6b5bd100585ebcb1f616591b652db8a741695b3d8f5d28bdc934367"}, @@ -1066,9 +1053,6 @@ supervisor = [ {file = "supervisor-4.2.1-py2.py3-none-any.whl", hash = "sha256:75ae1d758fd6a1cb5f878333b309e0e2cb351bd6487188e4c457cc1c8ec29904"}, {file = "supervisor-4.2.1.tar.gz", hash = "sha256:c479c875853e9c013d1fa73e529fd2165ff1ecaecc7e82810ba57e7362ae984d"}, ] -termcolor = [ - {file = "termcolor-1.1.0.tar.gz", hash = "sha256:1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b"}, -] testfixtures = [ {file = "testfixtures-6.15.0-py2.py3-none-any.whl", hash = "sha256:e17f4f526fc90b0ac9bc7f8ca62b7dec17d9faf3d721f56bda4f0fd94d02f85a"}, {file = "testfixtures-6.15.0.tar.gz", hash = "sha256:409f77cfbdad822d12a8ce5c4aa8fb4d0bb38073f4a5444fede3702716a2cec2"},