Skip to content

Commit 1f217e6

Browse files
Merge pull request #3 from django-components/dependabot/pip/django-components-0.134
build(deps): bump django-components from 0.130 to 0.134
2 parents 94c6764 + 85acfcd commit 1f217e6

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

requirements-ci.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ colorama==0.4.6
1616
# via tox
1717
distlib==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
2727
filelock==3.17.0
2828
# via
@@ -46,6 +46,10 @@ pyproject-api==1.9.0
4646
# via tox
4747
sqlparse==0.5.3
4848
# via django
49+
tomli==2.2.1
50+
# via
51+
# pyproject-api
52+
# tox
4953
tox==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
5559
typing-extensions==4.12.2
5660
# via
61+
# asgiref
5762
# pydantic
5863
# pydantic-core
64+
# tox
5965
virtualenv==20.29.3
6066
# via tox

requirements-dev.txt

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,16 @@ colorama==0.4.6
2222
# via tox
2323
distlib==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
3335
filelock==3.17.0
3436
# via
3537
# tox
@@ -91,13 +93,24 @@ pyyaml==6.0.2
9193
# via pre-commit
9294
sqlparse==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
94104
tox==4.24.2
95105
# via -r requirements-dev.in
96106
typing-extensions==4.12.2
97107
# via
108+
# asgiref
109+
# black
98110
# mypy
99111
# pydantic
100112
# pydantic-core
113+
# tox
101114
virtualenv==20.29.3
102115
# via
103116
# pre-commit

0 commit comments

Comments
 (0)