Skip to content

Commit

Permalink
fix: version bump (openedx#33208)
Browse files Browse the repository at this point in the history
* fix: version bump

* fix: retrigger tests
  • Loading branch information
kiram15 authored Sep 8, 2023
1 parent 3978375 commit 175fb0c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# In local dev, we usually don't need to do this, because Python
# automatically puts the current working directory on the system path.
# Until we re-run pip install, the other copies of edx-platform could
# take precedence, leading to some very strange results.
# take precedence, leading to some strange results.
sys.path.insert(0, os.path.dirname(__file__))

from pavelib import * # lint-amnesty, pylint: disable=wildcard-import, wrong-import-position
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ django-storages==1.11.1
# The team that owns this package will manually bump this package rather than having it pulled in automatically.
# This is to allow them to better control its deployment and to do it in a process that works better
# for them.
edx-enterprise==4.1.10
edx-enterprise==4.1.11

# 1. django-oauth-toolkit version >=2.0.0 has breaking changes. More details
# mentioned on this issue https://github.com/openedx/edx-platform/issues/32884
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ edx-drf-extensions==8.9.2
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.1.10
edx-enterprise==4.1.11
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ edx-drf-extensions==8.9.2
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.1.10
edx-enterprise==4.1.11
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/doc.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ edx-drf-extensions==8.9.2
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.1.10
edx-enterprise==4.1.11
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ edx-drf-extensions==8.9.2
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.1.10
edx-enterprise==4.1.11
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
Expand Down

0 comments on commit 175fb0c

Please sign in to comment.