diff --git a/poetry.lock b/poetry.lock index 8c62c55..1a43327 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1066,14 +1066,14 @@ files = [ [[package]] name = "pytest" -version = "7.2.1" +version = "7.2.2" description = "pytest: simple powerful testing with Python" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.2.1-py3-none-any.whl", hash = "sha256:c7c6ca206e93355074ae32f7403e8ea12163b1163c976fee7d4d84027c162be5"}, - {file = "pytest-7.2.1.tar.gz", hash = "sha256:d45e0952f3727241918b8fd0f376f5ff6b301cc0777c6f9a556935c92d8a7d42"}, + {file = "pytest-7.2.2-py3-none-any.whl", hash = "sha256:130328f552dcfac0b1cec75c12e3f005619dc5f874f0a06e8ff7263f0ee6225e"}, + {file = "pytest-7.2.2.tar.gz", hash = "sha256:c99ab0c73aceb050f68929bc93af19ab6db0558791c6a0715723abe9d0ade9d4"}, ] [package.dependencies] @@ -1621,4 +1621,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "77fbcd260a249deb8e7788cef3f784186c6e725af54f976adc35fd79b814ab57" +content-hash = "eebcc0a5f17ede05e73ab6e144dcb2ee6aaed2f480922460316d204f17f7b294" diff --git a/pyproject.toml b/pyproject.toml index 0bbb5a0..7c164f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ drain3 = "^0.9.11" scikit-learn = "^1.2.1" [tool.poetry.dev-dependencies] -pytest = "^7.2.1" +pytest = "^7.2.2" black = "^23.1.0" isort = "^5.12.0" invoke = "^1.7.3"