diff --git a/backend/poetry.lock b/backend/poetry.lock index 98343f617..71ed53a0c 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -900,14 +900,14 @@ drf = ["djangorestframework"] [[package]] name = "django-health-check" -version = "4.4.0" +version = "4.4.1" 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.4.0-py3-none-any.whl", hash = "sha256:23595410569c4987c60bd44cd7e5a59a0f2826c838499ffe887a976905314753"}, - {file = "django_health_check-4.4.0.tar.gz", hash = "sha256:1529886e49c8b443454e129e36fd024a09d025268ae8fb2e60816482c64530bb"}, + {file = "django_health_check-4.4.1-py3-none-any.whl", hash = "sha256:363d94e839c90a75e822694f260ca31bd42978d948ad77ea1df18c7f68ff9021"}, + {file = "django_health_check-4.4.1.tar.gz", hash = "sha256:2658c21710c09632f75318bb66b5865ff0721f82bab812193d479680773e4c0b"}, ] [package.dependencies] @@ -2108,14 +2108,14 @@ rpds-py = ">=0.7.0" [[package]] name = "requests" -version = "2.33.1" +version = "2.34.2" description = "Python HTTP for Humans." optional = false python-versions = ">=3.10" groups = ["main", "test"] files = [ - {file = "requests-2.33.1-py3-none-any.whl", hash = "sha256:4e6d1ef462f3626a1f0a0a9c42dd93c63bad33f9f1c1937509b8c5c8718ab56a"}, - {file = "requests-2.33.1.tar.gz", hash = "sha256:18817f8c57c6263968bc123d237e3b8b08ac046f5456bd1e307ee8f4250d3517"}, + {file = "requests-2.34.2-py3-none-any.whl", hash = "sha256:2a0d60c172f83ac6ab31e4554906c0f3b3588d37b5cb939b1c061f4907e278e0"}, + {file = "requests-2.34.2.tar.gz", hash = "sha256:f288924cae4e29463698d6d60bc6a4da69c89185ad1e0bcc4104f584e960b9ed"}, ] [package.dependencies] @@ -2321,14 +2321,14 @@ files = [ [[package]] name = "sentry-sdk" -version = "2.59.0" +version = "2.60.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" groups = ["main"] files = [ - {file = "sentry_sdk-2.59.0-py2.py3-none-any.whl", hash = "sha256:abcf65ee9a9d9cdebf9ad369782408ecca9c1c792686ef06ba34f5ab233527fe"}, - {file = "sentry_sdk-2.59.0.tar.gz", hash = "sha256:cd265808ef8bf3f3edf69b527c0a0b2b6b1322762679e55b8987db2e9584aec1"}, + {file = "sentry_sdk-2.60.0-py3-none-any.whl", hash = "sha256:28a536c03291c8bcb363cf35c611b32738ec118ff64d8d6383b096448ac4c803"}, + {file = "sentry_sdk-2.60.0.tar.gz", hash = "sha256:0bd25e54e78ca02d0be512529fa644bbbf9e8470d7b26371294012d4ca93c978"}, ] [package.dependencies] @@ -2715,4 +2715,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.1" python-versions = ">=3.14" -content-hash = "6e9c049619dfa8d8b57d5413ff2d712bc81078b90037e12d5ce2bb0010bd7069" +content-hash = "6e6053137ba210aba828976eec244b774a9a03408387c2e4f0ab7bcfbbb39ec3" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 2307eb01d..c08fa7775 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.4.0", + "django-health-check[celery,redis]==4.4.1", "django-phonenumber-field[phonenumbers]==8.4.0", "django-simple-history==3.11.0", "drf-spectacular==0.29.0", @@ -28,8 +28,8 @@ dependencies = [ "jsonschema[format]==4.26.0", "libgravatar==1.0.4", "python-decouple==3.8", - "requests==2.33.1", - "sentry-sdk==2.59.0", + "requests==2.34.2", + "sentry-sdk==2.60.0", "social-auth-app-django==5.9.0", "whitenoise[brotli]==6.12.0" ]