diff --git a/backend/Pipfile.lock b/backend/Pipfile.lock index c1b8cf4..c95d7be 100644 --- a/backend/Pipfile.lock +++ b/backend/Pipfile.lock @@ -229,11 +229,11 @@ }, "iniconfig": { "hashes": [ - "sha256:3abbd2e30b36733fee78f9c7f7308f2d0050e88f0087fd25c2645f63c773e1c7", - "sha256:9deba5723312380e77435581c6bf4935c94cbfab9b1ed33ef8d238ea168eb760" + "sha256:c76315c77db068650d49c5b56314774a7804df16fee4402c1f19d6d15d8c4730", + "sha256:f631c04d2c48c52b84d0d0549c99ff3859c98df65b3101406327ecc7d53fbf12" ], - "markers": "python_version >= '3.8'", - "version": "==2.1.0" + "markers": "python_version >= '3.10'", + "version": "==2.3.0" }, "jsonschema": { "hashes": [ diff --git a/backend/requirements.txt b/backend/requirements.txt index b97c197..42897e7 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -10,7 +10,7 @@ dotenv==0.9.9 drf-spectacular==0.28.0 idna==3.11 inflection==0.5.1 -iniconfig==2.1.0 +iniconfig==2.3.0 jsonschema==4.25.1 jsonschema-specifications==2025.9.1 packaging==25.0 diff --git a/frontend/app/(auth)/login/page.tsx b/frontend/app/(auth)/login/page.tsx index 1e3cd4e..6c9062d 100644 --- a/frontend/app/(auth)/login/page.tsx +++ b/frontend/app/(auth)/login/page.tsx @@ -73,17 +73,7 @@ const LoginPage = () => { return (