Skip to content

Commit

Permalink
feat: Upgrade Python dependency ora2 (#33709)
Browse files Browse the repository at this point in the history
Added Hotjar survey to legacy ORA view

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`

Co-authored-by: jszewczulak <[email protected]>
Co-authored-by: jszewczulak <[email protected]>
  • Loading branch information
3 people authored Nov 14, 2023
1 parent e59a1dc commit ed56222
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
5 changes: 5 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ Django<4.0
elasticsearch<7.14.0

# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected

# virtualenv latest version requires platformdirs<4.0 which conflicts with tox>4.0 version
# This constraint can be removed once the issue
# https://github.com/pypa/virtualenv/issues/2666 gets resolved
platformdirs<4.0
6 changes: 4 additions & 2 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ openedx-mongodbproxy==0.2.0
# via -r requirements/edx/kernel.in
optimizely-sdk==4.1.1
# via -r requirements/edx/bundled.in
ora2==6.0.0
ora2==6.0.2
# via -r requirements/edx/bundled.in
packaging==23.2
# via
Expand Down Expand Up @@ -852,7 +852,9 @@ pillow==9.5.0
pkgutil-resolve-name==1.3.10
# via jsonschema
platformdirs==3.11.0
# via snowflake-connector-python
# via
# -c requirements/edx/../common_constraints.txt
# snowflake-connector-python
polib==1.2.0
# via edx-i18n-tools
prompt-toolkit==3.0.40
Expand Down
3 changes: 2 additions & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@ optimizely-sdk==4.1.1
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
ora2==6.0.0
ora2==6.0.2
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
Expand Down Expand Up @@ -1421,6 +1421,7 @@ pkgutil-resolve-name==1.3.10
# jsonschema
platformdirs==3.11.0
# via
# -c requirements/edx/../common_constraints.txt
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# pylint
Expand Down
3 changes: 2 additions & 1 deletion requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ openedx-mongodbproxy==0.2.0
# via -r requirements/edx/base.txt
optimizely-sdk==4.1.1
# via -r requirements/edx/base.txt
ora2==6.0.0
ora2==6.0.2
# via -r requirements/edx/base.txt
packaging==23.2
# via
Expand Down Expand Up @@ -1022,6 +1022,7 @@ pkgutil-resolve-name==1.3.10
# jsonschema
platformdirs==3.11.0
# via
# -c requirements/edx/../common_constraints.txt
# -r requirements/edx/base.txt
# snowflake-connector-python
polib==1.2.0
Expand Down
3 changes: 2 additions & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ openedx-mongodbproxy==0.2.0
# via -r requirements/edx/base.txt
optimizely-sdk==4.1.1
# via -r requirements/edx/base.txt
ora2==6.0.0
ora2==6.0.2
# via -r requirements/edx/base.txt
packaging==23.2
# via
Expand Down Expand Up @@ -1067,6 +1067,7 @@ pkgutil-resolve-name==1.3.10
# jsonschema
platformdirs==3.11.0
# via
# -c requirements/edx/../common_constraints.txt
# -r requirements/edx/base.txt
# pylint
# snowflake-connector-python
Expand Down

0 comments on commit ed56222

Please sign in to comment.