Skip to content

Commit

Permalink
Bump the python-requirements group across 1 directory with 2 updates (#…
Browse files Browse the repository at this point in the history
…965)

Bumps the python-requirements group with 2 updates in the / directory: [ruff](https://github.com/astral-sh/ruff) and [validate-pyproject](https://github.com/abravalheri/validate-pyproject).


Updates `ruff` from 0.6.9 to 0.7.4
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.6.9...0.7.4)

Updates `validate-pyproject` from 0.20.2 to 0.23
- [Release notes](https://github.com/abravalheri/validate-pyproject/releases)
- [Changelog](https://github.com/abravalheri/validate-pyproject/blob/main/CHANGELOG.rst)
- [Commits](abravalheri/validate-pyproject@v0.20.2...v0.23)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: validate-pyproject
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 3f005f6 commit f12736b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
50 changes: 25 additions & 25 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ version = "^12.0"

[tool.poetry.dependencies.ruff]
optional = true
version = ">=0.4.7,<0.7.0"
version = ">=0.4.7,<0.8.0"

[tool.poetry.dependencies.validate-pyproject]
optional = true
version = ">=0.15,<0.21"
version = ">=0.15,<0.24"

0 comments on commit f12736b

Please sign in to comment.