File tree Expand file tree Collapse file tree 3 files changed +33
-33
lines changed Expand file tree Collapse file tree 3 files changed +33
-33
lines changed Original file line number Diff line number Diff line change 1
1
Jinja2==3.1.3
2
- PyYAML==5.4
3
- Pygments==2.15.0
4
- Sphinx==1.2b1
5
- cov-core==1.7
6
- coverage==3.6
7
- distribute==0.6.34
8
- docutils==0.10
9
- invoke==0 .2.0
2
+ PyYAML==6.0.1
3
+ Pygments==2.17.2
4
+ Sphinx==7.2.6
5
+ cov-core==1.15.0
6
+ coverage==7.4.1
7
+ distribute==0.7.3
8
+ docutils==0.20.1
9
+ invoke==2 .2.0
10
10
pexpect-u==2.5.1
11
- py==1.10 .0
12
- pytest==6.2.6
11
+ py==1.11 .0
12
+ pytest==8.0.0
13
13
pytest-capturelog==0.7
14
- pytest-cov==1.6
15
- pytest-timeout==0.3
16
- sphinx-bootstrap-theme==0.2.0
17
- tox==1.4.3
18
- virtualenv==1.9.1
14
+ pytest-cov==4.1.0
15
+ pytest-timeout==2.2.0
16
+ sphinx-bootstrap-theme==0.8.1
17
+ tox==4.12.1
18
+ virtualenv==20.25.0
19
19
wsgiref==0.1.2
Original file line number Diff line number Diff line change @@ -29,18 +29,18 @@ dependencies = []
29
29
30
30
[project .optional-dependencies ]
31
31
dev = [
32
- " atomicwrites==1.2 .1" ,
33
- " attrs==19 .2.0" ,
34
- " coverage==6.5.0 " ,
35
- " more-itertools==4.3 .0" ,
36
- " pbr==4.3 .0" ,
37
- " pluggy==1.0 .0" ,
32
+ " atomicwrites==1.4 .1" ,
33
+ " attrs==23 .2.0" ,
34
+ " coverage==7.4.1 " ,
35
+ " more-itertools==10.2 .0" ,
36
+ " pbr==6.0 .0" ,
37
+ " pluggy==1.4 .0" ,
38
38
" py==1.11.0" ,
39
- " pytest==7.2 .0" ,
40
- " pytest-cov==4.0 .0" ,
41
- " PyYAML==5 .1" ,
39
+ " pytest==8.0 .0" ,
40
+ " pytest-cov==4.1 .0" ,
41
+ " PyYAML==6.0 .1" ,
42
42
" invoke==2.2.0" ,
43
- " pytest-timeout==2.1 .0" ,
43
+ " pytest-timeout==2.2 .0" ,
44
44
" hatch" ,
45
45
]
46
46
Original file line number Diff line number Diff line change 1
- atomicwrites == 1.2 .1
2
- attrs == 19 .2.0
3
- coverage == 4.5 .1
4
- more-itertools == 4.3 .0
5
- pbr == 4.3 .0
6
- pluggy == 1.0 .0
1
+ atomicwrites == 1.4 .1
2
+ attrs == 23 .2.0
3
+ coverage == 7.4 .1
4
+ more-itertools == 10.2 .0
5
+ pbr == 6.0 .0
6
+ pluggy == 1.4 .0
7
7
py == 1.11.0
8
- pytest == 7.2 .0
9
- PyYAML == 5.4
8
+ pytest == 8.0 .0
9
+ PyYAML == 6.0.1
You can’t perform that action at this time.
0 commit comments