@@ -18,19 +18,19 @@ dependencies = [
1818 " django-celery-results==2.6.0" ,
1919 " django-cors-headers==4.9.0" ,
2020 " django-filter==25.2" ,
21- " django-health-check==3.20.8 " ,
21+ " django-health-check==3.24.0 " ,
2222 " django-phonenumber-field[phonenumbers]==8.4.0" ,
2323 " django-simple-history==3.11.0" ,
2424 " drf-recaptcha==4.0.3" ,
2525 " drf-spectacular==0.29.0" ,
26- " google-api-python-client==2.188 .0" ,
26+ " google-api-python-client==2.190 .0" ,
2727 " google-auth-httplib2==0.3.0" ,
2828 " google-auth-oauthlib==1.2.4" ,
2929 " jsonschema[format]==4.26.0" ,
3030 " libgravatar==1.0.4" ,
3131 " python-decouple==3.8" ,
3232 " requests==2.32.5" ,
33- " sentry-sdk==2.50 .0" ,
33+ " sentry-sdk==2.53 .0" ,
3434 " social-auth-app-django==5.7.0" ,
3535 " whitenoise[brotli]==6.11.0"
3636]
@@ -95,14 +95,14 @@ psycopg = {extras = ["binary"], version = "3.3.2"}
9595optional = true
9696
9797[tool .poetry .group .prod .dependencies ]
98- gunicorn = " 25.0.1 "
98+ gunicorn = " 25.1.0 "
9999psycopg = {extras = [" c" ], version = " 3.3.2" }
100100
101101[tool .poetry .group .test .dependencies ]
102- model_bakery = " 1.23.2 "
102+ model_bakery = " 1.23.3 "
103103pytest = " 9.0.2"
104104pytest-cov = " 7.0.0"
105- pytest-django = " 4.11.1 "
105+ pytest-django = " 4.12.0 "
106106pytest-xdist = {extras = [" psutil" ], version = " 3.8.0" }
107107responses = " 0.25.8"
108108time-machine = " 3.2.0"
0 commit comments