mirror of https://github.com/CIRCL/PyCIRCLean
build(deps-dev): bump tox from 4.4.2 to 4.4.4
Bumps [tox](https://github.com/tox-dev/tox) from 4.4.2 to 4.4.4. - [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.4.2...4.4.4) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>pull/65/head
parent
fc2bee5b00
commit
00cc7666ca
|
@ -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]
|
||||
|
@ -961,4 +961,4 @@ files = [
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "b4871919f50153a62a87191886b1932c8157b1d841939496988624d2d6408d14"
|
||||
content-hash = "2746429dc85187be3253f3b8fef832809dc05d81d59ea55315da80fe0ec15947"
|
||||
|
|
|
@ -29,7 +29,7 @@ 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"
|
||||
|
|
Loading…
Reference in New Issue