Merging upstream version 0.56+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
683f3a672a
commit
aeb0367086
23 changed files with 131 additions and 20 deletions
|
@ -4,7 +4,7 @@ requires = ["setuptools"]
|
|||
|
||||
[project]
|
||||
name = "jinjax"
|
||||
version = "0.55"
|
||||
version = "0.56"
|
||||
description = "Replace your HTML templates with Python server-Side components"
|
||||
authors = [
|
||||
{name = "Juan Pablo Scaletti", email = "juanpablo@jpscaletti.com"},
|
||||
|
@ -45,7 +45,7 @@ documentation = "https://jinjax.scaletti.dev/guides/"
|
|||
[dependency-groups]
|
||||
dev = [
|
||||
"ipdb >= 0.13",
|
||||
"pyright >= 1.1",
|
||||
"pyright >= 1.1.400",
|
||||
"pre-commit",
|
||||
"ruff >= 0.2.0",
|
||||
"tox-uv",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue