Skip to content

Commit

Permalink
Bump the python group with 5 updates (#313)
Browse files Browse the repository at this point in the history
Updates the requirements on [pydantic-settings](https://github.com/pydantic/pydantic-settings), [pillow](https://github.com/python-pillow/Pillow), [pytest](https://github.com/pytest-dev/pytest), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version.

Updates `pydantic-settings` to 2.6.0
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.0.0...v2.6.0)

Updates `pillow` to 11.0.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@9.0.1...11.0.0)

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

Updates `pytest-cov` from 4.1.0 to 5.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v4.1.0...v5.0.0)

Updates `pre-commit` from 3.8.0 to 4.0.1
- [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@v3.8.0...v4.0.1)

---
updated-dependencies:
- dependency-name: pydantic-settings
  dependency-type: direct:production
  dependency-group: python
- dependency-name: pillow
  dependency-type: direct:production
  dependency-group: python
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python
- dependency-name: pytest-cov
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Francesca L. Bleken <48128015+francescalb@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and francescalb authored Oct 21, 2024
1 parent a24287d commit 4c5c729
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ dependencies = [
"numpy>=1.21,<2.0.3",
"oteapi-core>=0.6.0,<0.6.2",
"pydantic>=2.1,<2.9",
"pydantic-settings>=2.0,<2.5",
"pydantic-settings>=2.0,<2.7",
"typing-extensions>=4.8,<4.13; python_version<'3.10'",
"Pillow>=9.0.1,<11",
"Pillow>=9.0.1,<12",
#"tripper>=0.3.4", # Wait for this version to be released
"tripper @ git+https://github.com/EMMC-ASBL/tripper.git@master"
]
Expand All @@ -47,12 +47,12 @@ testing = [
"PyYAML>=5.4.1,<7",
"otelib>=0.4.0,<1",
"rdflib>=5.0.0,<8",
"pytest==7.4.4",
"pytest-cov==4.1.0",
"pytest==8.3.3",
"pytest-cov==5.0.0",
]
dev = [
"oteapi-dlite[docs,testing]",
"pre-commit==3.8.0",
"pre-commit==4.0.1",
]

[project.urls]
Expand Down

0 comments on commit 4c5c729

Please sign in to comment.