diff --git a/Runtime/safe-ds-runner/poetry.lock b/Runtime/safe-ds-runner/poetry.lock index d6e19ed0d..069672536 100644 --- a/Runtime/safe-ds-runner/poetry.lock +++ b/Runtime/safe-ds-runner/poetry.lock @@ -106,7 +106,7 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2. [[package]] name = "pytest-cov" -version = "3.0.0" +version = "4.0.0" description = "Pytest plugin for measuring coverage." category = "dev" optional = false @@ -143,7 +143,7 @@ python-versions = ">=3.7" [metadata] lock-version = "1.1" python-versions = "^3.10" -content-hash = "76b1c25b21386f6a6793c4ceafdf44c0b3cf5ae97c2256b88a2afd42d5099d12" +content-hash = "6f95c2da4e03788ac1b6e573b0a385aeedfb848c5466490951f8e5f28ae3c968" [metadata.files] attrs = [ @@ -222,8 +222,8 @@ pytest = [ {file = "pytest-7.1.3.tar.gz", hash = "sha256:4f365fec2dff9c1162f834d9f18af1ba13062db0c708bf7b946f8a5c76180c39"}, ] pytest-cov = [ - {file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"}, - {file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"}, + {file = "pytest-cov-4.0.0.tar.gz", hash = "sha256:996b79efde6433cdbd0088872dbc5fb3ed7fe1578b68cdbba634f14bb8dd0470"}, + {file = "pytest_cov-4.0.0-py3-none-any.whl", hash = "sha256:2feb1b751d66a8bd934e5edfa2e961d11309dc37b73b0eabe73b5945fee20f6b"}, ] safe-ds = [] tomli = [ diff --git a/Runtime/safe-ds-runner/pyproject.toml b/Runtime/safe-ds-runner/pyproject.toml index 03e831032..c5a20ea89 100644 --- a/Runtime/safe-ds-runner/pyproject.toml +++ b/Runtime/safe-ds-runner/pyproject.toml @@ -12,7 +12,7 @@ python = "^3.10" [tool.poetry.dev-dependencies] pytest = "^7.1.3" -pytest-cov = "^3.0.0" +pytest-cov = "^4.0.0" safe-ds = { path = "../safe-ds/", develop = true } [tool.mypy]