diff --git a/poetry.lock b/poetry.lock index beea173..1894dbb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -649,13 +649,13 @@ cp2110 = ["hidapi"] [[package]] name = "pytest" -version = "7.4.1" +version = "7.4.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.4.1-py3-none-any.whl", hash = "sha256:460c9a59b14e27c602eb5ece2e47bec99dc5fc5f6513cf924a7d03a578991b1f"}, - {file = "pytest-7.4.1.tar.gz", hash = "sha256:2f2301e797521b23e4d2585a0a3d7b5e50fdddaaf7e7d6773ea26ddb17c213ab"}, + {file = "pytest-7.4.2-py3-none-any.whl", hash = "sha256:1d881c6124e08ff0a1bb75ba3ec0bfd8b5354a01c194ddd5a0a870a48d99b002"}, + {file = "pytest-7.4.2.tar.gz", hash = "sha256:a766259cfab564a2ad52cb1aae1b881a75c3eb7e34ca3779697c23ed47c47069"}, ] [package.dependencies] @@ -907,4 +907,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "c1c40460d90ab065b7d3d7c638c2f4ddf23c95e2c1407fe3e1a983344e9d1838" +content-hash = "37ae090b13f671a4489d7c4c66fa1f5e0f6faa4cf16e763ae391ee6dab811141" diff --git a/pyproject.toml b/pyproject.toml index 1729ba1..f0e42ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ semver = "3.0.1" black = "23.7.0" codespell = "2.2.5" coverage = "7.3.1" -pytest = "7.4.1" +pytest = "7.4.2" pytest-mock = "3.11.1" flake8 = "6.1.0" pep8-naming = "0.13.3"