Skip to content

Commit

Permalink
fix: make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Jawayria committed Jun 7, 2022
1 parent c37ebfb commit 66349fb
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ django-crum==0.7.9
# via
# -r requirements/base.in
# edx-django-utils
django-waffle==2.4.1
django-waffle==2.5.0
# via
# -r requirements/base.in
# edx-django-utils
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ django-crum==0.7.9
# via
# -r requirements/quality.txt
# edx-django-utils
django-waffle==2.4.1
django-waffle==2.5.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -201,7 +201,7 @@ pydocstyle==6.1.1
# via -r requirements/quality.txt
pygments==2.12.0
# via diff-cover
pylint==2.14.0
pylint==2.14.1
# via
# -r requirements/quality.txt
# edx-lint
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ django-crum==0.7.9
# via
# -r requirements/test.txt
# edx-django-utils
django-waffle==2.4.1
django-waffle==2.5.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ django-crum==0.7.9
# via
# -r requirements/test.txt
# edx-django-utils
django-waffle==2.4.1
django-waffle==2.5.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -134,7 +134,7 @@ pycparser==2.21
# cffi
pydocstyle==6.1.1
# via -r requirements/quality.in
pylint==2.14.0
pylint==2.14.1
# via
# edx-lint
# pylint-celery
Expand Down
2 changes: 1 addition & 1 deletion requirements/scripts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ django-crum==0.7.9
# via
# -r requirements/base.txt
# edx-django-utils
django-waffle==2.4.1
django-waffle==2.5.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ django-crum==0.7.9
# -r requirements/base.txt
# -r requirements/scripts.txt
# edx-django-utils
django-waffle==2.4.1
django-waffle==2.5.0
# via
# -r requirements/base.txt
# -r requirements/scripts.txt
Expand Down

0 comments on commit 66349fb

Please sign in to comment.