Skip to content

Commit

Permalink
Merge pull request #48 from edx/repo-tools/upgrade-python-requirement…
Browse files Browse the repository at this point in the history
…s-0ad2f1f

chore: Upgrade Python requirements
  • Loading branch information
alangsto authored Jan 17, 2025
2 parents 0ad2f1f + 2df4144 commit eee75c5
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
django==4.2.17
django==4.2.18
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==4.2.17
django==4.2.18
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ defusedxml==0.8.0rc2
# -r requirements/base.txt
# python3-openid
# social-auth-core
django==4.2.17
django==4.2.18
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ distlib==0.3.9
# via
# -r requirements/tox.txt
# virtualenv
django==4.2.17
django==4.2.18
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down Expand Up @@ -124,7 +124,7 @@ django-crum==0.7.9
# -r requirements/test.txt
# edx-django-utils
# edx-toggles
django-debug-toolbar==4.4.6
django-debug-toolbar==5.0.1
# via -r requirements/local.in
django-dynamic-fixture==4.0.1
# via -r requirements/test.txt
Expand Down Expand Up @@ -233,7 +233,7 @@ mccabe==0.7.0
# via
# -r requirements/test.txt
# pylint
mysqlclient==2.2.6
mysqlclient==2.2.7
# via -r requirements/local.in
newrelic==10.4.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c /home/runner/work/edx-analytics-dashboard/edx-analytics-dashboard/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.7.0
setuptools==75.8.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ defusedxml==0.8.0rc2
# -r requirements/base.txt
# python3-openid
# social-auth-core
django==4.2.17
django==4.2.18
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down Expand Up @@ -165,7 +165,7 @@ markupsafe==3.0.2
# via
# -r requirements/base.txt
# jinja2
mysqlclient==2.2.6
mysqlclient==2.2.7
# via -r requirements/production.in
newrelic==10.4.0
# via
Expand Down

0 comments on commit eee75c5

Please sign in to comment.