Skip to content

Commit

Permalink
Bump the python group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [dlite-python](https://github.com/SINTEF/dlite), [pytest](https://github.com/pytest-dev/pytest) and [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version.

Updates `dlite-python` to 0.5.29
- [Release notes](https://github.com/SINTEF/dlite/releases)
- [Commits](SINTEF/dlite@v0.4.5...v0.5.29)

Updates `pytest` from 8.3.3 to 8.3.4
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.3...8.3.4)

Updates `pre-commit` from 4.0.1 to 4.1.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.0.1...v4.1.0)

---
updated-dependencies:
- dependency-name: dlite-python
  dependency-type: direct:production
  dependency-group: python
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 31, 2025
1 parent 0a73599 commit f202600
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dynamic = ["version"]

dependencies = [
# Core dependencies
"DLite-Python>=0.4.5,<0.5.24",
"DLite-Python>=0.4.5,<0.5.30",
"numpy>=1.21,<3",
"oteapi-core>=0.7.0.dev3,<1",
"pydantic>=2.1,<3",
Expand All @@ -46,12 +46,12 @@ testing = [
"PyYAML>=5.4.1,<7",
"otelib>=0.5.0.dev1,<1",
"rdflib>=5.0.0,<8",
"pytest==8.3.3",
"pytest==8.3.4",
"pytest-cov==6.0.0",
]
dev = [
"oteapi-dlite[docs,testing]",
"pre-commit==4.0.1",
"pre-commit==4.1.0",
]

[project.urls]
Expand Down

0 comments on commit f202600

Please sign in to comment.