Skip to content

Commit

Permalink
Django 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anze3db committed Aug 8, 2024
1 parent e63f30d commit 71e5024
Showing 1 changed file with 52 additions and 44 deletions.
96 changes: 52 additions & 44 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# pip-compile
#
annotated-types==0.6.0
annotated-types==0.7.0
# via pydantic
anyio==4.2.0
anyio==4.4.0
# via httpx
asgiref==3.7.2
asgiref==3.8.1
# via django
certifi==2023.11.17
certifi==2024.7.4
# via
# httpcore
# httpx
Expand All @@ -22,31 +22,31 @@ click==8.1.7
# uvicorn
colorama==0.4.6
# via djlint
cssbeautifier==1.14.11
cssbeautifier==1.15.1
# via djlint
django==5.0
django==5.1
# via
# -r requirements.in
# django-admin-sortable2
# django-ninja
# django-tui
django-admin-sortable2==2.1.10
django-admin-sortable2==2.2.2
# via -r requirements.in
django-environ==0.11.2
# via -r requirements.in
django-ninja==1.1.0
django-ninja==1.2.2
# via -r requirements.in
django-tui==23.9
django-tui==24.3
# via -r requirements.in
djlint==1.34.0
djlint==1.34.1
# via -r requirements.in
editorconfig==0.12.3
editorconfig==0.12.4
# via
# cssbeautifier
# jsbeautifier
flakytest==2023.0b10
flakytest==2023.0b11
# via -r requirements.in
gunicorn==21.2.0
gunicorn==22.0.0
# via -r requirements.in
h11==0.14.0
# via
Expand All @@ -56,99 +56,107 @@ html-tag-names==0.1.2
# via djlint
html-void-elements==0.1.0
# via djlint
httpcore==1.0.2
httpcore==1.0.5
# via httpx
httpx==0.25.2
httpx==0.27.0
# via -r requirements.in
idna==3.6
idna==3.7
# via
# anyio
# httpx
iniconfig==2.0.0
# via pytest
jsbeautifier==1.14.11
jsbeautifier==1.15.1
# via
# cssbeautifier
# djlint
json5==0.9.14
json5==0.9.25
# via djlint
linkify-it-py==2.0.2
linkify-it-py==2.0.3
# via markdown-it-py
markdown-it-py[linkify,plugins]==3.0.0
# via
# mdit-py-plugins
# rich
# textual
mdit-py-plugins==0.4.0
mdit-py-plugins==0.4.1
# via markdown-it-py
mdurl==0.1.2
# via markdown-it-py
packaging==23.2
packaging==24.1
# via
# gunicorn
# pytest
pathspec==0.11.2
pathspec==0.12.1
# via djlint
pluggy==1.3.0
pluggy==1.5.0
# via pytest
pydantic==2.5.2
pydantic==2.8.2
# via django-ninja
pydantic-core==2.14.5
pydantic-core==2.20.1
# via pydantic
pygments==2.17.2
pygments==2.18.0
# via rich
pytest==7.4.3
pytest==8.3.2
# via
# -r requirements.in
# pytest-django
pytest-django==4.7.0
pytest-django==4.8.0
# via -r requirements.in
pyyaml==6.0.1
python-dotenv==1.0.1
# via flakytest
pyyaml==6.0.2
# via djlint
regex==2023.10.3
regex==2023.12.25
# via djlint
rich==13.7.0
rich==13.7.1
# via textual
ruff==0.1.8
ruff==0.5.7
# via -r requirements.in
sentry-sdk==1.39.1
sentry-sdk==2.12.0
# via -r requirements.in
six==1.16.0
# via
# cssbeautifier
# jsbeautifier
sniffio==1.3.0
sniffio==1.3.1
# via
# anyio
# httpx
sqlparse==0.4.4
sqlparse==0.5.1
# via django
stamina==23.3.0
stamina==24.2.0
# via -r requirements.in
tenacity==8.2.3
tenacity==9.0.0
# via stamina
textual==0.46.0
textual[syntax]==0.75.1
# via
# django-tui
# trogon
tqdm==4.66.1
tqdm==4.66.5
# via djlint
tree-sitter==0.20.4
# via
# textual
# tree-sitter-languages
tree-sitter-languages==1.10.2
# via textual
trogon==0.5.0
# via django-tui
typing-extensions==4.9.0
typing-extensions==4.12.2
# via
# pydantic
# pydantic-core
# textual
uc-micro-py==1.0.2
uc-micro-py==1.0.3
# via linkify-it-py
urllib3==2.1.0
urllib3==2.2.2
# via
# flakytest
# sentry-sdk
uvicorn==0.24.0.post1
uvicorn==0.30.5
# via -r requirements.in
whitenoise==6.6.0
whitenoise==6.7.0
# via -r requirements.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 71e5024

Please sign in to comment.