Update dependency argon2-cffi to v25
All checks were successful
Tests / test (push) Successful in 24s

This commit is contained in:
Renovate Bot 2025-06-04 03:01:17 +00:00
parent bbbe390238
commit 4df4bc36fa
2 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@ description = "Servala portal server and frontend"
readme = "README.md"
requires-python = ">=3.13.3"
dependencies = [
"argon2-cffi>=23.1.0",
"argon2-cffi>=25.1.0",
"cryptography>=45.0.3",
"django==5.2.1",
"django-allauth>=65.9.0",

8
uv.lock generated
View file

@ -4,14 +4,14 @@ requires-python = ">=3.13.3"
[[package]]
name = "argon2-cffi"
version = "23.1.0"
version = "25.1.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "argon2-cffi-bindings" },
]
sdist = { url = "https://files.pythonhosted.org/packages/31/fa/57ec2c6d16ecd2ba0cf15f3c7d1c3c2e7b5fcb83555ff56d7ab10888ec8f/argon2_cffi-23.1.0.tar.gz", hash = "sha256:879c3e79a2729ce768ebb7d36d4609e3a78a4ca2ec3a9f12286ca057e3d0db08", size = 42798, upload-time = "2023-08-15T14:13:12.711Z" }
sdist = { url = "https://files.pythonhosted.org/packages/0e/89/ce5af8a7d472a67cc819d5d998aa8c82c5d860608c4db9f46f1162d7dab9/argon2_cffi-25.1.0.tar.gz", hash = "sha256:694ae5cc8a42f4c4e2bf2ca0e64e51e23a040c6a517a85074683d3959e1346c1", size = 45706, upload-time = "2025-06-03T06:55:32.073Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/a4/6a/e8a041599e78b6b3752da48000b14c8d1e8a04ded09c88c714ba047f34f5/argon2_cffi-23.1.0-py3-none-any.whl", hash = "sha256:c670642b78ba29641818ab2e68bd4e6a78ba53b7eff7b4c3815ae16abf91c7ea", size = 15124, upload-time = "2023-08-15T14:13:10.752Z" },
{ url = "https://files.pythonhosted.org/packages/4f/d3/a8b22fa575b297cd6e3e3b0155c7e25db170edf1c74783d6a31a2490b8d9/argon2_cffi-25.1.0-py3-none-any.whl", hash = "sha256:fdc8b074db390fccb6eb4a3604ae7231f219aa669a2652e0f20e16ba513d5741", size = 14657, upload-time = "2025-06-03T06:55:30.804Z" },
]
[[package]]
@ -923,7 +923,7 @@ dev = [
[package.metadata]
requires-dist = [
{ name = "argon2-cffi", specifier = ">=23.1.0" },
{ name = "argon2-cffi", specifier = ">=25.1.0" },
{ name = "cryptography", specifier = ">=45.0.3" },
{ name = "django", specifier = "==5.2.1" },
{ name = "django-allauth", specifier = ">=65.9.0" },