From 4fc944ba1f13ab65f118c3097a1b0455f5727aa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 16:01:33 +0000 Subject: [PATCH] build(deps-dev): bump tox from 4.3.5 to 4.4.2 Bumps [tox](https://github.com/tox-dev/tox) from 4.3.5 to 4.4.2. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.3.5...4.4.2) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e3ae1bf..28d24d8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -876,14 +876,14 @@ files = [ [[package]] name = "tox" -version = "4.3.5" +version = "4.4.2" description = "tox is a generic virtualenv management and test command line tool" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "tox-4.3.5-py3-none-any.whl", hash = "sha256:6dddc4c69718b65aacbef0921ffa8af065b0f63ff0b24ffc403477975853c918"}, - {file = "tox-4.3.5.tar.gz", hash = "sha256:307993257d792a12a63ff86a0b67a71a5ab2d4a2cc12bbae947115224d4ac3fb"}, + {file = "tox-4.4.2-py3-none-any.whl", hash = "sha256:258895ba5de919490c03ef97467c4c8c42954537dfd96ae72cc2fb63dac67cf0"}, + {file = "tox-4.4.2.tar.gz", hash = "sha256:3d8a8dd8a5afdc0d37af3e2b4959e427fe22530d0aa599baf0120e144b3defa3"}, ] [package.dependencies] @@ -961,4 +961,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "27c2e8d66718a26fca5c531bf2a4cbc102b9db925760371737f026decec8663f" +content-hash = "b4871919f50153a62a87191886b1932c8157b1d841939496988624d2d6408d14" diff --git a/pyproject.toml b/pyproject.toml index 24fbf1a..6d1aabb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ python-magic = "^0.4.27" officedissector = {git = "https://github.com/Rafiot/officedissector.git"} [tool.poetry.dev-dependencies] -tox = "^4.3.5" +tox = "^4.4.2" pytest-cov = "^4.0.0" PyYAML = "^6.0" mypy = "^0.991"