Skip to content

Commit

Permalink
Update dev container and dependencies (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito authored May 15, 2024
1 parent 3b85f80 commit de0c95f
Show file tree
Hide file tree
Showing 8 changed files with 865 additions and 423 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/python:1-3.12-bullseye
FROM mcr.microsoft.com/devcontainers/python:1-3.12-bookworm

ENV PYTHONUNBUFFERED 1

Expand Down
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.4.3
rev: v0.4.4
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.12",
"ghga-service-commons[api] >= 3.1",
"ghga-event-schemas >= 3.1",
"hexkit[akafka,s3,mongodb] >= 3.0",
"ghga-event-schemas >= 3.3",
"hexkit[akafka,s3,mongodb] >= 3.1",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion lock/requirements-dev-template.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ setuptools>=69.5
# required since switch to pyproject.toml and pip-tools
tomli_w>=1.0

uv>=0.1.39
uv>=0.1.44
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]>=3.4.1
testcontainers[kafka,mongo]>=4.4.1
674 changes: 443 additions & 231 deletions lock/requirements-dev.txt

Large diffs are not rendered by default.

598 changes: 414 additions & 184 deletions lock/requirements.txt

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ description = "My-Microservice - a short description"
dependencies = [
"typer >= 0.12",
"ghga-service-commons[api] >= 3.1",
"ghga-event-schemas >= 3.1",
"hexkit[akafka,s3,mongodb] >= 3.0",
"ghga-event-schemas >= 3.3",
"hexkit[akafka,s3,mongodb] >= 3.1",
]

[project.license]
Expand Down

0 comments on commit de0c95f

Please sign in to comment.