Skip to content

Commit

Permalink
fix: remove django-ipware constraint (openedx#33225)
Browse files Browse the repository at this point in the history
* fix: remove django-ipware constraint
  • Loading branch information
UsamaSadiq authored Sep 12, 2023
1 parent 9c23483 commit cc9721e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
1 change: 0 additions & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ social-auth-core==4.3.0
babel==2.11.0
social-auth-app-django==5.0.0
algoliasearch==2.6.3
django-ipware==4.0.2

# pytz>2022 has major changes which are causing test failures.
# Pinning this version for now so this could be fixed in a separate PR later on
Expand Down
3 changes: 1 addition & 2 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,8 @@ django-filter==23.2
# edx-enterprise
# lti-consumer-xblock
# openedx-blockstore
django-ipware==4.0.2
django-ipware==5.0.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
# edx-enterprise
# edx-proctoring
Expand Down
3 changes: 1 addition & 2 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -475,9 +475,8 @@ django-filter==23.2
# edx-enterprise
# lti-consumer-xblock
# openedx-blockstore
django-ipware==4.0.2
django-ipware==5.0.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# edx-enterprise
Expand Down
3 changes: 1 addition & 2 deletions requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,8 @@ django-filter==23.2
# edx-enterprise
# lti-consumer-xblock
# openedx-blockstore
django-ipware==4.0.2
django-ipware==5.0.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
# edx-enterprise
# edx-proctoring
Expand Down
3 changes: 1 addition & 2 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -379,9 +379,8 @@ django-filter==23.2
# edx-enterprise
# lti-consumer-xblock
# openedx-blockstore
django-ipware==4.0.2
django-ipware==5.0.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
# edx-enterprise
# edx-proctoring
Expand Down

0 comments on commit cc9721e

Please sign in to comment.