Skip to content
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 .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repos:
- id: no-commit-to-branch
args: [--branch, dev, --branch, int, --branch, main]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.2
rev: v0.11.8
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
4 changes: 2 additions & 2 deletions .pyproject_generation/pyproject_custom.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ description = "My-Microservice - a short description"
dependencies = [
"typer >= 0.15",
"ghga-service-commons[api] >= 4.0",
"ghga-event-schemas >= 4.0",
"hexkit[akafka,s3,mongodb] >= 4.0",
"ghga-event-schemas >= 6.0",
"hexkit[akafka,s3,mongodb] >= 4.5",
]

[project.urls]
Expand Down
4 changes: 2 additions & 2 deletions .pyproject_generation/pyproject_template.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=78.1"]
requires = ["setuptools>=80.3"]
build-backend = "setuptools.build_meta"

[project]
Expand All @@ -10,7 +10,7 @@ authors = [
requires-python = ">=3.12"
license = { text = "Apache 2.0" }
classifiers = [
"Development Status :: 1 - Planning",
"Development Status :: 5 - Production/Stable",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12",
Expand Down
10 changes: 5 additions & 5 deletions lock/requirements-dev-template.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pytest>=8.3
pytest-asyncio>=0.26
pytest-cov>=6
pytest-cov>=6.1
snakeviz>=2.2
logot>=1.3

Expand All @@ -19,14 +19,14 @@ typer>=0.15
httpx>=0.28
pytest-httpx>=0.35

urllib3>=2.3
requests>=2.31
urllib3>=2.4
requests>=2.32

casefy>=1.1
jsonschema2md>=1.5
setuptools>=78.1
setuptools>=80.3

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

uv>=0.6.10
uv>=0.7.2
2 changes: 1 addition & 1 deletion lock/requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
-r requirements-dev-template.in

# additional requirements can be listed here
testcontainers[kafka,mongo]>=4.9.2
testcontainers[kafka,mongo]>=4.10
1,251 changes: 644 additions & 607 deletions lock/requirements-dev.txt

Large diffs are not rendered by default.

904 changes: 515 additions & 389 deletions lock/requirements.txt

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools>=78.1",
"setuptools>=80.3",
]
build-backend = "setuptools.build_meta"

Expand All @@ -11,7 +11,7 @@ authors = [
]
requires-python = ">=3.12"
classifiers = [
"Development Status :: 1 - Planning",
"Development Status :: 5 - Production/Stable",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12",
Expand All @@ -26,8 +26,8 @@ description = "My-Microservice - a short description"
dependencies = [
"typer >= 0.15",
"ghga-service-commons[api] >= 4.0",
"ghga-event-schemas >= 4.0",
"hexkit[akafka,s3,mongodb] >= 4.0",
"ghga-event-schemas >= 6.0",
"hexkit[akafka,s3,mongodb] >= 4.5",
]

[project.license]
Expand Down