diff --git a/poetry.lock b/poetry.lock index af63577..dc89338 100644 --- a/poetry.lock +++ b/poetry.lock @@ -489,13 +489,13 @@ testing = ["covdefaults (>=2.3)", "importlib-metadata (>=6.6)", "pytest (>=7.3.1 [[package]] name = "pytest" -version = "7.3.2" +version = "7.4.0" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.3.2-py3-none-any.whl", hash = "sha256:cdcbd012c9312258922f8cd3f1b62a6580fdced17db6014896053d47cddf9295"}, - {file = "pytest-7.3.2.tar.gz", hash = "sha256:ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b"}, + {file = "pytest-7.4.0-py3-none-any.whl", hash = "sha256:78bf16451a2eb8c7a2ea98e32dc119fd2aa758f1d5d66dbf0a59d69a3969df32"}, + {file = "pytest-7.4.0.tar.gz", hash = "sha256:b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a"}, ] [package.dependencies] @@ -786,4 +786,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "91bd03bafa67f037bb24f599644048a9c5c9a3c2c8cead6640ddea5db60d49bf" +content-hash = "8068fa6d9717bd550b91373df1541547ac9b8c352bb25f6658ab730149d9c9c6" diff --git a/pyproject.toml b/pyproject.toml index 4f42b80..a52d8c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ requests = "^2.28.2" oauthlib = "^3.2.2" [tool.poetry.dev-dependencies] -pytest = "^7.3" +pytest = "^7.4" black = {version = "^23.3", allow-prereleases = true} pytest-cov = "^4.1.0" pytest-mock = "^3.11.1"