Skip to content
Open
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
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# uv pip compile requirements-dev.in -o requirements-dev.txt
appdirs==1.4.4
# via django-migration-linter
asgiref==3.3.4
asgiref==3.12.1
# via
# -c requirements.txt
# django
cfgv==3.3.1
# via pre-commit
distlib==0.3.9
# via virtualenv
django==3.2.24
django==5.2.16
# via
# -c requirements.txt
# django-migration-linter
Expand Down Expand Up @@ -79,7 +79,6 @@ python-dateutil==2.9.0.post0
pytz==2022.1
# via
# -c requirements.txt
# django
# drf-yasg
pyyaml==6.0
# via
Expand All @@ -103,6 +102,7 @@ tomli==1.2.3
typing-extensions==4.15.0
# via
# -c requirements.txt
# asgiref
# exceptiongroup
# virtualenv
uritemplate==3.0.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jsonfield==3.1.0
celery==5.6.3
redis
python-postmark==0.7.0
Django==3.2.24
Django==5.2.16
django-webpack-loader==0.7.0
google-cloud-error-reporting
google-cloud-storage==3.10.1
Expand Down
9 changes: 4 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ amqp==5.1.1
# via kombu
annotated-types==0.7.0
# via pydantic
asgiref==3.3.4
asgiref==3.12.1
# via django
async-timeout==5.0.1
# via redis
Expand Down Expand Up @@ -50,7 +50,7 @@ confusable-homoglyphs==3.2.0
# via django-registration
cryptography==50.0.0
# via google-auth
django==3.2.24
django==5.2.16
# via
# -r requirements.in
# django-celery-results
Expand Down Expand Up @@ -243,9 +243,7 @@ python-dateutil==2.9.0.post0
python-postmark==0.7.0
# via -r requirements.in
pytz==2022.1
# via
# django
# django-postmark
# via django-postmark
redis==8.0.1
# via
# -r requirements.in
Expand Down Expand Up @@ -281,6 +279,7 @@ stripe==5.5.0
# via -r requirements.in
typing-extensions==4.15.0
# via
# asgiref
# cryptography
# exceptiongroup
# grpcio
Expand Down
Loading