Skip to content

Commit dac713c

Browse files
committed
chore: upgrade librairies
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 0e6951a commit dac713c

9 files changed

Lines changed: 9 additions & 36 deletions

dejacode/settings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,10 @@ def get_fake_redis_connection(config, use_strict_redis):
590590
"propagate": False,
591591
"level": "DEBUG" if DEBUG else DEJACODE_LOG_LEVEL,
592592
},
593+
"django_altcha": {
594+
"handlers": ["null"] if IS_TESTS else ["console"],
595+
"level": "WARNING",
596+
},
593597
},
594598
}
595599

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies = [
5454
"tblib==3.2.2",
5555
# CAPTCHA
5656
"altcha==1.0.0",
57-
"django_altcha==0.10.0",
57+
"django-altcha==1.0.0",
5858
# REST API
5959
"djangorestframework==3.16.1",
6060
# API documentation
-23.8 KB
Binary file not shown.

thirdparty/dist/asgiref-3.11.1-py3-none-any.whl.ABOUT

Lines changed: 0 additions & 14 deletions
This file was deleted.
24.9 KB
Binary file not shown.
7.99 MB
Binary file not shown.

thirdparty/dist/django_altcha-0.10.0-py3-none-any.whl.ABOUT

Lines changed: 0 additions & 17 deletions
This file was deleted.
49 KB
Binary file not shown.

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)