From 420c9e506acb17269709fd70ab2a096e450866ba Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Wed, 30 Oct 2024 15:26:12 +0100 Subject: [PATCH] [Auto-generated] Update dependencies (#799) ### 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> --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 10ef9c3a1..7855eaf40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ defusedxml>=0.7.1,<1 graphviz>=0.16,<0.21 numpy>=1.19.5,<3 openpyxl>=3.0.9,<3.2 -Owlready2>=0.28,!=0.32,!=0.34,<0.47 +Owlready2>=0.28,!=0.32,!=0.34,<0.48 packaging>=21.0,<25 pandas>=1.2,<2.3 Pygments>=2.7.4,<3 diff --git a/requirements_dev.txt b/requirements_dev.txt index 947212893..9060659b9 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ pre-commit>=2.21.0,<3; python_version<"3.9" pre-commit~=4.0; python_version>="3.9" pylint~=2.17; python_version<"3.8" -pylint==3.2; python_version=="3.8" +pylint==3.2.7; python_version=="3.8" pylint~=3.3; python_version>="3.9" pytest~=7.4; python_version<"3.8" pytest~=8.3; python_version>="3.8"