Skip to content

Commit

Permalink
fix: remove pinned openedx-events reference
Browse files Browse the repository at this point in the history
  • Loading branch information
brobro10000 committed Jul 1, 2024
1 parent 06e1565 commit 043e88d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 11 deletions.
5 changes: 1 addition & 4 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,11 @@ edx-rbac
edx-rest-api-client
jsonfield2
mysqlclient
# openedx-events
openedx-events
openedx-ledger
pymemcache
pytz
rules
getsmarter-api-clients
django-log-request-id
django-clearcache

# Temporary pin to a fork to use new enterprise events
git+https://github.com/iloveagent57/openedx-events.git@67d7bc392af88996ca1e63d789c6017248dac305
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ oauthlib==3.2.2
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events @ git+https://github.com/iloveagent57/openedx-events.git@67d7bc392af88996ca1e63d789c6017248dac305
openedx-events==9.11.0
# via
# -r requirements/base.in
# edx-event-bus-kafka
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ oauthlib==3.2.2
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events @ git+https://github.com/iloveagent57/openedx-events.git@67d7bc392af88996ca1e63d789c6017248dac305
openedx-events==9.11.0
# via
# -r requirements/validation.txt
# edx-event-bus-kafka
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ oauthlib==3.2.2
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events @ git+https://github.com/iloveagent57/openedx-events.git@67d7bc392af88996ca1e63d789c6017248dac305
openedx-events==9.11.0
# via
# -r requirements/test.txt
# edx-event-bus-kafka
Expand Down
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ oauthlib==3.2.2
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events @ git+https://github.com/iloveagent57/openedx-events.git@67d7bc392af88996ca1e63d789c6017248dac305
openedx-events==9.11.0
# via
# -r requirements/base.txt
# edx-event-bus-kafka
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ oauthlib==3.2.2
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events @ git+https://github.com/iloveagent57/openedx-events.git@67d7bc392af88996ca1e63d789c6017248dac305
openedx-events==9.11.0
# via
# -r requirements/test.txt
# edx-event-bus-kafka
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ oauthlib==3.2.2
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events @ git+https://github.com/iloveagent57/openedx-events.git@67d7bc392af88996ca1e63d789c6017248dac305
openedx-events==9.11.0
# via
# -r requirements/base.txt
# edx-event-bus-kafka
Expand Down
2 changes: 1 addition & 1 deletion requirements/validation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ oauthlib==3.2.2
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events @ git+https://github.com/iloveagent57/openedx-events.git@67d7bc392af88996ca1e63d789c6017248dac305
openedx-events==9.11.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down

0 comments on commit 043e88d

Please sign in to comment.