Skip to content

Commit a47d61f

Browse files
Update all non-major backend dependencies
1 parent 2665f43 commit a47d61f

2 files changed

Lines changed: 24 additions & 18 deletions

File tree

backend/poetry.lock

Lines changed: 20 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.23.5",
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.189.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.52.0",
3434
"social-auth-app-django==5.7.0",
3535
"whitenoise[brotli]==6.11.0"
3636
]
@@ -95,7 +95,7 @@ psycopg = {extras = ["binary"], version = "3.3.2"}
9595
optional = true
9696

9797
[tool.poetry.group.prod.dependencies]
98-
gunicorn = "25.0.1"
98+
gunicorn = "25.0.3"
9999
psycopg = {extras = ["c"], version = "3.3.2"}
100100

101101
[tool.poetry.group.test.dependencies]

0 commit comments

Comments
 (0)