feat: Upgrade Python dependency ora2 (#33709)
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 <jszewczulak@users.noreply.github.com> Co-authored-by: jszewczulak <128841175+jszewczulak@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e59a1dc4cc
commit
ed56222929
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user