Skip to content

Commit

Permalink
feat: make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram committed Apr 17, 2024
1 parent 6b2d81b commit 1a2ddde
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ tox==3.28.0
# via
# -c requirements/constraints.txt
# -r requirements/ci.in
virtualenv==20.25.1
virtualenv==20.25.2
# via tox
3 changes: 2 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ distlib==0.3.8
# via virtualenv
django==4.2.10
# via
# -c requirements/common_constraints.txt
# -r requirements/doc.txt
# -r requirements/test-master.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -975,7 +976,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.25.1
virtualenv==20.25.2
# via tox
wcwidth==0.2.13
# via
Expand Down
1 change: 1 addition & 0 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ defusedxml==0.7.1
# djangorestframework-xml
django==4.2.10
# via
# -c requirements/common_constraints.txt
# -r requirements/test-master.txt
# django-config-models
# django-crum
Expand Down
4 changes: 2 additions & 2 deletions requirements/edx-platform-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ edx-celeryutils==1.3.0
# super-csv
edx-codejail==3.3.3
# via -r requirements/edx/kernel.in
edx-completion==4.5.0
edx-completion==4.6.0
# via -r requirements/edx/kernel.in
edx-django-release-util==1.4.0
# via
Expand Down Expand Up @@ -469,7 +469,7 @@ edx-drf-extensions==10.2.0
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.15.2
edx-enterprise==4.15.3
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/js_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ attrs==23.2.0
# trio
autocommand==2.2.2
# via jaraco-text
backports-tarfile==1.0.0
backports-tarfile==1.1.0
# via jaraco-context
certifi==2024.2.2
# via selenium
Expand Down
2 changes: 2 additions & 0 deletions requirements/test-master.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ defusedxml==0.7.1
# djangorestframework-xml
django==4.2.10
# via
# -c requirements/common_constraints.txt
# -c requirements/edx-platform-constraints.txt
# -r requirements/base.in
# django-config-models
# django-crum
Expand Down
1 change: 1 addition & 0 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ defusedxml==0.7.1
diff-cover==9.0.0
# via -r requirements/test.in
# via
# -c requirements/common_constraints.txt
# -r requirements/test-master.txt
# django-config-models
# django-crum
Expand Down

0 comments on commit 1a2ddde

Please sign in to comment.