File tree Expand file tree Collapse file tree 7 files changed +536
-547
lines changed
swift_browser_ui_frontend Expand file tree Collapse file tree 7 files changed +536
-547
lines changed Original file line number Diff line number Diff line change 12
12
steps :
13
13
- name : Dependabot metadata
14
14
id : metadata
15
- uses : dependabot/fetch-metadata@v2.1 .0
15
+ uses : dependabot/fetch-metadata@v2.2 .0
16
16
with :
17
17
github-token : " ${{ secrets.GITHUB_TOKEN }}"
18
18
- name : Wait other jobs are passed or failed
Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- uses : actions/checkout@v4
17
- - uses : rojopolis/spellcheck-github-actions@0.38 .0
17
+ - uses : rojopolis/spellcheck-github-actions@0.41 .0
18
18
name : Spellcheck
19
19
with :
20
20
config_path : .pyspelling.yml
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN cd /root/swift-browser-ui/swift_browser_ui_frontend/wasm \
19
19
&& npx webpack --config "./wasm-webpack.config.js"
20
20
21
21
# Build upworker and downworker WebAssembly contents
22
- FROM ghcr.io/cscfi/docker-emscripten-crypt4gh:1.4.0 AS WASMCRYPT
22
+ FROM ghcr.io/cscfi/docker-emscripten-crypt4gh:1.4.1 AS WASMCRYPT
23
23
24
24
COPY --from=WEBPACK_WASM_PREPROCESS /root/swift-browser-ui/swift_browser_ui_frontend/wasm/ /src/
25
25
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN cd /root/swift-browser-ui/swift_browser_ui_frontend/wasm \
19
19
&& npx webpack --config "./wasm-webpack.config.js"
20
20
21
21
# Build upworker and downworker WebAssembly contents
22
- FROM ghcr.io/cscfi/docker-emscripten-crypt4gh:1.4.0 AS WASMCRYPT
22
+ FROM ghcr.io/cscfi/docker-emscripten-crypt4gh:1.4.1 AS WASMCRYPT
23
23
24
24
COPY --from=WEBPACK_WASM_PREPROCESS /root/swift-browser-ui/swift_browser_ui_frontend/wasm/ /src/
25
25
Original file line number Diff line number Diff line change @@ -24,45 +24,45 @@ classifiers = [
24
24
dependencies = [
25
25
" aiohttp-session==2.12.0" ,
26
26
" aiohttp==3.10.5" ,
27
- " redis==5.0.7 " ,
27
+ " redis==5.0.8 " ,
28
28
" asyncpg==0.29.0" ,
29
29
" certifi==2024.7.4" ,
30
30
" click==8.1.7" ,
31
31
" cryptography==43.0.0" ,
32
32
" gunicorn==22.0.0" ,
33
- " keystoneauth1==5.6 .0" ,
33
+ " keystoneauth1==5.7 .0" ,
34
34
" oidcrp==2.1.4" ,
35
35
" python-swiftclient==4.6.0" ,
36
- " uvloop==0.19 .0" ,
36
+ " uvloop==0.20 .0" ,
37
37
" msgpack==1.0.8" ,
38
38
]
39
39
40
40
[project .optional-dependencies ]
41
41
docs = [
42
- " sphinx==7.3 .7" ,
42
+ " sphinx==7.4 .7" ,
43
43
" sphinx_rtd_theme==2.0.0" ,
44
44
]
45
45
test = [
46
- " black==24.4.2 " ,
47
- " coverage==7.5.4 " ,
46
+ " black==24.8.0 " ,
47
+ " coverage==7.6.1 " ,
48
48
" flake8-docstrings==1.7.0" ,
49
- " flake8==7.1.0 " ,
50
- " mypy==1.10 .1" ,
49
+ " flake8==7.1.1 " ,
50
+ " mypy==1.11 .1" ,
51
51
" pytest-cov==5.0.0" ,
52
52
" pytest-xdist==3.6.1" ,
53
- " pytest==8.2 .2" ,
54
- " tox==4.15.1 " ,
55
- " setuptools==70.1.1 " ,
53
+ " pytest==8.3 .2" ,
54
+ " tox==4.18.0 " ,
55
+ " setuptools==70.3.0 " ,
56
56
]
57
57
ui_test = [
58
58
" pytest-timeout==2.3.1" ,
59
- " pytest==8.2 .2" ,
59
+ " pytest==8.3 .2" ,
60
60
]
61
61
dev = [
62
62
" honcho==1.1.0" ,
63
- " pre-commit==3.7.1 " ,
63
+ " pre-commit==3.8.0 " ,
64
64
" pyspelling==2.10" ,
65
- " ruff==0.5.0 " ,
65
+ " ruff==0.6.2 " ,
66
66
" types-certifi" ,
67
67
" types-redis" ,
68
68
" types-requests" ,
Original file line number Diff line number Diff line change 1
1
aiohttp == 3.10.5
2
2
aiohttp-session == 2.12.0
3
- redis == 5.0.7
3
+ redis == 5.0.8
4
4
asyncpg == 0.29.0
5
5
certifi == 2024.7.4
6
6
click == 8.1.7
7
7
cryptography == 43.0.0
8
8
gunicorn == 22.0.0
9
- keystoneauth1 == 5.6 .0
9
+ keystoneauth1 == 5.7 .0
10
10
oidcrp == 2.1.4
11
11
python-swiftclient == 4.6.0
12
- uvloop == 0.19 .0
12
+ uvloop == 0.20 .0
13
13
msgpack == 1.0.8
You can’t perform that action at this time.
0 commit comments