Skip to content

Commit f85d3d8

Browse files
committed
Merge branch 'dev' of https://github.com/MaibornWolff/SecObserve into stackable
2 parents 33fd7c9 + f712da5 commit f85d3d8

File tree

8 files changed

+164
-165
lines changed

8 files changed

+164
-165
lines changed

.github/workflows/build_push_dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
2121
-
2222
name: Set up Docker Buildx
23-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
23+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
2424
-
2525
name: Login to Stackable Harbor
2626
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
@@ -62,7 +62,7 @@ jobs:
6262
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
6363
-
6464
name: Set up Docker Buildx
65-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
65+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
6666
-
6767
name: Login to Stackable Harbor
6868
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0

.github/workflows/build_push_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
2525
-
2626
name: Set up Docker Buildx
27-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
27+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
2828
-
2929
name: Login to Docker Hub
3030
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
@@ -62,7 +62,7 @@ jobs:
6262
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
6363
-
6464
name: Set up Docker Buildx
65-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
65+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
6666
-
6767
name: Login to Docker Hub
6868
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0

backend/poetry.lock

Lines changed: 48 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ django-extensions = { version = "4.1", optional = true } # https://github.com/d
7474
# Unittest dependencies
7575
# ------------------------------------------------------------------------------
7676
coverage = { version = "7.9.1", optional = true } # https://github.com/nedbat/coveragepy
77-
django-coverage-plugin = { version = "3.1.0", optional = true } # https://github.com/nedbat/django_coverage_plugin
77+
django-coverage-plugin = { version = "3.1.1", optional = true } # https://github.com/nedbat/django_coverage_plugin
7878

7979
# Code quality dependencies
8080
# ------------------------------------------------------------------------------
@@ -83,8 +83,8 @@ flake8-isort = { version = "6.1.2", optional = true } # https://github.com/gfor
8383
black = { version = "25.1.0", optional = true } # https://github.com/psf/black
8484
pylint = { version = "3.3.7", optional = true } # https://github.com/pylint-dev/pylint
8585
pylint-django = { version = "2.6.1", optional = true } # https://github.com/PyCQA/pylint-django
86-
mypy = { version = "1.16.0", optional = true } # https://github.com/python/mypy
87-
django-stubs = { version = "5.2.0", optional = true } # https://github.com/typeddjango/django-stubs
86+
mypy = { version = "1.16.1", optional = true } # https://github.com/python/mypy
87+
django-stubs = { version = "5.2.1", optional = true } # https://github.com/typeddjango/django-stubs
8888
djangorestframework-stubs = { version = "3.16.0", optional = true } # https://github.com/typeddjango/djangorestframework-stubs
8989
types-PyMySQL = { version = "1.1.0.20250516", optional = true } # https://github.com/python/typeshed
9090
# import-linter = "2.0" # https://github.com/seddonym/import-linter --> Cannot be build with Docker

end_to_end_tests/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

end_to_end_tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"author": "",
1010
"devDependencies": {
1111
"@playwright/test": "1.52.0",
12-
"@types/node": "22.15.31"
12+
"@types/node": "22.15.32"
1313
}
1414
}

0 commit comments

Comments
 (0)