Skip to content

Commit e7374c4

Browse files
authored
Update classifiers and dependencies (#227)
1 parent fcc0618 commit e7374c4

File tree

8 files changed

+1174
-1011
lines changed

8 files changed

+1174
-1011
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]

.pyproject_generation/pyproject_template.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=78.1"]
2+
requires = ["setuptools>=80.3"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -10,7 +10,7 @@ authors = [
1010
requires-python = ">=3.12"
1111
license = { text = "Apache 2.0" }
1212
classifiers = [
13-
"Development Status :: 1 - Planning",
13+
"Development Status :: 5 - Production/Stable",
1414
"Operating System :: POSIX :: Linux",
1515
"Programming Language :: Python :: 3",
1616
"Programming Language :: Python :: 3.12",

lock/requirements-dev-template.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
pytest>=8.3
44
pytest-asyncio>=0.26
5-
pytest-cov>=6
5+
pytest-cov>=6.1
66
snakeviz>=2.2
77
logot>=1.3
88

@@ -19,14 +19,14 @@ typer>=0.15
1919
httpx>=0.28
2020
pytest-httpx>=0.35
2121

22-
urllib3>=2.3
23-
requests>=2.31
22+
urllib3>=2.4
23+
requests>=2.32
2424

2525
casefy>=1.1
2626
jsonschema2md>=1.5
27-
setuptools>=78.1
27+
setuptools>=80.3
2828

2929
# required since switch to pyproject.toml and pip-tools
3030
tomli_w>=1.2
3131

32-
uv>=0.6.10
32+
uv>=0.7.2

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

lock/requirements-dev.txt

Lines changed: 644 additions & 607 deletions
Large diffs are not rendered by default.

lock/requirements.txt

Lines changed: 515 additions & 389 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools>=78.1",
3+
"setuptools>=80.3",
44
]
55
build-backend = "setuptools.build_meta"
66

@@ -11,7 +11,7 @@ authors = [
1111
]
1212
requires-python = ">=3.12"
1313
classifiers = [
14-
"Development Status :: 1 - Planning",
14+
"Development Status :: 5 - Production/Stable",
1515
"Operating System :: POSIX :: Linux",
1616
"Programming Language :: Python :: 3",
1717
"Programming Language :: Python :: 3.12",
@@ -26,8 +26,8 @@ description = "My-Microservice - a short description"
2626
dependencies = [
2727
"typer >= 0.15",
2828
"ghga-service-commons[api] >= 4.0",
29-
"ghga-event-schemas >= 4.0",
30-
"hexkit[akafka,s3,mongodb] >= 4.0",
29+
"ghga-event-schemas >= 6.0",
30+
"hexkit[akafka,s3,mongodb] >= 4.5",
3131
]
3232

3333
[project.license]

0 commit comments

Comments
 (0)