Skip to content

Commit

Permalink
Updated JavaScript and Python packages according to Dependabot recomm…
Browse files Browse the repository at this point in the history
…endations
  • Loading branch information
akshay-joshi authored Jul 29, 2024
1 parent ab25238 commit 636c224
Show file tree
Hide file tree
Showing 10 changed files with 875 additions and 839 deletions.
2 changes: 1 addition & 1 deletion pkg/mac/build-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ _build_docs() {
source "${BUILD_ROOT}/venv/bin/activate"
pip3 install --upgrade pip
pip3 install -r "${SOURCE_DIR}/requirements.txt"
pip3 install sphinx==6.1.3
pip3 install sphinx==7.4.7
pip3 install sphinxcontrib-youtube

cd "${SOURCE_DIR}" || exit
Expand Down
6 changes: 3 additions & 3 deletions pkg/redhat/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ yum groupinstall -y "Development Tools"

if [ "${OS_VERSION}" == "8" ]; then
yum install -y expect fakeroot postgresql15-devel python3.9-devel nodejs yarn rpm-build rpm-sign yum-utils krb5-devel
pip3.9 install sphinx==6.1.3
pip3.9 install sphinx==7.4.7
pip3.9 install sphinxcontrib-youtube
elif [ "${OS_VERSION}" == "9" ]; then
yum install -y expect libpq5-devel postgresql15-devel python3-devel nodejs yarn rpm-build rpm-sign yum-utils krb5-devel
pip3 install sphinx==6.1.3
pip3 install sphinx==7.4.7
pip3 install sphinxcontrib-youtube
else
yum install -y expect fakeroot postgresql15-devel python3-devel nodejs yarn rpm-build rpm-sign yum-utils krb5-devel
pip3 install sphinx==6.1.3
pip3 install sphinx==7.4.7
pip3 install sphinxcontrib-youtube
fi

Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Flask-WTF==1.2.*
Flask-Compress==1.*
Flask-Paranoid==0.*
Flask-Babel==4.0.*
Flask-Security-Too==5.4.*
Flask-Security-Too==5.5.*
Flask-SocketIO==5.3.*
WTForms==3.1.*
passlib==1.*
Expand All @@ -29,8 +29,8 @@ psutil==6.0.*
psycopg[c]==3.2.1
python-dateutil==2.*
SQLAlchemy==2.*
bcrypt==4.1.*
cryptography==42.0.*
bcrypt==4.2.*
cryptography==43.0.*
sshtunnel==0.*
ldap3==2.*
gssapi==1.8.*
Expand All @@ -47,10 +47,10 @@ azure-mgmt-resource==23.1.1
azure-mgmt-subscription==3.1.1
azure-identity==1.17.1
google-api-python-client==2.*
google-auth-oauthlib==1.2.0
google-auth-oauthlib==1.2.1
keyring==24.*
Werkzeug==3.0.*
typer[all]==0.12.*
setuptools==70.*; python_version >= '3.12'
setuptools==71.*; python_version >= '3.12'
jsonformatter~=0.3.2
libgravatar==1.0.*
6 changes: 3 additions & 3 deletions runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
},
"packageManager": "[email protected]",
"devDependencies": {
"@eslint/js": "^9.6.0",
"electron": "^31.2.1",
"eslint": "^9.5.0"
"@eslint/js": "^9.8.0",
"electron": "^31.3.0",
"eslint": "^9.8.0"
},
"dependencies": {
"axios": "^1.7.2",
Expand Down
Loading

0 comments on commit 636c224

Please sign in to comment.