Skip to content

Commit 420c9e5

Browse files
TEAM4-0dependabot[bot]francescalb
authored
[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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Francesca L. Bleken <[email protected]>
1 parent ae79ed4 commit 420c9e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defusedxml>=0.7.1,<1
44
graphviz>=0.16,<0.21
55
numpy>=1.19.5,<3
66
openpyxl>=3.0.9,<3.2
7-
Owlready2>=0.28,!=0.32,!=0.34,<0.47
7+
Owlready2>=0.28,!=0.32,!=0.34,<0.48
88
packaging>=21.0,<25
99
pandas>=1.2,<2.3
1010
Pygments>=2.7.4,<3

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pre-commit>=2.21.0,<3; python_version<"3.9"
22
pre-commit~=4.0; python_version>="3.9"
33
pylint~=2.17; python_version<"3.8"
4-
pylint==3.2; python_version=="3.8"
4+
pylint==3.2.7; python_version=="3.8"
55
pylint~=3.3; python_version>="3.9"
66
pytest~=7.4; python_version<"3.8"
77
pytest~=8.3; python_version>="3.8"

0 commit comments

Comments
 (0)