File tree Expand file tree Collapse file tree 2 files changed +25
-6
lines changed
Expand file tree Collapse file tree 2 files changed +25
-6
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ colorama==0.4.6
1616 # via tox
1717distlib==0.3.9
1818 # via virtualenv
19- django==5.1.7
19+ django==4.2.20
2020 # via
2121 # -r requirements-ci.in
2222 # django-components
23- django-components==0.130
23+ django-components==0.134
2424 # via -r requirements-ci.in
25- djc-core-html-parser==1.0.1
25+ djc-core-html-parser==1.0.2
2626 # via django-components
2727filelock==3.17.0
2828 # via
@@ -46,6 +46,10 @@ pyproject-api==1.9.0
4646 # via tox
4747sqlparse==0.5.3
4848 # via django
49+ tomli==2.2.1
50+ # via
51+ # pyproject-api
52+ # tox
4953tox==4.24.2
5054 # via
5155 # -r requirements-ci.in
@@ -54,7 +58,9 @@ tox-gh-actions==3.3.0
5458 # via -r requirements-ci.in
5559typing-extensions==4.12.2
5660 # via
61+ # asgiref
5762 # pydantic
5863 # pydantic-core
64+ # tox
5965virtualenv==20.29.3
6066 # via tox
Original file line number Diff line number Diff line change @@ -22,14 +22,16 @@ colorama==0.4.6
2222 # via tox
2323distlib == 0.3.9
2424 # via virtualenv
25- django == 5.1.7
25+ django == 4.2.20
2626 # via
2727 # -r requirements-dev.in
2828 # django-components
29- django-components == 0.130
29+ django-components == 0.134
3030 # via -r requirements-dev.in
31- djc-core-html-parser == 1.0.1
31+ djc-core-html-parser == 1.0.2
3232 # via django-components
33+ exceptiongroup == 1.2.2
34+ # via pytest
3335filelock == 3.17.0
3436 # via
3537 # tox
@@ -91,13 +93,24 @@ pyyaml==6.0.2
9193 # via pre-commit
9294sqlparse == 0.5.3
9395 # via django
96+ tomli == 2.2.1
97+ # via
98+ # black
99+ # flake8-pyproject
100+ # mypy
101+ # pyproject-api
102+ # pytest
103+ # tox
94104tox == 4.24.2
95105 # via -r requirements-dev.in
96106typing-extensions == 4.12.2
97107 # via
108+ # asgiref
109+ # black
98110 # mypy
99111 # pydantic
100112 # pydantic-core
113+ # tox
101114virtualenv == 20.29.3
102115 # via
103116 # pre-commit
You can’t perform that action at this time.
0 commit comments