diff --git a/operator/poetry.lock b/operator/poetry.lock index 7208ce1b..82625a8a 100644 --- a/operator/poetry.lock +++ b/operator/poetry.lock @@ -877,13 +877,13 @@ files = [ [[package]] name = "pytest" -version = "7.3.1" +version = "7.4.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.3.1-py3-none-any.whl", hash = "sha256:3799fa815351fea3a5e96ac7e503a96fa51cc9942c3753cda7651b93c1cfa362"}, - {file = "pytest-7.3.1.tar.gz", hash = "sha256:434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3"}, + {file = "pytest-7.4.2-py3-none-any.whl", hash = "sha256:1d881c6124e08ff0a1bb75ba3ec0bfd8b5354a01c194ddd5a0a870a48d99b002"}, + {file = "pytest-7.4.2.tar.gz", hash = "sha256:a766259cfab564a2ad52cb1aae1b881a75c3eb7e34ca3779697c23ed47c47069"}, ] [package.dependencies] @@ -895,7 +895,7 @@ pluggy = ">=0.12,<2.0" tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} [package.extras] -testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"] +testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-asyncio" @@ -1273,4 +1273,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.12" -content-hash = "58940b0515e0e2f60204b745e912fc93d53955eae12178f0b64a4bd9581081be" +content-hash = "b2692e8564d43c39efd07849dec94d7fe0c5c9dcf6b1c251a6a33bb442d0da62" diff --git a/operator/pyproject.toml b/operator/pyproject.toml index 57f53098..7e495a86 100644 --- a/operator/pyproject.toml +++ b/operator/pyproject.toml @@ -12,7 +12,7 @@ python-decouple = "^3.8" python-statemachine = "^2.0.0" [tool.poetry.group.dev.dependencies] -pytest = "^7.2" +pytest = "^7.4" black = "^23.7.0" flake8 = "^6.0.0" flake8-black = "^0.3.6"