Skip to content

Commit

Permalink
Update owlready2 requirement from !=0.32,!=0.34,<0.45,>=0.28 to >=0.2…
Browse files Browse the repository at this point in the history
…8,!=0.32,!=0.34,<0.48 (#787)

Updates the requirements on
[owlready2](https://bitbucket.org/jibalamy/owlready2) to permit the
latest version.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://bitbucket.org/jibalamy/owlready2/commits/8a7a20723a8aa1cf539c841bc98e35c68593a078"><code>8a7a207</code></a>
Add an option to hermit reasoner to ignore unsupported datatypes</li>
<li><a
href="https://bitbucket.org/jibalamy/owlready2/commits/fb3a5a3d6baae34d6bab11fecc00b319f5408830"><code>fb3a5a3</code></a>
Merged in master (pull request <a
href="https://bitbucket.org/jibalamy/owlready2/issues/22">#22</a>)</li>
<li><a
href="https://bitbucket.org/jibalamy/owlready2/commits/70468476c35ac529e4a130c07bb30d40f4318a09"><code>7046847</code></a>
Remove warning when Cython module is not available; work on observe</li>
<li><a
href="https://bitbucket.org/jibalamy/owlready2/commits/7c39ad0067cde25b2b9303c7d42bd2c60e570de1"><code>7c39ad0</code></a>
Update import OMOP CDM for their new CSV format</li>
<li><a
href="https://bitbucket.org/jibalamy/owlready2/commits/59d1a60af27744bc1ee28fa0974cbbf985144393"><code>59d1a60</code></a>
fix IRI() return type in SPARQL</li>
<li><a
href="https://bitbucket.org/jibalamy/owlready2/commits/8228d1cf63b181f589fedc01fc35f0a8f2db0566"><code>8228d1c</code></a>
fix IRI() return type in SPARQL</li>
<li><a
href="https://bitbucket.org/jibalamy/owlready2/commits/db7be8d7ecd1da74c25be973a54b3bd6aae30d49"><code>db7be8d</code></a>
Basic support for enumerated datatypes</li>
<li><a
href="https://bitbucket.org/jibalamy/owlready2/commits/4752525723efbbb4c8ac591eccce4a7f03644391"><code>4752525</code></a>
Fix SPARQL queries with two UNIONs when there is no shared variables
between ...</li>
<li><a
href="https://bitbucket.org/jibalamy/owlready2/commits/6e95147d9f635eb424615af80cc70cd12e0765cb"><code>6e95147</code></a>
reasoning.rst edited online with Bitbucket</li>
<li><a
href="https://bitbucket.org/jibalamy/owlready2/commits/6f43420b234c83c23f60490fe4ff1375771be29c"><code>6f43420</code></a>
Merged in
Amin-mazrouei/reasoningrst-edited-online-with-bitbucke-170911531500...</li>
<li>Additional commits viewable in <a
href="https://bitbucket.org/jibalamy/owlready2/branches/compare/v0.47..v0.28">compare
view</a></li>
</ul>
</details>
<br />


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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> 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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent 0c3fb7d commit e5fec8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5fec8a

Please sign in to comment.