Skip to content

Commit b79c0c2

Browse files
committed
refactor: update djc to v0.135
1 parent 4dca74c commit b79c0c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements-ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ django==4.2.20
2020
# via
2121
# -r requirements-ci.in
2222
# django-components
23-
django-components==0.134
23+
django-components==0.135
2424
# via -r requirements-ci.in
2525
djc-core-html-parser==1.0.2
2626
# via django-components

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ django==4.2.20
2626
# via
2727
# -r requirements-dev.in
2828
# django-components
29-
django-components==0.134
29+
django-components==0.135
3030
# via -r requirements-dev.in
3131
djc-core-html-parser==1.0.2
3232
# via django-components

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ deps =
2525
django42: Django>=4.2,<4.3
2626
django50: Django>=5.0,<5.1
2727
django51: Django>=5.1,<5.2
28-
django-components
28+
django-components==0.135
2929
pytest
3030
pytest-xdist
3131
pytest-django

0 commit comments

Comments
 (0)