diff --git a/common_linters.mk b/common_linters.mk index 350cd4c..b3f82b6 100644 --- a/common_linters.mk +++ b/common_linters.mk @@ -36,7 +36,7 @@ endif # Actions .PHONY: linter.superlinter lint.superlinter: #! Run Super Linter as a static analysis tool to scan the codebase. - docker run --rm --name=$(PROJECT_NAME)-$(VERSION)-scanner -e SHELL=/bin/bash -e IGNORE_GITIGNORED_FILES=true -e RUN_LOCAL=$(RUN_LOCAL) -e DEFAULT_BRANCH=$(DEFAULT_BRANCH) -e FILTER_REGEX_EXCLUDE="$(FILTER_REGEX_EXCLUDE)" $(SUPER_LINTER_FMT) --mount type=bind,src=$(ROOT),dst=/tmp/lint/ --mount type=volume,dst=/tmp/lint/$(shell basename $(BUILD_TOOLS_FOLDER)) ghcr.io/super-linter/super-linter:v7.2.0 + docker run --rm --name=$(PROJECT_NAME)-$(VERSION)-scanner -e SHELL=/bin/bash -e IGNORE_GITIGNORED_FILES=true -e RUN_LOCAL=$(RUN_LOCAL) -e DEFAULT_BRANCH=$(DEFAULT_BRANCH) -e FILTER_REGEX_EXCLUDE="$(FILTER_REGEX_EXCLUDE)" $(SUPER_LINTER_FMT) --mount type=bind,src=$(ROOT),dst=/tmp/lint/ --mount type=volume,dst=/tmp/lint/$(shell basename $(BUILD_TOOLS_FOLDER)) ghcr.io/super-linter/super-linter:v7.2.1 .PHONY: lint.hadolint lint.hadolint: #! Run Hadolint as a static analysis tool to scan the Dockerfile. diff --git a/dart/.github/workflows/linter.yml b/dart/.github/workflows/linter.yml index 796fc9d..80da096 100644 --- a/dart/.github/workflows/linter.yml +++ b/dart/.github/workflows/linter.yml @@ -26,7 +26,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: stable - flutter-version: 3.19.6 + flutter-version: 3.24.4 - name: Lint run: make lint diff --git a/dart/.github/workflows/release.yml b/dart/.github/workflows/release.yml index 6a012f2..d2b0e3c 100644 --- a/dart/.github/workflows/release.yml +++ b/dart/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: stable - flutter-version: 3.19.6 + flutter-version: 3.24.4 - name: Build APK run: make build diff --git a/dart/.github/workflows/test.yml b/dart/.github/workflows/test.yml index 73fc701..6915451 100644 --- a/dart/.github/workflows/test.yml +++ b/dart/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: stable - flutter-version: 3.19.6 + flutter-version: 3.24.4 - name: Perform tests run: make test diff --git a/dart/README.md b/dart/README.md index 7d66e7c..782e3bc 100644 --- a/dart/README.md +++ b/dart/README.md @@ -6,8 +6,8 @@ Optionally, you can also set up [Firebase](https://firebase.google.com/). ## Prerequisites -- [Dart 3.3.4](https://dart.dev/); -- (Optional) [Flutter 3.19.6](https://flutter.dev/); +- [Dart 3.5.4](https://dart.dev/); +- (Optional) [Flutter 3.24.4](https://flutter.dev/); - (Optional) [Firebase](https://firebase.google.com/); ### Install diff --git a/python/requirements.txt b/python/requirements.txt index eb246dd..2a088d4 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,6 +1,6 @@ -coverage==7.5.0 -black==24.4.2 +coverage==7.6.10 +black==24.10.0 isort==5.13.2 -pdoc==14.4.0 +pdoc==15.0.1 build==1.2.1 no_implicit_optional==1.4 \ No newline at end of file