Skip to content

Commit 62ae490

Browse files
Update all non-major backend dependencies
1 parent 8fd118f commit 62ae490

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

backend/poetry.lock

Lines changed: 13 additions & 13 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,18 +18,18 @@ dependencies = [
1818
"django-celery-results==2.6.0",
1919
"django-cors-headers==4.9.0",
2020
"django-filter==25.2",
21-
"django-health-check[celery,redis]==4.2.1",
21+
"django-health-check[celery,redis]==4.2.2",
2222
"django-phonenumber-field[phonenumbers]==8.4.0",
2323
"django-simple-history==3.11.0",
2424
"drf-spectacular==0.29.0",
25-
"google-api-python-client==2.193.0",
25+
"google-api-python-client==2.194.0",
2626
"google-auth-httplib2==0.3.1",
2727
"google-auth-oauthlib==1.3.1",
2828
"jsonschema[format]==4.26.0",
2929
"libgravatar==1.0.4",
3030
"python-decouple==3.8",
3131
"requests==2.33.1",
32-
"sentry-sdk==2.57.0",
32+
"sentry-sdk==2.58.0",
3333
"social-auth-app-django==5.7.0",
3434
"whitenoise[brotli]==6.12.0"
3535
]
@@ -98,7 +98,7 @@ psycopg = {extras = ["c"], version = "3.3.3"}
9898

9999
[tool.poetry.group.test.dependencies]
100100
model_bakery = "1.23.4"
101-
pytest = "9.0.2"
101+
pytest = "9.0.3"
102102
pytest-cov = "7.1.0"
103103
pytest-django = "4.12.0"
104104
pytest-xdist = {extras = ["psutil"], version = "3.8.0"}

0 commit comments

Comments
 (0)