diff --git a/poetry.lock b/poetry.lock index a34e431..04f7e7c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -580,13 +580,13 @@ testing = ["covdefaults (>=2.3)", "pytest (>=8.3.3)", "pytest-cov (>=5)", "pytes [[package]] name = "pytest" -version = "8.3.4" +version = "8.3.5" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"}, - {file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"}, + {file = "pytest-8.3.5-py3-none-any.whl", hash = "sha256:c69214aa47deac29fad6c2a4f590b9c4a9fdb16a403176fe154b79c0b4d4d820"}, + {file = "pytest-8.3.5.tar.gz", hash = "sha256:f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845"}, ] [package.dependencies] @@ -810,4 +810,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "acf00d1b10ec47af0d5df771dd269d5e3cc7af3cdb59eed9b8ece720729fd5b0" +content-hash = "d9c452f24b699540055535e826835daf54166b86752121f8c41e576edf4a2a9b" diff --git a/pyproject.toml b/pyproject.toml index 810e808..37a8fc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ oauthlib = "^3.2.2" joserfc = ">=0.9,<0.12" [tool.poetry.dev-dependencies] -pytest = "^8.3.4" +pytest = "^8.3.5" black = "^24.8.0" pytest-cov = "^5.0.0" pytest-mock = "^3.11.1"