mirror of
https://github.com/django-components/django-components.git
synced 2025-11-13 12:21:53 +00:00
Merge pull request #1442 from django-components/dependabot/pip/ruff-0.13.3
Some checks failed
Docs - build & deploy / docs (push) Has been cancelled
Run tests / build (ubuntu-latest, 3.10) (push) Has been cancelled
Run tests / build (ubuntu-latest, 3.11) (push) Has been cancelled
Run tests / build (ubuntu-latest, 3.12) (push) Has been cancelled
Run tests / build (ubuntu-latest, 3.13) (push) Has been cancelled
Run tests / build (ubuntu-latest, 3.8) (push) Has been cancelled
Run tests / build (ubuntu-latest, 3.9) (push) Has been cancelled
Run tests / build (windows-latest, 3.10) (push) Has been cancelled
Run tests / build (windows-latest, 3.11) (push) Has been cancelled
Run tests / build (windows-latest, 3.12) (push) Has been cancelled
Run tests / build (windows-latest, 3.13) (push) Has been cancelled
Run tests / build (windows-latest, 3.8) (push) Has been cancelled
Run tests / build (windows-latest, 3.9) (push) Has been cancelled
Run tests / test_docs (3.13) (push) Has been cancelled
Run tests / test_sampleproject (3.13) (push) Has been cancelled
Some checks failed
Docs - build & deploy / docs (push) Has been cancelled
Run tests / build (ubuntu-latest, 3.10) (push) Has been cancelled
Run tests / build (ubuntu-latest, 3.11) (push) Has been cancelled
Run tests / build (ubuntu-latest, 3.12) (push) Has been cancelled
Run tests / build (ubuntu-latest, 3.13) (push) Has been cancelled
Run tests / build (ubuntu-latest, 3.8) (push) Has been cancelled
Run tests / build (ubuntu-latest, 3.9) (push) Has been cancelled
Run tests / build (windows-latest, 3.10) (push) Has been cancelled
Run tests / build (windows-latest, 3.11) (push) Has been cancelled
Run tests / build (windows-latest, 3.12) (push) Has been cancelled
Run tests / build (windows-latest, 3.13) (push) Has been cancelled
Run tests / build (windows-latest, 3.8) (push) Has been cancelled
Run tests / build (windows-latest, 3.9) (push) Has been cancelled
Run tests / test_docs (3.13) (push) Has been cancelled
Run tests / test_sampleproject (3.13) (push) Has been cancelled
build(deps-dev): bump ruff from 0.13.2 to 0.13.3
This commit is contained in:
commit
71c489df8e
1 changed files with 20 additions and 3 deletions
|
|
@ -12,6 +12,8 @@ asv==0.6.5
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
asv-runner==0.2.1
|
asv-runner==0.2.1
|
||||||
# via asv
|
# via asv
|
||||||
|
backports-asyncio-runner==1.2.0
|
||||||
|
# via pytest-asyncio
|
||||||
build==1.3.0
|
build==1.3.0
|
||||||
# via asv
|
# via asv
|
||||||
cachetools==6.2.0
|
cachetools==6.2.0
|
||||||
|
|
@ -28,7 +30,7 @@ colorama==0.4.6
|
||||||
# via tox
|
# via tox
|
||||||
distlib==0.4.0
|
distlib==0.4.0
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
django==5.2.6
|
django==4.2.25
|
||||||
# via
|
# via
|
||||||
# -r requirements-dev.in
|
# -r requirements-dev.in
|
||||||
# django-template-partials
|
# django-template-partials
|
||||||
|
|
@ -36,6 +38,8 @@ django-template-partials==25.2
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
djc-core-html-parser==1.0.2
|
djc-core-html-parser==1.0.2
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
|
exceptiongroup==1.3.0
|
||||||
|
# via pytest
|
||||||
filelock==3.19.1
|
filelock==3.19.1
|
||||||
# via
|
# via
|
||||||
# tox
|
# tox
|
||||||
|
|
@ -50,6 +54,7 @@ importlib-metadata==8.7.0
|
||||||
# via
|
# via
|
||||||
# asv
|
# asv
|
||||||
# asv-runner
|
# asv-runner
|
||||||
|
# build
|
||||||
iniconfig==2.1.0
|
iniconfig==2.1.0
|
||||||
# via pytest
|
# via pytest
|
||||||
json5==0.12.1
|
json5==0.12.1
|
||||||
|
|
@ -118,14 +123,22 @@ pyyaml==6.0.3
|
||||||
# pre-commit
|
# pre-commit
|
||||||
requests==2.32.5
|
requests==2.32.5
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
ruff==0.13.2
|
ruff==0.13.3
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
sqlparse==0.5.3
|
sqlparse==0.5.3
|
||||||
# via django
|
# via django
|
||||||
syrupy==5.0.0
|
syrupy==4.9.1
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
tabulate==0.9.0
|
tabulate==0.9.0
|
||||||
# via asv
|
# via asv
|
||||||
|
tomli==2.2.1
|
||||||
|
# via
|
||||||
|
# asv
|
||||||
|
# build
|
||||||
|
# mypy
|
||||||
|
# pyproject-api
|
||||||
|
# pytest
|
||||||
|
# tox
|
||||||
tox==4.30.2
|
tox==4.30.2
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
types-requests==2.32.4.20250913
|
types-requests==2.32.4.20250913
|
||||||
|
|
@ -133,12 +146,16 @@ types-requests==2.32.4.20250913
|
||||||
typing-extensions==4.15.0
|
typing-extensions==4.15.0
|
||||||
# via
|
# via
|
||||||
# -r requirements-dev.in
|
# -r requirements-dev.in
|
||||||
|
# asgiref
|
||||||
|
# exceptiongroup
|
||||||
# mypy
|
# mypy
|
||||||
# pydantic
|
# pydantic
|
||||||
# pydantic-core
|
# pydantic-core
|
||||||
# pyee
|
# pyee
|
||||||
# pytest-asyncio
|
# pytest-asyncio
|
||||||
|
# tox
|
||||||
# typing-inspection
|
# typing-inspection
|
||||||
|
# virtualenv
|
||||||
typing-inspection==0.4.1
|
typing-inspection==0.4.1
|
||||||
# via pydantic
|
# via pydantic
|
||||||
urllib3==2.5.0
|
urllib3==2.5.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue