Skip to content

Commit a8389b4

Browse files
authored
chore: bump ora2 (#582)
This version supports the `me-south-1` AWS region.
1 parent 4b52e99 commit a8389b4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/edx/base.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ openedx-calc # Library supporting mathematical calculatio
133133
openedx-events>=3.1.0 # Open edX Events from Hooks Extension Framework (OEP-50)
134134
openedx-filters # Open edX Filters from Hooks Extension Framework (OEP-50)
135135
optimizely-sdk # Optimizely full stack SDK for Python
136-
ora2>=4.5.0
136+
ora2==5.1.1
137137
outcome-surveys # edx-platform plugin to send and track segment events needed for surveys
138138
openedx-django-wiki
139139
openedx-blockstore

requirements/edx/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ openedx-filters==1.2.0
778778
# lti-consumer-xblock
779779
optimizely-sdk==4.1.1
780780
# via -r requirements/edx/base.in
781-
ora2==5.0.0
781+
ora2==5.1.1
782782
# via -r requirements/edx/base.in
783783
oscrypto==1.3.0
784784
# via snowflake-connector-python

requirements/edx/development.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ openedx-filters==1.2.0
10371037
# lti-consumer-xblock
10381038
optimizely-sdk==4.1.1
10391039
# via -r requirements/edx/testing.txt
1040-
ora2==5.0.0
1040+
ora2==5.1.1
10411041
# via -r requirements/edx/testing.txt
10421042
oscrypto==1.3.0
10431043
# via

requirements/edx/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ openedx-filters==1.2.0
984984
# lti-consumer-xblock
985985
optimizely-sdk==4.1.1
986986
# via -r requirements/edx/base.txt
987-
ora2==5.0.0
987+
ora2==5.1.1
988988
# via -r requirements/edx/base.txt
989989
oscrypto==1.3.0
990990
# via

0 commit comments

Comments
 (0)