Skip to content

Commit 1602838

Browse files
committed
chore(deps): 모든 직접 의존성을 PyPI 최신 버전으로 업데이트
1 parent 3055e53 commit 1602838

3 files changed

Lines changed: 338 additions & 292 deletions

File tree

app/core/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@
376376
"DEFAULT_RENDERER_CLASSES": ("rest_framework.renderers.JSONRenderer",),
377377
"EXCEPTION_HANDLER": "drf_standardized_errors.handler.exception_handler",
378378
"DEFAULT_FILTER_BACKENDS": ("django_filters.rest_framework.DjangoFilterBackend",),
379+
"URL_FORMAT_OVERRIDE": None,
379380
}
380381

381382
# DRF Spectacular Settings

pyproject.toml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,53 +6,53 @@ readme = "README.md"
66
requires-python = "==3.12.*"
77
dependencies = [
88
"argon2-cffi>=25.1.0",
9-
"boto3 (>=1.37.37,<2.0.0)",
10-
"celery[redis]>=5.5.0",
11-
"cryptography>=43.0.0",
12-
"django>=6.0.4",
13-
"django-allauth[openid,socialaccount]>=65.0.0",
9+
"boto3 (>=1.43.11,<2.0.0)",
10+
"celery[redis]>=5.6.3",
11+
"cryptography>=48.0.0",
12+
"django>=6.0.5",
13+
"django-allauth[headless,openid,socialaccount]>=65.16.1",
1414
"django-constance>=4.3.5",
1515
"django-cors-headers>=4.9.0",
1616
"django-environ>=0.13.0",
1717
"django-extensions>=4.1",
1818
"django-filter>=25.2",
19-
"django-modeltranslation>=0.20.2",
19+
"django-modeltranslation>=0.20.3",
2020
"django-picklefield>=3.4.0",
2121
"django-simple-history>=3.11.0",
2222
"django-storages[s3]>=1.14.6",
2323
"djangorestframework>=3.17.1",
2424
"drf-spectacular>=0.29.0",
25-
"drf-standardized-errors[openapi]>=0.15.0",
26-
"faker>=40.13.0",
27-
"gunicorn>=25.3.0",
28-
"google-api-python-client>=2.194.0",
29-
"google-auth-httplib2>=0.3.1",
30-
"google-auth-oauthlib>=1.3.1",
25+
"drf-standardized-errors[openapi]>=0.16.0",
26+
"faker>=40.18.0",
27+
"gunicorn>=26.0.0",
28+
"google-api-python-client>=2.196.0",
29+
"google-auth-httplib2>=0.4.0",
30+
"google-auth-oauthlib>=1.4.0",
3131
"httpx>=0.28.1",
3232
"jinja2>=3.1.6",
3333
"model-bakery>=1.23.4",
34-
"packaging>=26.0",
35-
"pandas[excel, performance]>=2.2.3",
36-
"psycopg[binary]>=3.3.3",
34+
"packaging>=26.2",
35+
"pandas[excel, performance]>=3.0.3",
36+
"psycopg[binary]>=3.3.4",
3737
"py-openapi-schema-to-json-schema>=0.0.3",
38-
"sentry-sdk[django]>=2.57.0",
38+
"sentry-sdk[django]>=2.60.0",
3939
"setuptools>=82.0.1",
4040
"shortuuid>=1.0.13",
4141
]
4242

4343
[dependency-groups]
4444
dev = [
45-
"boto3-stubs[essential,s3]>=1.42.86",
46-
"django-stubs[compatible-mypy]>=6.0.2",
47-
"djangorestframework-stubs[compatible-mypy]>=3.16.9",
48-
"ipython>=9.12.0",
49-
"pre-commit>=4.5.1",
45+
"boto3-stubs[essential,s3]>=1.43.11",
46+
"django-stubs[compatible-mypy]>=6.0.4",
47+
"djangorestframework-stubs[compatible-mypy]>=3.17.0",
48+
"ipython>=9.13.0",
49+
"pre-commit>=4.6.0",
5050
"pytest>=9.0.3",
5151
"pytest-django>=4.12.0",
5252
"pytest-socket>=0.7.0",
5353
]
5454
deployment = [
55-
"packaging>=26.0",
55+
"packaging>=26.2",
5656
]
5757

5858
[tool.uv]

0 commit comments

Comments
 (0)