Skip to content

Commit d2cacd2

Browse files
authored
chore: upgrade altcha and django_altcha to latest versions (#450)
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 143faa9 commit d2cacd2

9 files changed

+33
-33
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ dependencies = [
5050
"django-environ==0.12.0",
5151
"django-debug-toolbar==6.1.0",
5252
# CAPTCHA
53-
"altcha==0.2.0",
54-
"django_altcha==0.4.0",
53+
"altcha==1.0.0",
54+
"django_altcha==0.9.0",
5555
# REST API
5656
"djangorestframework==3.16.1",
5757
# API documentation
-8.8 KB
Binary file not shown.

thirdparty/dist/altcha-0.2.0-py3-none-any.whl.ABOUT

Lines changed: 0 additions & 14 deletions
This file was deleted.
8.95 KB
Binary file not shown.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
about_resource: altcha-1.0.0-py3-none-any.whl
2+
name: altcha
3+
version: 1.0.0
4+
download_url: https://files.pythonhosted.org/packages/88/19/978dac535829b3e9175427d4d91a34b0ec6e120375a38fabd9840acf32ca/altcha-1.0.0-py3-none-any.whl
5+
package_url: pkg:pypi/altcha@1.0.0
6+
license_expression: mit
7+
copyright: Copyright altcha project contributors
8+
attribute: yes
9+
checksum_md5: 5c401435f14e149797f6b77343138ca4
10+
checksum_sha1: 402795bf7e9eaa34159fb974a1d61fb0616a54fd
11+
licenses:
12+
- key: mit
13+
name: MIT License
14+
file: mit.LICENSE
-32.3 KB
Binary file not shown.

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

Lines changed: 0 additions & 17 deletions
This file was deleted.
71.7 KB
Binary file not shown.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
about_resource: django_altcha-0.9.0-py3-none-any.whl
2+
name: django-altcha
3+
version: 0.9.0
4+
download_url: https://files.pythonhosted.org/packages/33/91/c0e3cbca03a61e455bb51ab0a9b6722f1c3380498d3d329104505fc5c062/django_altcha-0.9.0-py3-none-any.whl
5+
package_url: pkg:pypi/django-altcha@0.9.0
6+
license_expression: mit AND unknown-license-reference
7+
copyright: Copyright Daniel Regeci
8+
attribute: yes
9+
checksum_md5: 19f6ed1f200f1c4ebd1b8b4a1b7d8f40
10+
checksum_sha1: 9002f71a99684b1c8c7c3f836b5fc5d54c26472c
11+
licenses:
12+
- key: mit
13+
name: MIT License
14+
file: mit.LICENSE
15+
- key: unknown-license-reference
16+
name: Unknown License file reference
17+
file: unknown-license-reference.LICENSE

0 commit comments

Comments
 (0)