Skip to content

Commit e2bc666

Browse files
committed
Update django-nh3 to fix failing test
1 parent 88b34e4 commit e2bc666

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"django-heroku~=0.3.1",
2424
"django-hijack~=3.7.6",
2525
"django-htmx~=1.27.0",
26-
"django-nh3~=0.2.1",
26+
"django-nh3==0.3.1",
2727
"django-pagedown~=2.2.1",
2828
"django-ratelimit~=4.1.0",
2929
"django-role-permissions~=3.2.0",

requirements/dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -608,9 +608,9 @@ django-modelcluster==6.4.1 \
608608
--hash=sha256:ccc190cd9e22c24900ea2410bff64d444d48f43f0f4aedeed0f6cd94e2536698 \
609609
--hash=sha256:e736fcee925f83b63218dbf9c869ab50618b0f5e98869a5aa497f7a5331aa263
610610
# via wagtail
611-
django-nh3==0.2.1 \
612-
--hash=sha256:0f99cb6ea099d76a9e401cdc09ec10e001204562230bd5a3b0e6f27bccd69178 \
613-
--hash=sha256:de453061c16c12fa5ebfcc6d0691d35ca1802cc477632ed504a2f21ac878a4a8
611+
django-nh3==0.3.1 \
612+
--hash=sha256:5682981d5aeff0577ada7414a57e7a0fd1f59a2ca682c5408d0b197aec8d5d80 \
613+
--hash=sha256:858444153cc3073a741951fdf7b108785d2a267fc98dc1401b6e7206fc13e524
614614
# via hypha
615615
django-otp==1.7.0 \
616616
--hash=sha256:406d2d7f797dc313569270e06d6c360c7d986c9f653eab80b190d663ed5f1133 \

requirements/prod.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -450,9 +450,9 @@ django-modelcluster==6.4.1 \
450450
--hash=sha256:ccc190cd9e22c24900ea2410bff64d444d48f43f0f4aedeed0f6cd94e2536698 \
451451
--hash=sha256:e736fcee925f83b63218dbf9c869ab50618b0f5e98869a5aa497f7a5331aa263
452452
# via wagtail
453-
django-nh3==0.2.1 \
454-
--hash=sha256:0f99cb6ea099d76a9e401cdc09ec10e001204562230bd5a3b0e6f27bccd69178 \
455-
--hash=sha256:de453061c16c12fa5ebfcc6d0691d35ca1802cc477632ed504a2f21ac878a4a8
453+
django-nh3==0.3.1 \
454+
--hash=sha256:5682981d5aeff0577ada7414a57e7a0fd1f59a2ca682c5408d0b197aec8d5d80 \
455+
--hash=sha256:858444153cc3073a741951fdf7b108785d2a267fc98dc1401b6e7206fc13e524
456456
# via hypha
457457
django-otp==1.7.0 \
458458
--hash=sha256:406d2d7f797dc313569270e06d6c360c7d986c9f653eab80b190d663ed5f1133 \

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)