From d0885f4667055ecc88cdbd1a8eec7d65e9b9a53a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 28 Oct 2024 05:41:48 +0000
Subject: [PATCH 1/5] Bump mkdocstrings[python-legacy] from 0.26.1 to 0.26.2
(#793)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps
[mkdocstrings[python-legacy]](https://github.com/mkdocstrings/mkdocstrings)
from 0.26.1 to 0.26.2.
Release notes
Sourced from mkdocstrings[python-legacy]'s
releases.
0.26.2
0.26.2
- 2024-10-12
Compare
with 0.26.1
Build
- Drop support for Python 3.8 (f26edeb
by Timothée Mazzucotelli).
Changelog
Sourced from mkdocstrings[python-legacy]'s
changelog.
0.26.2
- 2024-10-12
Compare
with 0.26.1
Build
- Drop support for Python 3.8 (f26edeb
by Timothée Mazzucotelli).
Commits
bcdfc70
chore: Prepare release 0.26.2
f26edeb
build: Drop support for Python 3.8
b383527
chore: Template upgrade
7f35f56
docs: Remove sponsors only mention for mkdocstrings-shell
- See full diff in compare
view
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocstrings[python-legacy]&package-manager=pip&previous-version=0.26.1&new-version=0.26.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
requirements_docs.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/requirements_docs.txt b/requirements_docs.txt
index d6cbd7340..a5fe82b89 100644
--- a/requirements_docs.txt
+++ b/requirements_docs.txt
@@ -5,5 +5,5 @@ mkdocs-awesome-pages-plugin~=2.9
mkdocs-material~=9.5; python_version>="3.8"
mkdocs-material~=9.2; python_version<"3.8"
mkdocstrings[python-legacy]~=0.26.2; python_version>="3.9"
-mkdocstrings[python-legacy]==0.26.1; python_version=="3.8"
+mkdocstrings[python-legacy]==0.26.2; python_version=="3.8"
mkdocstrings[python-legacy]~=0.22.0; python_version<"3.8"
From 3404d46bc0996d1b9840cd66beb50c8577ca78d0 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 28 Oct 2024 05:47:52 +0000
Subject: [PATCH 2/5] Bump pylint from 3.2 to 3.3.1 (#794)
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2 to 3.3.1.
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pylint&package-manager=pip&previous-version=3.2&new-version=3.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
requirements_dev.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/requirements_dev.txt b/requirements_dev.txt
index 947212893..9dd345371 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.3.1; 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"
From e5fec8aee2c46748c8fede90e190ed9ccca89c82 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 29 Oct 2024 14:07:56 +0000
Subject: [PATCH 3/5] Update owlready2 requirement from
!=0.32,!=0.34,<0.45,>=0.28 to >=0.28,!=0.32,!=0.34,<0.48 (#787)
Updates the requirements on
[owlready2](https://bitbucket.org/jibalamy/owlready2) to permit the
latest version.
Commits
8a7a207
Add an option to hermit reasoner to ignore unsupported datatypes
fb3a5a3
Merged in master (pull request #22)
7046847
Remove warning when Cython module is not available; work on observe
7c39ad0
Update import OMOP CDM for their new CSV format
59d1a60
fix IRI() return type in SPARQL
8228d1c
fix IRI() return type in SPARQL
db7be8d
Basic support for enumerated datatypes
4752525
Fix SPARQL queries with two UNIONs when there is no shared variables
between ...
6e95147
reasoning.rst edited online with Bitbucket
6f43420
Merged in
Amin-mazrouei/reasoningrst-edited-online-with-bitbucke-170911531500...
- Additional commits viewable in compare
view
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
From aea46fbe51ad5743fce2e9346059ff713b56d27f Mon Sep 17 00:00:00 2001
From: "Francesca L. Bleken" <48128015+francescalb@users.noreply.github.com>
Date: Wed, 30 Oct 2024 10:24:38 +0100
Subject: [PATCH 4/5] Update requirements_dev.txt
---
requirements_dev.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/requirements_dev.txt b/requirements_dev.txt
index 9dd345371..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.3.1; 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"
From 1a8886c6bb3a4e8baeebe15443eb8774c5afab9c Mon Sep 17 00:00:00 2001
From: "Francesca L. Bleken" <48128015+francescalb@users.noreply.github.com>
Date: Wed, 30 Oct 2024 15:09:38 +0100
Subject: [PATCH 5/5] Update requirements_docs.txt
---
requirements_docs.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/requirements_docs.txt b/requirements_docs.txt
index a5fe82b89..d6cbd7340 100644
--- a/requirements_docs.txt
+++ b/requirements_docs.txt
@@ -5,5 +5,5 @@ mkdocs-awesome-pages-plugin~=2.9
mkdocs-material~=9.5; python_version>="3.8"
mkdocs-material~=9.2; python_version<"3.8"
mkdocstrings[python-legacy]~=0.26.2; python_version>="3.9"
-mkdocstrings[python-legacy]==0.26.2; python_version=="3.8"
+mkdocstrings[python-legacy]==0.26.1; python_version=="3.8"
mkdocstrings[python-legacy]~=0.22.0; python_version<"3.8"