File tree 2 files changed +10
-8
lines changed
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ tox-gh-actions
3
3
django
4
4
django-components
5
5
pydantic
6
+ pytest
Original file line number Diff line number Diff line change @@ -28,28 +28,31 @@ filelock==3.16.1
28
28
# via
29
29
# tox
30
30
# virtualenv
31
+ iniconfig==2.1.0
32
+ # via pytest
31
33
packaging==24.2
32
34
# via
33
35
# pyproject-api
36
+ # pytest
34
37
# tox
35
- platformdirs==4.3.6
38
+ platformdirs==4.3.7
36
39
# via
37
40
# tox
38
41
# virtualenv
39
42
pluggy==1.5.0
40
- # via tox
43
+ # via
44
+ # pytest
45
+ # tox
41
46
pydantic==2.10.6
42
47
# via -r requirements-ci.in
43
48
pydantic-core==2.27.2
44
49
# via pydantic
45
50
pyproject-api==1.8.0
46
51
# via tox
52
+ pytest==8.3.5
53
+ # via -r requirements-ci.in
47
54
sqlparse==0.5.3
48
55
# via django
49
- tomli==2.2.1
50
- # via
51
- # pyproject-api
52
- # tox
53
56
tox==4.24.2
54
57
# via
55
58
# -r requirements-ci.in
@@ -58,9 +61,7 @@ tox-gh-actions==3.3.0
58
61
# via -r requirements-ci.in
59
62
typing-extensions==4.12.2
60
63
# via
61
- # asgiref
62
64
# pydantic
63
65
# pydantic-core
64
- # tox
65
66
virtualenv==20.29.3
66
67
# via tox
You can’t perform that action at this time.
0 commit comments