pysg/pyproject.toml
dependabot[bot] 7286cab6e3
Bump jinja2 from 3.1.2 to 3.1.5 (#1)
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.5.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.5)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-05 15:15:45 +01:00

17 lines
345 B
TOML

[tool.poetry]
name = "pysg"
version = "0.1.0"
description = ""
authors = ["Ruidy <ruidy.nemausat@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
loguru = "^0.7.0"
jinja2 = "^3.1.5"
typer = {extras = ["all"], version = "^0.9.0"}
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"