Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#803)
Browse files Browse the repository at this point in the history
### 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]>
  • Loading branch information
3 people authored Nov 18, 2024
1 parent 45d278d commit 938dbb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ pylint~=3.3; python_version>="3.9"
pytest~=7.4; python_version<"3.8"
pytest~=8.3; python_version>="3.8"
pytest-cov~=4.1; python_version<"3.8"
pytest-cov~=5.0; python_version>="3.8"
pytest-cov~=5.0; python_version=="3.8"
pytest-cov~=6.0; python_version>="3.9"

0 comments on commit 938dbb4

Please sign in to comment.