Skip to content

Commit 307af31

Browse files
Update ruff and dependencies (#221)
1 parent 1cf4756 commit 307af31

File tree

6 files changed

+1339
-1311
lines changed

6 files changed

+1339
-1311
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ repos:
4545
- id: no-commit-to-branch
4646
args: [--branch, dev, --branch, int, --branch, main]
4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.8.0
48+
rev: v0.9.4
4949
hooks:
5050
- id: ruff
5151
args: [--fix, --exit-non-zero-on-fix]
5252
- id: ruff-format
5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: v1.13.0
54+
rev: v1.15.0
5555
hooks:
5656
- id: mypy
5757
args: [--no-warn-unused-ignores]

.pyproject_generation/pyproject_custom.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ version = "0.1.0"
55
description = "My-Microservice - a short description"
66
dependencies = [
77
"typer >= 0.12",
8-
"ghga-service-commons[api] >= 3.1",
8+
"ghga-service-commons[api] >= 3.3",
99
"ghga-event-schemas >= 3.3",
10-
"hexkit[akafka,s3,mongodb] >= 3.2",
10+
"hexkit[akafka,s3,mongodb] >= 4.0",
1111
]
1212

1313
[project.urls]

0 commit comments

Comments
 (0)