diff --git a/poetry.lock b/poetry.lock index 0f97caa..d3568ee 100644 --- a/poetry.lock +++ b/poetry.lock @@ -976,13 +976,13 @@ files = [ [[package]] name = "pytest" -version = "7.4.0" +version = "7.4.4" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.4.0-py3-none-any.whl", hash = "sha256:78bf16451a2eb8c7a2ea98e32dc119fd2aa758f1d5d66dbf0a59d69a3969df32"}, - {file = "pytest-7.4.0.tar.gz", hash = "sha256:b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a"}, + {file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"}, + {file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"}, ] [package.dependencies] @@ -1516,4 +1516,4 @@ s3 = ["fs-s3fs"] [metadata] lock-version = "2.0" python-versions = "<3.12,>=3.7.1" -content-hash = "50bc872dab09fb78241733665998dedb4ee796d58ec3fe75b719cffec0493a6c" +content-hash = "a3425ccaa4eb70349876c0dfb64ed0b5cbb615ddb2e72abab5f06ad914dc14f8" diff --git a/pyproject.toml b/pyproject.toml index eac56ba..d592945 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ requests = "^2.28.2" cached-property = "^1" # Remove after Python 3.7 support is dropped [tool.poetry.group.dev.dependencies] -pytest = "^7.2.1" +pytest = "^7.4.4" flake8 = "^5.0.4" darglint = "^1.8.1" black = "^23.1.0"