Skip to content

Commit

Permalink
feat: Upgrade Python dependency edx-enterprise (#35051)
Browse files Browse the repository at this point in the history
Added SFTP connection testing support in admin panel

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

Co-authored-by: zamanafzal <[email protected]>
Co-authored-by: Zaman Afzal <[email protected]>
  • Loading branch information
3 people authored Jul 1, 2024
1 parent eb560f0 commit a11d7c0
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ celery>=5.2.2,<6.0.0
# 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.20.11
edx-enterprise==4.20.12

# Stay on LTS version, remove once this is added to common constraint
Django<5.0
Expand Down
11 changes: 9 additions & 2 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ babel==2.15.0
# enmerkar-underscore
backoff==1.10.0
# via analytics-python
bcrypt==4.1.3
# via paramiko
beautifulsoup4==4.12.3
# via pynliner
billiard==4.2.0
Expand Down Expand Up @@ -143,6 +145,7 @@ cryptography==42.0.8
# edx-enterprise
# jwcrypto
# optimizely-sdk
# paramiko
# pgpy
# pyjwt
# pyopenssl
Expand Down Expand Up @@ -446,7 +449,7 @@ edx-drf-extensions==10.3.0
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.20.11
edx-enterprise==4.20.12
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
Expand Down Expand Up @@ -771,6 +774,8 @@ packaging==24.1
# snowflake-connector-python
pansi==2020.7.3
# via py2neo
paramiko==3.4.0
# via edx-enterprise
path==16.11.0
# via
# -c requirements/edx/../constraints.txt
Expand Down Expand Up @@ -865,7 +870,9 @@ pymongo==3.13.0
# mongoengine
# openedx-mongodbproxy
pynacl==1.5.0
# via edx-django-utils
# via
# edx-django-utils
# paramiko
pynliner==0.8.0
# via -r requirements/edx/kernel.in
pyopenssl==24.1.0
Expand Down
14 changes: 13 additions & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ backoff==1.10.0
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# analytics-python
bcrypt==4.1.3
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# paramiko
beautifulsoup4==4.12.3
# via
# -r requirements/edx/doc.txt
Expand Down Expand Up @@ -281,6 +286,7 @@ cryptography==42.0.8
# edx-enterprise
# jwcrypto
# optimizely-sdk
# paramiko
# pgpy
# pyjwt
# pyopenssl
Expand Down Expand Up @@ -717,7 +723,7 @@ edx-drf-extensions==10.3.0
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.20.11
edx-enterprise==4.20.12
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/doc.txt
Expand Down Expand Up @@ -1334,6 +1340,11 @@ pansi==2020.7.3
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# py2neo
paramiko==3.4.0
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# edx-enterprise
path==16.11.0
# via
# -c requirements/edx/../constraints.txt
Expand Down Expand Up @@ -1537,6 +1548,7 @@ pynacl==1.5.0
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# edx-django-utils
# paramiko
pynliner==0.8.0
# via
# -r requirements/edx/doc.txt
Expand Down
12 changes: 11 additions & 1 deletion requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ backoff==1.10.0
# via
# -r requirements/edx/base.txt
# analytics-python
bcrypt==4.1.3
# via
# -r requirements/edx/base.txt
# paramiko
beautifulsoup4==4.12.3
# via
# -r requirements/edx/base.txt
Expand Down Expand Up @@ -185,6 +189,7 @@ cryptography==42.0.8
# edx-enterprise
# jwcrypto
# optimizely-sdk
# paramiko
# pgpy
# pyjwt
# pyopenssl
Expand Down Expand Up @@ -516,7 +521,7 @@ edx-drf-extensions==10.3.0
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.20.11
edx-enterprise==4.20.12
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
Expand Down Expand Up @@ -902,6 +907,10 @@ pansi==2020.7.3
# via
# -r requirements/edx/base.txt
# py2neo
paramiko==3.4.0
# via
# -r requirements/edx/base.txt
# edx-enterprise
path==16.11.0
# via
# -c requirements/edx/../constraints.txt
Expand Down Expand Up @@ -1024,6 +1033,7 @@ pynacl==1.5.0
# via
# -r requirements/edx/base.txt
# edx-django-utils
# paramiko
pynliner==0.8.0
# via -r requirements/edx/base.txt
pyopenssl==24.1.0
Expand Down
12 changes: 11 additions & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ backoff==1.10.0
# via
# -r requirements/edx/base.txt
# analytics-python
bcrypt==4.1.3
# via
# -r requirements/edx/base.txt
# paramiko
beautifulsoup4==4.12.3
# via
# -r requirements/edx/base.txt
Expand Down Expand Up @@ -211,6 +215,7 @@ cryptography==42.0.8
# edx-enterprise
# jwcrypto
# optimizely-sdk
# paramiko
# pgpy
# pyjwt
# pyopenssl
Expand Down Expand Up @@ -549,7 +554,7 @@ edx-drf-extensions==10.3.0
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.20.11
edx-enterprise==4.20.12
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
Expand Down Expand Up @@ -986,6 +991,10 @@ pansi==2020.7.3
# via
# -r requirements/edx/base.txt
# py2neo
paramiko==3.4.0
# via
# -r requirements/edx/base.txt
# edx-enterprise
path==16.11.0
# via
# -c requirements/edx/../constraints.txt
Expand Down Expand Up @@ -1140,6 +1149,7 @@ pynacl==1.5.0
# via
# -r requirements/edx/base.txt
# edx-django-utils
# paramiko
pynliner==0.8.0
# via -r requirements/edx/base.txt
pyopenssl==24.1.0
Expand Down

0 comments on commit a11d7c0

Please sign in to comment.