Skip to content

Commit 5f407bb

Browse files
committed
Merge PR #1049.
2 parents c9d4377 + 53b27e6 commit 5f407bb

File tree

9 files changed

+61
-61
lines changed

9 files changed

+61
-61
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: subosito/flutter-action@v2
1818
with:
1919
channel: 'stable'
20-
flutter-version: '3.7.10'
20+
flutter-version: '3.7.11'
2121
- run: |
2222
flutter config
2323
flutter --version

.github/workflows/check-strings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
runs-on: ubuntu-latest
99
env:
10-
FLUTTER: '3.7.10'
10+
FLUTTER: '3.7.11'
1111

1212
steps:
1313
- uses: actions/checkout@v3

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: subosito/flutter-action@v2
4444
with:
4545
channel: 'stable'
46-
flutter-version: '3.7.10'
46+
flutter-version: '3.7.11'
4747
- run: |
4848
flutter config
4949
flutter --version

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
env:
1010
PYVER: '3.11.3'
11-
FLUTTER: '3.7.10'
11+
FLUTTER: '3.7.11'
1212
container:
1313
image: ubuntu:18.04
1414
env:

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
channel: 'stable'
5151
architecture: 'x64'
52-
flutter-version: '3.7.10'
52+
flutter-version: '3.7.11'
5353
- run: flutter config --enable-macos-desktop
5454
- run: flutter --version
5555

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: subosito/flutter-action@v2
4646
with:
4747
channel: 'stable'
48-
flutter-version: '3.7.10'
48+
flutter-version: '3.7.11'
4949
- run: flutter config --enable-windows-desktop
5050
- run: flutter --version
5151

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ allprojects {
2727

2828
yubiKitVersion = "2.2.0"
2929
junitVersion = "4.13.2"
30-
mockitoVersion = "5.2.0"
30+
mockitoVersion = "5.3.0"
3131
}
3232
}
3333

helper/poetry.lock

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

helper/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ packages = [
1010

1111
[tool.poetry.dependencies]
1212
python = "^3.8"
13-
yubikey-manager = "5.0.1"
14-
mss = "^8.0.1"
13+
yubikey-manager = "5.1.0"
14+
mss = "^8.0.3"
1515
zxing-cpp = "^2.0.0"
1616
Pillow = "^9.5.0"
1717

1818
[tool.poetry.dev-dependencies]
19-
pyinstaller = {version = "^5.9", python = "<3.12"}
20-
pytest = "^7.3.0"
19+
pyinstaller = {version = "^5.10.1", python = "<3.12"}
20+
pytest = "^7.3.1"
2121

2222
[build-system]
2323
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)