Pin Paramiko to version 3.5.1 to fix the DSSKey error introduced in the latest release. #9090
parent
42a47126aa
commit
09bc544e83
|
|
@ -20,6 +20,7 @@ Bundled PostgreSQL Utilities
|
||||||
New features
|
New features
|
||||||
************
|
************
|
||||||
|
|
||||||
|
| `Issue #8891 <https://github.com/pgadmin-org/pgadmin4/issues/8891>`_ - Allow user to configure security related gunicorn parameters.
|
||||||
| `Issue #9093 <https://github.com/pgadmin-org/pgadmin4/issues/9093>`_ - Change the default pgAdmin theme to System.
|
| `Issue #9093 <https://github.com/pgadmin-org/pgadmin4/issues/9093>`_ - Change the default pgAdmin theme to System.
|
||||||
|
|
||||||
Housekeeping
|
Housekeeping
|
||||||
|
|
@ -30,3 +31,4 @@ Housekeeping
|
||||||
Bug fixes
|
Bug fixes
|
||||||
*********
|
*********
|
||||||
|
|
||||||
|
| `Issue #9090 <https://github.com/pgadmin-org/pgadmin4/issues/9090>`_ - Pin Paramiko to version 3.5.1 to fix the DSSKey error introduced in the latest release.
|
||||||
|
|
@ -39,6 +39,7 @@ jsonformatter~=0.3.4
|
||||||
keyring==25.*
|
keyring==25.*
|
||||||
ldap3==2.*
|
ldap3==2.*
|
||||||
libgravatar==1.0.*
|
libgravatar==1.0.*
|
||||||
|
paramiko==3.5.1
|
||||||
passlib==1.*
|
passlib==1.*
|
||||||
psutil==7.0.*
|
psutil==7.0.*
|
||||||
psycopg[c]==3.2.9
|
psycopg[c]==3.2.9
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.9.2",
|
"packageManager": "yarn@4.9.2",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"electron": "37.3.0",
|
"electron": "37.3.1",
|
||||||
"eslint": "^9.33.0",
|
"eslint": "^9.33.0",
|
||||||
"eslint-plugin-unused-imports": "^4.2.0"
|
"eslint-plugin-unused-imports": "^4.2.0"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -86,10 +86,10 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@eslint/js@npm:9.33.0":
|
"@eslint/js@npm:9.34.0":
|
||||||
version: 9.33.0
|
version: 9.34.0
|
||||||
resolution: "@eslint/js@npm:9.33.0"
|
resolution: "@eslint/js@npm:9.34.0"
|
||||||
checksum: 10c0/4c42c9abde76a183b8e47205fd6c3116b058f82f07b6ad4de40de56cdb30a36e9ecd40efbea1b63a84d08c206aadbb0aa39a890197e1ad6455a8e542df98f186
|
checksum: 10c0/53f1bfd2a374683d9382a6850354555f6e89a88416c34a5d34e9fbbaf717e97c2b06300e8f93e5eddba8bda8951ccab7f93a680e56ded1a3d21d526019e69bab
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -654,16 +654,16 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"electron@npm:37.3.0":
|
"electron@npm:37.3.1":
|
||||||
version: 37.3.0
|
version: 37.3.1
|
||||||
resolution: "electron@npm:37.3.0"
|
resolution: "electron@npm:37.3.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@electron/get": "npm:^2.0.0"
|
"@electron/get": "npm:^2.0.0"
|
||||||
"@types/node": "npm:^22.7.7"
|
"@types/node": "npm:^22.7.7"
|
||||||
extract-zip: "npm:^2.0.1"
|
extract-zip: "npm:^2.0.1"
|
||||||
bin:
|
bin:
|
||||||
electron: cli.js
|
electron: cli.js
|
||||||
checksum: 10c0/6f08ca2955c65591368cb0dadbd637d86749040c8d4cd616d7265e1c71ece854f23c678b7cfc23746100327dcdb34f4815504745e97ca3ac2f40c72b951e1044
|
checksum: 10c0/1b171804646f229768c29413629b70b968c4c06686913b69e8615da09c58d63a95817021c31ed3c3bdbba0ad360ad4469773b9dda2662884d7df2866559f95f1
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -798,8 +798,8 @@ __metadata:
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"eslint@npm:^9.33.0":
|
"eslint@npm:^9.33.0":
|
||||||
version: 9.33.0
|
version: 9.34.0
|
||||||
resolution: "eslint@npm:9.33.0"
|
resolution: "eslint@npm:9.34.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@eslint-community/eslint-utils": "npm:^4.2.0"
|
"@eslint-community/eslint-utils": "npm:^4.2.0"
|
||||||
"@eslint-community/regexpp": "npm:^4.12.1"
|
"@eslint-community/regexpp": "npm:^4.12.1"
|
||||||
|
|
@ -807,7 +807,7 @@ __metadata:
|
||||||
"@eslint/config-helpers": "npm:^0.3.1"
|
"@eslint/config-helpers": "npm:^0.3.1"
|
||||||
"@eslint/core": "npm:^0.15.2"
|
"@eslint/core": "npm:^0.15.2"
|
||||||
"@eslint/eslintrc": "npm:^3.3.1"
|
"@eslint/eslintrc": "npm:^3.3.1"
|
||||||
"@eslint/js": "npm:9.33.0"
|
"@eslint/js": "npm:9.34.0"
|
||||||
"@eslint/plugin-kit": "npm:^0.3.5"
|
"@eslint/plugin-kit": "npm:^0.3.5"
|
||||||
"@humanfs/node": "npm:^0.16.6"
|
"@humanfs/node": "npm:^0.16.6"
|
||||||
"@humanwhocodes/module-importer": "npm:^1.0.1"
|
"@humanwhocodes/module-importer": "npm:^1.0.1"
|
||||||
|
|
@ -843,7 +843,7 @@ __metadata:
|
||||||
optional: true
|
optional: true
|
||||||
bin:
|
bin:
|
||||||
eslint: bin/eslint.js
|
eslint: bin/eslint.js
|
||||||
checksum: 10c0/1e1f60d2b62d9d65553e9af916a8dccf00eeedd982103f35bf58c205803907cb1fda73ef595178d47384ea80d8624a182b63682a6b15d8387e9a5d86904a2a2d
|
checksum: 10c0/ba3e54fa0c8ed23d062f91519afaae77fed922a6c4d76130b6cd32154bcb406aaea4b3c5ed88e0be40828c1d5b6921592f3947dbdc5e2043de6bd7aa341fe5ea
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -1570,7 +1570,7 @@ __metadata:
|
||||||
resolution: "pgadmin4@workspace:."
|
resolution: "pgadmin4@workspace:."
|
||||||
dependencies:
|
dependencies:
|
||||||
axios: "npm:^1.11.0"
|
axios: "npm:^1.11.0"
|
||||||
electron: "npm:37.3.0"
|
electron: "npm:37.3.1"
|
||||||
electron-context-menu: "npm:^4.1.0"
|
electron-context-menu: "npm:^4.1.0"
|
||||||
electron-store: "npm:^10.1.0"
|
electron-store: "npm:^10.1.0"
|
||||||
eslint: "npm:^9.33.0"
|
eslint: "npm:^9.33.0"
|
||||||
|
|
@ -1837,9 +1837,9 @@ __metadata:
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"uint8array-extras@npm:^1.4.0":
|
"uint8array-extras@npm:^1.4.0":
|
||||||
version: 1.4.1
|
version: 1.5.0
|
||||||
resolution: "uint8array-extras@npm:1.4.1"
|
resolution: "uint8array-extras@npm:1.5.0"
|
||||||
checksum: 10c0/28419bd94bc43ea013054d0fcdc2ab14f944c178861039bf2997d09e114f4114fd83aeecbee3b57b33cdf21a51808e45638635d8af10336caea005b1b269f919
|
checksum: 10c0/0e74641ac7dadb02eadefc1ccdadba6010e007757bda824960de3c72bbe2b04e6d3af75648441f412148c4103261d54fcb60be45a2863beb76643a55fddba3bd
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue