diff --git a/backend/poetry.lock b/backend/poetry.lock index a5bf1b1f1..324a7a9e8 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -907,14 +907,14 @@ drf = ["djangorestframework"] [[package]] name = "django-health-check" -version = "4.2.2" +version = "4.4.0" description = "Monitor the health of your Django app and its connected services." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "django_health_check-4.2.2-py3-none-any.whl", hash = "sha256:86689c6d5f1cdfe7d9ca6830df17b26fdd920fb1b1d221314cb1e6d60eaeecd8"}, - {file = "django_health_check-4.2.2.tar.gz", hash = "sha256:66f9861be1c53607fd26037eb8c9dae58db8c23e34af0792bc6f9d78f28fa64c"}, + {file = "django_health_check-4.4.0-py3-none-any.whl", hash = "sha256:23595410569c4987c60bd44cd7e5a59a0f2826c838499ffe887a976905314753"}, + {file = "django_health_check-4.4.0.tar.gz", hash = "sha256:1529886e49c8b443454e129e36fd024a09d025268ae8fb2e60816482c64530bb"}, ] [package.dependencies] @@ -2407,14 +2407,14 @@ files = [ [[package]] name = "social-auth-app-django" -version = "5.7.0" +version = "5.8.0" description = "Python Social Authentication, Django integration." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "social_auth_app_django-5.7.0-py3-none-any.whl", hash = "sha256:492b6f64e1e9fa5ed62b24bc19bde31c235fd4eb7fbd5c310e999e752b8f699a"}, - {file = "social_auth_app_django-5.7.0.tar.gz", hash = "sha256:c0cc118d1bb935dbf02acb8a57fabd7b07694452fce755a5956282c69f019c79"}, + {file = "social_auth_app_django-5.8.0-py3-none-any.whl", hash = "sha256:c4ecbbbb1fd42143aaa16e2b18a1d77d652939385bcc6a0ff53af3bacd65e5f4"}, + {file = "social_auth_app_django-5.8.0.tar.gz", hash = "sha256:512d4a0f28f29d961badad14ed9b7247e4b3f870ed8f261035735a7ac69f4455"}, ] [package.dependencies] @@ -2422,7 +2422,7 @@ Django = ">=5.1" social-auth-core = ">=4.8.3,<4.9.0" [package.extras] -dev = ["coverage (>=3.6)", "django-stubs (==5.2.8)", "django-stubs-ext (==5.2.8)", "mypy (==1.19.1)", "pre-commit", "pyright (==1.1.407)", "tox"] +dev = ["coverage (>=3.6)", "django-stubs (==6.0.3)", "django-stubs-ext (==6.0.3)", "mypy (==1.20.1)", "pre-commit", "pyright (==1.1.408)", "tox"] [[package]] name = "social-auth-core" @@ -2724,4 +2724,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.1" python-versions = ">=3.14" -content-hash = "f4690101672dda8b29693e9bf265985dda4853c8a4a5c989ae989d941227808e" +content-hash = "77cdc16c038ede7102d72fa353223a12cb89a1c58777179b63a6691bd63a47b8" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 8be2996ee..ac352d6ac 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "django-celery-results==2.6.0", "django-cors-headers==4.9.0", "django-filter==25.2", - "django-health-check[celery,redis]==4.2.2", + "django-health-check[celery,redis]==4.4.0", "django-phonenumber-field[phonenumbers]==8.4.0", "django-simple-history==3.11.0", "drf-spectacular==0.29.0", @@ -30,7 +30,7 @@ dependencies = [ "python-decouple==3.8", "requests==2.33.1", "sentry-sdk==2.58.0", - "social-auth-app-django==5.7.0", + "social-auth-app-django==5.8.0", "whitenoise[brotli]==6.12.0" ]