diff --git a/poetry.lock b/poetry.lock index 66471ed..a26c662 100644 --- a/poetry.lock +++ b/poetry.lock @@ -616,13 +616,13 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "7.4.0" +version = "7.4.3" 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.3-py3-none-any.whl", hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac"}, + {file = "pytest-7.4.3.tar.gz", hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5"}, ] [package.dependencies] @@ -897,4 +897,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "bbddf26c409c2a80f00c54a673207aec27c5a62a17f5e321c4b04792df953f7c" +content-hash = "7fa689b802ab4f0425ae21dc10fb637f7e0fb4fd5f91c4bd10f6ff7d160fd553" diff --git a/pyproject.toml b/pyproject.toml index 8eb4135..102c139 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ delete-bulk-events = "src.calendar.delete_events_bulk:main" [tool.poetry.dev-dependencies] pre-commit = "^3.4.0" -pytest = "^7.4.0" +pytest = "^7.4.3" coverage = "^7.3.2" [build-system]