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), [tripper](https://github.com/EMMC-ASBL/tripper) and [pytest](https://github.com/pytest-dev/pytest) 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 `tripper` to 0.4.0
- [Release notes](https://github.com/EMMC-ASBL/tripper/releases)
- [Changelog](https://github.com/EMMC-ASBL/tripper/blob/master/CHANGELOG.md)
- [Commits](EMMC-ASBL/tripper@v0.3.4...v0.4.0)

Updates `pytest` from 8.3.4 to 8.3.5
- [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.4...8.3.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
1 parent d4a66c8 commit 3ed2dad
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,14 +23,14 @@ 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",
"pydantic-settings>=2.0,<3",
"typing-extensions>=4.8,<5; python_version<'3.10'",
"Pillow>=9.0.1,<12",
"tripper>=0.3.4, <0.3.5",
"tripper>=0.3.4, <0.4.1",
]

[project.optional-dependencies]
Expand All @@ -46,7 +46,7 @@ testing = [
"PyYAML>=5.4.1,<7",
"otelib>=0.5.0.dev1,<1",
"rdflib>=5.0.0,<8",
"pytest==8.3.4",
"pytest==8.3.5",
"pytest-cov==6.0.0",
]
dev = [
Expand Down

0 comments on commit 3ed2dad

Please sign in to comment.