Skip to content

Commit 258e5b0

Browse files
committed
upgraded pluralize
1 parent 426ab12 commit 258e5b0

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ setup: uv
4545
run: uv
4646
uv run py4web.py run -p password.txt apps -L20
4747

48+
shell: uv
49+
uv run py4web.py shell apps
50+
4851
build: clean assets check test
4952
uv build --sdist --wheel
5053

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"threadsafevariable >= 20250716.1",
2424
"pyjwt >= 2.0.1",
2525
"pycryptodome",
26-
"pluralize >= 20240515.1",
26+
"pluralize >= 20250901.2",
2727
"rocket3 >= 20241225.1",
2828
"yatl >= 20230507.3",
2929
"pydal >= 20250629.2",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)