diff --git a/poetry.lock b/poetry.lock index e4b5643..636e63b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -695,14 +695,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] @@ -845,4 +845,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "2ba2e59d9ce3434bb6061a107e8c9faa0831422a5e522b197e812fef3d201919" +content-hash = "76d6b39b31f49103a34113e736e258c2fff44435e1989078805904eeb1218b05" diff --git a/pyproject.toml b/pyproject.toml index 6401833..2149c5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pytest = "^7.2" black = {version = "^23.1", allow-prereleases = true} pytest-cov = "^4.0.0" pytest-mock = "^3.6.1" -tox = "^4.4.6" +tox = "^4.4.7" tox-gh-actions = "^3.0.0" [tool.black]