File tree 2 files changed +19
-4
lines changed
2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ django-components==0.136
24
24
# via -r requirements-ci.in
25
25
djc-core-html-parser==1.0.2
26
26
# via django-components
27
+ exceptiongroup==1.2.2
28
+ # via pytest
27
29
filelock==3.16.1
28
30
# via
29
31
# tox
@@ -43,16 +45,21 @@ pluggy==1.5.0
43
45
# via
44
46
# pytest
45
47
# tox
46
- pydantic==2.10.6
48
+ pydantic==2.11.2
47
49
# via -r requirements-ci.in
48
- pydantic-core==2.27.2
50
+ pydantic-core==2.33.1
49
51
# via pydantic
50
52
pyproject-api==1.8.0
51
53
# via tox
52
54
pytest==8.3.5
53
55
# via -r requirements-ci.in
54
56
sqlparse==0.5.3
55
57
# via django
58
+ tomli==2.2.1
59
+ # via
60
+ # pyproject-api
61
+ # pytest
62
+ # tox
56
63
tox==4.24.2
57
64
# via
58
65
# -r requirements-ci.in
@@ -61,7 +68,12 @@ tox-gh-actions==3.3.0
61
68
# via -r requirements-ci.in
62
69
typing-extensions==4.12.2
63
70
# via
71
+ # asgiref
64
72
# pydantic
65
73
# pydantic-core
74
+ # tox
75
+ # typing-inspection
76
+ typing-inspection==0.4.0
77
+ # via pydantic
66
78
virtualenv==20.29.3
67
79
# via tox
Original file line number Diff line number Diff line change @@ -79,9 +79,9 @@ pre-commit==4.1.0
79
79
# via -r requirements-dev.in
80
80
pycodestyle == 2.12.1
81
81
# via flake8
82
- pydantic == 2.10.6
82
+ pydantic == 2.11.2
83
83
# via -r requirements-dev.in
84
- pydantic-core == 2.27.2
84
+ pydantic-core == 2.33.1
85
85
# via pydantic
86
86
pyflakes == 3.2.0
87
87
# via flake8
@@ -111,6 +111,9 @@ typing-extensions==4.12.2
111
111
# pydantic
112
112
# pydantic-core
113
113
# tox
114
+ # typing-inspection
115
+ typing-inspection == 0.4.0
116
+ # via pydantic
114
117
virtualenv == 20.29.3
115
118
# via
116
119
# pre-commit
You can’t perform that action at this time.
0 commit comments