Skip to content

build(deps): bump django-components from 0.130 to 0.134 #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ colorama==0.4.6
# via tox
distlib==0.3.9
# via virtualenv
django==5.1.7
django==4.2.20
# via
# -r requirements-ci.in
# django-components
django-components==0.130
django-components==0.134
# via -r requirements-ci.in
djc-core-html-parser==1.0.1
djc-core-html-parser==1.0.2
# via django-components
filelock==3.17.0
# via
Expand All @@ -46,6 +46,10 @@ pyproject-api==1.9.0
# via tox
sqlparse==0.5.3
# via django
tomli==2.2.1
# via
# pyproject-api
# tox
tox==4.24.2
# via
# -r requirements-ci.in
Expand All @@ -54,7 +58,9 @@ tox-gh-actions==3.3.0
# via -r requirements-ci.in
typing-extensions==4.12.2
# via
# asgiref
# pydantic
# pydantic-core
# tox
virtualenv==20.29.3
# via tox
19 changes: 16 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,16 @@ colorama==0.4.6
# via tox
distlib==0.3.9
# via virtualenv
django==5.1.7
django==4.2.20
# via
# -r requirements-dev.in
# django-components
django-components==0.130
django-components==0.134
# via -r requirements-dev.in
djc-core-html-parser==1.0.1
djc-core-html-parser==1.0.2
# via django-components
exceptiongroup==1.2.2
# via pytest
filelock==3.17.0
# via
# tox
Expand Down Expand Up @@ -91,13 +93,24 @@ pyyaml==6.0.2
# via pre-commit
sqlparse==0.5.3
# via django
tomli==2.2.1
# via
# black
# flake8-pyproject
# mypy
# pyproject-api
# pytest
# tox
tox==4.24.2
# via -r requirements-dev.in
typing-extensions==4.12.2
# via
# asgiref
# black
# mypy
# pydantic
# pydantic-core
# tox
virtualenv==20.29.3
# via
# pre-commit
Expand Down
Loading