Skip to content

Commit

Permalink
build(deps): bump the dev-dependencies group with 2 updates (#82)
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 2 updates: [jinja2](https://github.com/pallets/jinja) and [ruff](https://github.com/astral-sh/ruff).


Updates `jinja2` from 3.1.4 to 3.1.5
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.4...3.1.5)

Updates `ruff` from 0.8.3 to 0.8.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.8.3...0.8.4)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

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 Dec 30, 2024
1 parent dfc9fd6 commit 6318635
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
46 changes: 23 additions & 23 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 @@ -11,10 +11,10 @@ cache-dir = "~/.cache/ruff"

[tool.poetry.dependencies]
python = "^3.12"
jinja2 = "^3.1.4"
jinja2 = "^3.1.5"

[tool.poetry.group.dev.dependencies]
ruff = "^0.8.3"
ruff = "^0.8.4"

[tool.poetry.group.test.dependencies]
pytest = "^8.3.4"
Expand Down

0 comments on commit 6318635

Please sign in to comment.