Skip to content

Commit 25de539

Browse files
committed
Update classifiers and dependencies
1 parent fcc0618 commit 25de539

File tree

6 files changed

+1165
-1002
lines changed

6 files changed

+1165
-1002
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ 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.11.2
48+
rev: v0.11.8
4949
hooks:
5050
- id: ruff
5151
args: [--fix, --exit-non-zero-on-fix]

.pyproject_generation/pyproject_custom.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ description = "My-Microservice - a short description"
66
dependencies = [
77
"typer >= 0.15",
88
"ghga-service-commons[api] >= 4.0",
9-
"ghga-event-schemas >= 4.0",
10-
"hexkit[akafka,s3,mongodb] >= 4.0",
9+
"ghga-event-schemas >= 6.0",
10+
"hexkit[akafka,s3,mongodb] >= 4.5",
1111
]
1212

1313
[project.urls]

lock/requirements-dev.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
-r requirements-dev-template.in
55

66
# additional requirements can be listed here
7-
testcontainers[kafka,mongo]>=4.9.2
7+
testcontainers[kafka,mongo]>=4.10

0 commit comments

Comments
 (0)