Skip to content

Commit

Permalink
chore: upgrading django-storages to latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed May 16, 2024
1 parent db3e984 commit da16998
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@

# For python greater than or equal to 3.9 backports.zoneinfo is causing failures
backports.zoneinfo;python_version<"3.9"

# great version breaking quality test.
pylint==3.1.0
5 changes: 3 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
astroid==3.2.1
astroid==3.1.0
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -260,8 +260,9 @@ pyjwt[crypto]==2.8.0
# via
# drf-jwt
# edx-drf-extensions
pylint==3.2.0
pylint==3.1.0
# via
# -c requirements/constraints.txt
# edx-lint
# pylint-celery
# pylint-django
Expand Down
3 changes: 2 additions & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
astroid==3.2.1
astroid==3.1.0
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -231,6 +231,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
pylint==3.1.0
# via
# -c requirements/constraints.txt
# edx-lint
# pylint-celery
# pylint-django
Expand Down

0 comments on commit da16998

Please sign in to comment.