Skip to content

Commit

Permalink
Deps: Bump the python-packages group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 3 updates: [pontos](https://github.com/greenbone/pontos), [ruff](https://github.com/astral-sh/ruff) and [pygments](https://github.com/pygments/pygments).


Updates `pontos` from 24.12.4 to 25.1.0
- [Release notes](https://github.com/greenbone/pontos/releases)
- [Commits](greenbone/pontos@v24.12.4...v25.1.0)

Updates `ruff` from 0.8.6 to 0.9.1
- [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.8.6...0.9.1)

Updates `pygments` from 2.19.0 to 2.19.1
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](pygments/pygments@2.19.0...2.19.1)

---
updated-dependencies:
- dependency-name: pontos
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pygments
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 1d3679d commit 7a5d4c3
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
52 changes: 26 additions & 26 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 @@ -25,7 +25,7 @@ packages = [{ include = "troubadix" }, { include = "tests", format = "sdist" }]

[tool.poetry.dependencies]
python = "^3.10"
pontos = ">=22.7,<25.0"
pontos = ">=22.7,<26.0"
codespell = "^2.0.0"
python-magic = "^0.4.25"
chardet = ">=4,<6"
Expand All @@ -36,7 +36,7 @@ charset-normalizer = "^3.2.0"
[tool.poetry.group.dev.dependencies]
autohooks = ">=21.7.0"
autohooks-plugin-black = ">=21.12.0"
ruff = ">=0.5.6,<0.9.0"
ruff = ">=0.5.6,<0.10.0"
autohooks-plugin-ruff = "^24.1.0"

[tool.black]
Expand Down

0 comments on commit 7a5d4c3

Please sign in to comment.