From b0eee050133ea6d482aecabe912223ecf5bd91ad Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Mon, 29 Jul 2024 13:34:43 +0200 Subject: [PATCH] [Auto-generated] Update dependencies (#773) ### Update dependencies Automatically created PR from [`ci/dependabot-updates`](https://github.com/emmo-repo/EMMOntoPy/tree/ci/dependabot-updates). The PR is based on the ['CI - Update dependencies PR' workflow](https://SINTEF.github.io/ci-cd/latest/workflows/ci_update_dependencies/) in [SINTEF/ci-cd](https://github.com/SINTEF/ci-cd). #### To do - [ ] Check that the diff is sensible, and that tests and builds pass with the new dependency versions. - [ ] Make sure that the PR is **squash** merged, with a sensible commit message. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Francesca L. Bleken <48128015+francescalb@users.noreply.github.com> Co-authored-by: francescalb Co-authored-by: Jesper Friis --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index c278c9e39..3390bdb8c 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,6 +3,6 @@ pre-commit~=3.7; python_version>="3.9" pylint~=2.17; python_version<"3.8" pylint~=3.2; python_version>="3.8" pytest~=7.4; python_version<"3.8" -pytest~=8.2; python_version>="3.8" +pytest~=8.3; python_version>="3.8" pytest-cov~=4.1; python_version<"3.8" pytest-cov~=5.0; python_version>="3.8"