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] 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