Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
4e8635e8ff [UPDATE] Update djhtml requirement
Updates the requirements on [djhtml](https://github.com/rtts/djhtml) to permit the latest version.
- [Release notes](https://github.com/rtts/djhtml/releases)
- [Commits](https://github.com/rtts/djhtml/compare/3.0.10...3.0.11)

---
updated-dependencies:
- dependency-name: djhtml
  dependency-version: 3.0.11
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-13 08:40:31 +00:00
2 changed files with 435 additions and 451 deletions

View File

@@ -19,7 +19,7 @@ authors = [
license = { text = "GPL-3.0-only" } license = { text = "GPL-3.0-only" }
requires-python = "<4.0,>=3.12" requires-python = "<4.0,>=3.12"
dependencies = [ dependencies = [
"django>=5.2.13,<6.0.0", "django>=5.2.12,<6.0.0",
"django-ninja>=1.5.3,<6.0.0", "django-ninja>=1.5.3,<6.0.0",
"django-ninja-extra>=0.31.0", "django-ninja-extra>=0.31.0",
"Pillow>=12.1.1,<13.0.0", "Pillow>=12.1.1,<13.0.0",
@@ -30,7 +30,7 @@ dependencies = [
"phonenumbers>=9.0.25,<10.0.0", "phonenumbers>=9.0.25,<10.0.0",
"reportlab>=4.4.10,<5.0.0", "reportlab>=4.4.10,<5.0.0",
"django-haystack<4.0.0,>=3.3.0", "django-haystack<4.0.0,>=3.3.0",
"xapian-haystack<3.1.0,<5.0.0", "xapian-haystack<4.0.0,>=3.1.0",
"libsass<1.0.0,>=0.23.0", "libsass<1.0.0,>=0.23.0",
"django-ordered-model<4.0.0,>=3.7.4", "django-ordered-model<4.0.0,>=3.7.4",
"django-simple-captcha<1.0.0,>=0.6.3", "django-simple-captcha<1.0.0,>=0.6.3",
@@ -45,7 +45,7 @@ dependencies = [
"pydantic-extra-types>=2.11.0,<3.0.0", "pydantic-extra-types>=2.11.0,<3.0.0",
"ical>=11.1.0,<12", "ical>=11.1.0,<12",
"redis[hiredis]>=5.3.0,<8.0.0", "redis[hiredis]>=5.3.0,<8.0.0",
"environs[django]>=14.5.0,<16.0.0", "environs[django]>=14.5.0,<15.0.0",
"requests>=2.32.5,<3.0.0", "requests>=2.32.5,<3.0.0",
"honcho>=2.0.0", "honcho>=2.0.0",
"psutil>=7.2.2,<8.0.0", "psutil>=7.2.2,<8.0.0",
@@ -67,7 +67,7 @@ dev = [
"ipython>=9.11.0,<10.0.0", "ipython>=9.11.0,<10.0.0",
"pre-commit>=4.5.1,<5.0.0", "pre-commit>=4.5.1,<5.0.0",
"ruff>=0.15.5,<1.0.0", "ruff>=0.15.5,<1.0.0",
"djhtml>=3.0.10,<4.0.0", "djhtml>=3.0.11,<4.0.0",
"faker>=40.8.0,<41.0.0", "faker>=40.8.0,<41.0.0",
"rjsmin>=1.2.5,<2.0.0", "rjsmin>=1.2.5,<2.0.0",
] ]

878
uv.lock generated

File diff suppressed because it is too large Load Diff