Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #579

Merged
merged 1 commit into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.12-slim
COPY --from=ghcr.io/astral-sh/uv:0.4.1 /uv /bin/uv
COPY --from=ghcr.io/astral-sh/uv:0.4.3 /uv /bin/uv

# 设置时区
ENV TZ=Asia/Shanghai
Expand All @@ -15,7 +15,7 @@
WORKDIR /app

# Django
ENV APP_MODULE home.asgi:application

Check warning on line 18 in Dockerfile

View workflow job for this annotation

GitHub Actions / Docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

# Gunicon 配置
COPY ./docker/gunicorn_conf.py /gunicorn_conf.py
Expand Down
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ name = "smart-home"
version = "0.9.6"
description = "Smart home."
dependencies = [
"django>=5.0.6",
"strawberry-graphql-django>=0.46.2",
"django>=5.1.1",
"strawberry-graphql-django>=0.47.1",
"channels>=4.1.0",
"channels-redis>=4.2.0",
"celery>=5.4.0",
"django-celery-beat>=2.6.0",
"django-celery-beat>=2.7.0",
"django-cleanup>=8.1.0",
"django-mptt>=0.16.0",
"boto3>=1.34.140",
"markdown>=3.6",
"boto3>=1.35.10",
"markdown>=3.7",
"pillow>=10.4.0",
"psycopg[binary]>=3.2.1",
"sentry-sdk>=2.8.0",
"sentry-sdk>=2.13.0",
"geoip2>=4.8.0",
"httpx>=0.27.0",
"httpx>=0.27.2",
]
readme = "README.md"
license = { file = "LICENSE" }
Expand All @@ -31,11 +31,11 @@ Changelog = "https://github.com/he0119/smart-home/blob/master/CHANGELOG.md"

[tool.uv]
dev-dependencies = [
"coverage>=7.5.4",
"coverage>=7.6.1",
"django-cors-headers>=4.4.0",
"eventlet>=0.36.1",
"daphne>=4.1.2",
"strawberry-graphql-django[debug-toolbar]>=0.46.2",
"strawberry-graphql-django[debug-toolbar]>=0.47.1",
"poethepoet>=0.28.0",
]

Expand Down
18 changes: 9 additions & 9 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading