Skip to content
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
20 changes: 10 additions & 10 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ colorama==0.4.6
# via djlint
confusable-homoglyphs==3.3.1
# via django-registration
coverage[toml]==7.12.0
coverage[toml]==7.13.1
# via pytest-cov
crispy-bootstrap5==2025.6
# via direct_webapp (pyproject.toml)
cssbeautifier==1.15.4
# via djlint
distlib==0.4.0
# via virtualenv
django==5.2.8
django==6.0
# via
# crispy-bootstrap5
# direct_webapp (pyproject.toml)
Expand Down Expand Up @@ -55,7 +55,7 @@ editorconfig==0.17.1
# via
# cssbeautifier
# jsbeautifier
filelock==3.20.0
filelock==3.20.1
# via virtualenv
gunicorn==23.0.0
# via direct_webapp (pyproject.toml)
Expand All @@ -69,15 +69,15 @@ jsbeautifier==1.15.4
# djlint
json5==0.12.1
# via djlint
mypy==1.19.0
mypy==1.19.1
# via
# direct_webapp (pyproject.toml)
# django-stubs
mypy-extensions==1.1.0
# via mypy
mysqlclient==2.2.7
# via direct_webapp (pyproject.toml)
nodeenv==1.9.1
nodeenv==1.10.0
# via pre-commit
packaging==25.0
# via
Expand All @@ -90,21 +90,21 @@ pathspec==0.12.1
# mypy
pip-tools==7.5.2
# via direct_webapp (pyproject.toml)
platformdirs==4.5.0
platformdirs==4.5.1
# via virtualenv
pluggy==1.6.0
# via
# pytest
# pytest-cov
pre-commit==4.5.0
pre-commit==4.5.1
# via direct_webapp (pyproject.toml)
pygments==2.19.2
# via pytest
pyproject-hooks==1.2.0
# via
# build
# pip-tools
pytest==9.0.1
pytest==9.0.2
# via
# direct_webapp (pyproject.toml)
# pytest-cov
Expand All @@ -122,13 +122,13 @@ pyyaml==6.0.3
# pre-commit
regex==2025.11.3
# via djlint
ruff==0.14.7
ruff==0.14.10
# via direct_webapp (pyproject.toml)
six==1.17.0
# via
# cssbeautifier
# jsbeautifier
sqlparse==0.5.4
sqlparse==0.5.5
# via django
tqdm==4.67.1
# via djlint
Expand Down
14 changes: 7 additions & 7 deletions doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ confusable-homoglyphs==3.3.1
# via django-registration
crispy-bootstrap5==2025.6
# via direct_webapp (pyproject.toml)
django==5.2.8
django==6.0
# via
# crispy-bootstrap5
# direct_webapp (pyproject.toml)
Expand Down Expand Up @@ -91,7 +91,7 @@ mkdocs-get-deps==0.2.0
# via mkdocs
mkdocs-literate-nav==0.6.2
# via direct_webapp (pyproject.toml)
mkdocs-material==9.7.0
mkdocs-material==9.7.1
# via direct_webapp (pyproject.toml)
mkdocs-material-extensions==1.3.1
# via mkdocs-material
Expand All @@ -101,7 +101,7 @@ mkdocstrings==1.0.0
# via
# direct_webapp (pyproject.toml)
# mkdocstrings-python
mkdocstrings-python==2.0.0
mkdocstrings-python==2.0.1
# via direct_webapp (pyproject.toml)
mysqlclient==2.2.7
# via direct_webapp (pyproject.toml)
Expand All @@ -113,11 +113,11 @@ paginate==0.5.7
# via mkdocs-material
pathspec==0.12.1
# via mkdocs
platformdirs==4.5.0
platformdirs==4.5.1
# via mkdocs-get-deps
pygments==2.19.2
# via mkdocs-material
pymdown-extensions==10.17.2
pymdown-extensions==10.20
# via
# mkdocs-material
# mkdocstrings
Expand All @@ -135,11 +135,11 @@ requests==2.32.5
# via mkdocs-material
six==1.17.0
# via python-dateutil
sqlparse==0.5.4
sqlparse==0.5.5
# via django
typing-extensions==4.15.0
# via django-stubs-ext
urllib3==2.5.0
urllib3==2.6.2
# via requests
watchdog==6.0.0
# via mkdocs
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ confusable-homoglyphs==3.3.1
# via django-registration
crispy-bootstrap5==2025.6
# via direct_webapp (pyproject.toml)
django==5.2.8
django==6.0
# via
# crispy-bootstrap5
# direct_webapp (pyproject.toml)
Expand All @@ -34,7 +34,7 @@ mysqlclient==2.2.7
# via direct_webapp (pyproject.toml)
packaging==25.0
# via gunicorn
sqlparse==0.5.4
sqlparse==0.5.5
# via django
typing-extensions==4.15.0
# via django-stubs-ext
Expand Down