File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -34,25 +34,25 @@ dependencies = []
3434dev = [
3535 " atomicwrites==1.4.1" ,
3636 " attrs==23.2.0" ,
37- " coverage==7.4.1 " ,
37+ " coverage==7.4.3 " ,
3838 " more-itertools==10.2.0" ,
3939 " pbr==6.0.0" ,
4040 " pluggy==1.4.0" ,
4141 " py==1.11.0" ,
42- " pytest==8.0.0 " ,
42+ " pytest==8.0.2 " ,
4343 " pytest-cov==4.1.0" ,
4444 " PyYAML==6.0.1" ,
4545 " invoke==2.2.0" ,
4646 " pytest-timeout==2.2.0" ,
47- " ruff==0.2.1 " ,
47+ " ruff==0.3.0 " ,
4848 " hatch" ,
4949]
5050docs = [
5151 " mkdocs==1.5.3" ,
52- " mkdocs-material==9.5.9 " ,
53- " mkdocstrings==0.24.0 " ,
52+ " mkdocs-material==9.5.12 " ,
53+ " mkdocstrings==0.24.1 " ,
5454 " mkdocstrings-python==1.8.0" ,
55- " mkdocs-autorefs==0.5.0 " ,
55+ " mkdocs-autorefs==1.0.1 " ,
5656]
5757
5858[project .urls ]
Original file line number Diff line number Diff line change 11atomicwrites == 1.4.1
22attrs == 23.2.0
3- coverage == 7.4.1
3+ coverage == 7.4.3
44more-itertools == 10.2.0
55pbr == 6.0.0
66pluggy == 1.4.0
77py == 1.11.0
8- pytest == 8.0.0
8+ pytest == 8.0.2
99PyYAML == 6.0.1
10- ruff == 0.2.1
10+ ruff == 0.3.0
You can’t perform that action at this time.
0 commit comments