Commit 93d8207 Joonatan Mäkinen
committed
File tree 5 files changed +520
-442
lines changed
swift_browser_ui_frontend
5 files changed +520
-442
lines changed 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.42 .0
17
+ - uses : rojopolis/spellcheck-github-actions@0.43 .0
18
18
name : Spellcheck
19
19
with :
20
20
config_path : .pyspelling.yml
Original file line number Diff line number Diff line change 1
1
# We use this image in ci so the packages don't have to be installed on each run
2
2
# and we can run both frontend and backend with it
3
3
4
- FROM docker.io/python:3.12 -slim-bullseye
4
+ FROM docker.io/python:3.13 -slim-bullseye
5
5
6
6
ENV PYTHONUNBUFFERED=1
7
7
ENV DEBIAN_FRONTEND=noninteractive
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ classifiers = [
23
23
]
24
24
dependencies = [
25
25
" aiohttp-session==2.12.1" ,
26
- " aiohttp==3.10.8 " ,
27
- " redis==5.1.0 " ,
26
+ " aiohttp==3.10.10 " ,
27
+ " redis==5.1.1 " ,
28
28
" asyncpg==0.29.0" ,
29
29
" certifi==2024.8.30" ,
30
30
" click==8.1.7" ,
@@ -43,15 +43,15 @@ docs = [
43
43
" sphinx_rtd_theme==2.0.0" ,
44
44
]
45
45
test = [
46
- " black==24.8 .0" ,
47
- " coverage==7.6.1 " ,
46
+ " black==24.10 .0" ,
47
+ " coverage==7.6.3 " ,
48
48
" flake8-docstrings==1.7.0" ,
49
49
" flake8==7.1.1" ,
50
- " mypy==1.11.2 " ,
50
+ " mypy==1.12.0 " ,
51
51
" pytest-cov==5.0.0" ,
52
52
" pytest-xdist==3.6.1" ,
53
53
" pytest==8.3.3" ,
54
- " tox==4.20.0 " ,
54
+ " tox==4.21.2 " ,
55
55
" setuptools==71.1.0" ,
56
56
]
57
57
ui_test = [
@@ -62,7 +62,7 @@ dev = [
62
62
" honcho==2.0.0" ,
63
63
" pre-commit==3.8.0" ,
64
64
" pyspelling==2.10" ,
65
- " ruff==0.6.8 " ,
65
+ " ruff==0.6.9 " ,
66
66
" types-certifi" ,
67
67
" types-redis" ,
68
68
" types-requests" ,
Original file line number Diff line number Diff line change 1
- aiohttp == 3.10.8
1
+ aiohttp == 3.10.10
2
2
aiohttp-session == 2.12.1
3
- redis == 5.1.0
3
+ redis == 5.1.1
4
4
asyncpg == 0.29.0
5
5
certifi == 2024.8.30
6
6
click == 8.1.7
You can’t perform that action at this time.
0 commit comments