From 284f32c5d9d7fabd7c51ffa610c4dd889d3b3a05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 6 Feb 2023 19:56:36 +0100 Subject: [PATCH] chg: Bump deps --- poetry.lock | 24 ++++++++++++------------ pyproject.toml | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/poetry.lock b/poetry.lock index b99ff2a..65551e3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -499,14 +499,14 @@ reports = ["lxml"] [[package]] name = "mypy-extensions" -version = "0.4.3" -description = "Experimental type system extensions for programs checked with the mypy typechecker." +version = "1.0.0" +description = "Type system extensions for programs checked with the mypy type checker." category = "dev" optional = false -python-versions = "*" +python-versions = ">=3.5" files = [ - {file = "mypy_extensions-0.4.3-py2.py3-none-any.whl", hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d"}, - {file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"}, + {file = "mypy_extensions-1.0.0-py3-none-any.whl", hash = "sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d"}, + {file = "mypy_extensions-1.0.0.tar.gz", hash = "sha256:75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782"}, ] [[package]] @@ -876,14 +876,14 @@ files = [ [[package]] name = "tox" -version = "4.4.2" +version = "4.4.4" 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.2-py3-none-any.whl", hash = "sha256:258895ba5de919490c03ef97467c4c8c42954537dfd96ae72cc2fb63dac67cf0"}, - {file = "tox-4.4.2.tar.gz", hash = "sha256:3d8a8dd8a5afdc0d37af3e2b4959e427fe22530d0aa599baf0120e144b3defa3"}, + {file = "tox-4.4.4-py3-none-any.whl", hash = "sha256:1195820ca35b141ce5ab040c9dfad8f03de6897c9bd867c6151dfb7dc58e64cd"}, + {file = "tox-4.4.4.tar.gz", hash = "sha256:e1ef01d9e9503b1218511f74517dc3f0008c8b5e0cc53ab7f51ff3c2ca63b349"}, ] [package.dependencies] @@ -904,14 +904,14 @@ testing = ["build[virtualenv] (>=0.9)", "covdefaults (>=2.2.2)", "devpi-process [[package]] name = "types-pyyaml" -version = "6.0.12.3" +version = "6.0.12.4" description = "Typing stubs for PyYAML" category = "dev" optional = false python-versions = "*" files = [ - {file = "types-PyYAML-6.0.12.3.tar.gz", hash = "sha256:17ce17b3ead8f06e416a3b1d5b8ddc6cb82a422bb200254dd8b469434b045ffc"}, - {file = "types_PyYAML-6.0.12.3-py3-none-any.whl", hash = "sha256:879700e9f215afb20ab5f849590418ab500989f83a57e635689e1d50ccc63f0c"}, + {file = "types-PyYAML-6.0.12.4.tar.gz", hash = "sha256:ade6e328a5a3df816c47c912c2e1e946ae2bace90744aa73111ee6834b03a314"}, + {file = "types_PyYAML-6.0.12.4-py3-none-any.whl", hash = "sha256:de3bacfc4e0772d9b1baf007c37354f3c34c8952e90307d5155b6de0fc183a67"}, ] [[package]] @@ -961,4 +961,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "b4871919f50153a62a87191886b1932c8157b1d841939496988624d2d6408d14" +content-hash = "e077aa3f5dd4f28a2be307f30008bd4a6d3a9dc3300d43e4f87c9ab7a6785617" diff --git a/pyproject.toml b/pyproject.toml index 6d1aabb..8b6bac9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,11 +29,11 @@ python-magic = "^0.4.27" officedissector = {git = "https://github.com/Rafiot/officedissector.git"} [tool.poetry.dev-dependencies] -tox = "^4.4.2" +tox = "^4.4.4" pytest-cov = "^4.0.0" PyYAML = "^6.0" mypy = "^0.991" -types-PyYAML = "^6.0.12.3" +types-PyYAML = "^6.0.12.4" [build-system] requires = ["poetry_core>=1.1", "setuptools"]