diff --git a/poetry.lock b/poetry.lock index 50cd60b..cf32724 100644 --- a/poetry.lock +++ b/poetry.lock @@ -659,14 +659,14 @@ files = [ [[package]] name = "tox" -version = "4.4.6" +version = "4.4.7" description = "tox is a generic virtualenv management and test command line tool" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "tox-4.4.6-py3-none-any.whl", hash = "sha256:e3d4a65852f029e5ba441a01824d2d839d30bb8fb071635ef9cb53952698e6bf"}, - {file = "tox-4.4.6.tar.gz", hash = "sha256:9786671d23b673ace7499c602c5746e2a225d1ecd9d9f624d0461303f40bd93b"}, + {file = "tox-4.4.7-py3-none-any.whl", hash = "sha256:da10ca1d809b99fae80b706b9dc9656b1daf505a395ac427d130a8a85502d08f"}, + {file = "tox-4.4.7.tar.gz", hash = "sha256:52c92a96e2c3fd47c5301e9c26f5a871466133d5376958c1ed95ef4ff4629cbe"}, ] [package.dependencies] @@ -726,6 +726,7 @@ category = "main" optional = false python-versions = "*" files = [ + {file = "wcwidth-0.2.6-py2.py3-none-any.whl", hash = "sha256:795b138f6875577cd91bba52baf9e445cd5118fd32723b460e30a0af30ea230e"}, {file = "wcwidth-0.2.6.tar.gz", hash = "sha256:a5220780a404dbe3353789870978e472cfe477761f06ee55077256e509b156d0"}, ] @@ -822,4 +823,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "6d7f718d620f49ce1a7f4eb6a2c382da3a0accf3cdb5425b301201f8f4e01c85" +content-hash = "228e2063b96be129372242d23735f073d57b9f0f63abf5c5e37e2f971443f23c" diff --git a/pyproject.toml b/pyproject.toml index 38016e2..c88558c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ pyreadline3 = {version = "^3.4.1", markers = "sys_platform == 'windows'"} [tool.poetry.group.dev.dependencies] pytest = "^7.2.1" pylint = "^2.16.2" -tox = "^4.4.6" +tox = "^4.4.7" coverage = "^7.2.1" [tool.pytest.ini_options]