Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
Closes #45
  • Loading branch information
Giglium committed Jan 7, 2025
1 parent 42f9265 commit 75eb360
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion common_linters.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion dart/.github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion dart/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dart/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions dart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions python/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 75eb360

Please sign in to comment.