Skip to content

Commit c9567a4

Browse files
committed
Update deps
1 parent 3827e0d commit c9567a4

File tree

5 files changed

+708
-479
lines changed

5 files changed

+708
-479
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ repos:
4848
- id: no-commit-to-branch
4949
args: [--branch, dev, --branch, int, --branch, main]
5050
- repo: https://github.com/astral-sh/ruff-pre-commit
51-
rev: v0.12.4
51+
rev: v0.12.8
5252
hooks:
5353
- id: ruff
5454
args: [--fix, --exit-non-zero-on-fix]
5555
- id: ruff-format
5656
- repo: https://github.com/pre-commit/mirrors-mypy
57-
rev: v1.17.0
57+
rev: v1.17.1
5858
hooks:
5959
- id: mypy
6060
args: [--no-warn-unused-ignores]

.pyproject_generation/pyproject_custom.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = ["pydantic >=2, <3"]
1010

1111
[project.optional-dependencies]
1212
api = [
13-
"fastapi>=0.115.3, <0.116",
13+
"fastapi[standard-no-fastapi-cloud-cli]>=0.115.3, <0.117",
1414
"uvicorn[standard]>=0.34, <0.35",
1515
"ghga-service-commons[http,objectstorage]",
1616
]

0 commit comments

Comments
 (0)