Skip to content

Commit

Permalink
Merge pull request #314 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-c5cef6b

chore: Upgrade Python requirements
  • Loading branch information
hamzawaleed01 authored Nov 6, 2024
2 parents c5cef6b + 6dc7a3d commit 0b64e25
Show file tree
Hide file tree
Showing 10 changed files with 845 additions and 839 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ defusedxml==0.8.0rc2
# social-auth-core
django==4.2.16
# via
# -c /home/runner/work/enterprise-subsidy/enterprise-subsidy/requirements/common_constraints.txt
# -c requirements/common_constraints.txt
# -r requirements/base.in
# django-clearcache
# django-cors-headers
Expand All @@ -68,7 +68,7 @@ django==4.2.16
# social-auth-app-django
django-clearcache==1.2.1
# via -r requirements/base.in
django-cors-headers==4.5.0
django-cors-headers==4.6.0
# via -r requirements/base.in
django-crum==0.7.9
# via
Expand All @@ -93,7 +93,7 @@ django-object-actions==4.3.0
# openedx-ledger
django-simple-history==3.4.0
# via
# -c /home/runner/work/enterprise-subsidy/enterprise-subsidy/requirements/constraints.txt
# -c requirements/constraints.txt
# -r requirements/base.in
# openedx-ledger
django-waffle==4.1.0
Expand Down Expand Up @@ -256,7 +256,7 @@ requests-oauthlib==2.0.0
# via
# getsmarter-api-clients
# social-auth-core
rpds-py==0.20.0
rpds-py==0.20.1
# via
# jsonschema
# referencing
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.27.0
virtualenv==20.27.1
# via tox
4 changes: 4 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ elasticsearch<7.14.0
# This can be unpinned once https://github.com/openedx/edx-platform/issues/34586
# has been resolved and edx-platform is running with pymongo>=4.4.0
event-tracking<2.4.1

# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
pip<24.3
Loading

0 comments on commit 0b64e25

Please sign in to comment.