Skip to content

Commit 09bc544

Browse files
committed
Pin Paramiko to version 3.5.1 to fix the DSSKey error introduced in the latest release. #9090
1 parent 42a4712 commit 09bc544

File tree

4 files changed

+20
-17
lines changed

4 files changed

+20
-17
lines changed

docs/en_US/release_notes_9_8.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Bundled PostgreSQL Utilities
2020
New features
2121
************
2222

23+
| `Issue #8891 <https://github.com/pgadmin-org/pgadmin4/issues/8891>`_ - Allow user to configure security related gunicorn parameters.
2324
| `Issue #9093 <https://github.com/pgadmin-org/pgadmin4/issues/9093>`_ - Change the default pgAdmin theme to System.
2425
2526
Housekeeping
@@ -30,3 +31,4 @@ Housekeeping
3031
Bug fixes
3132
*********
3233

34+
| `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.

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jsonformatter~=0.3.4
3939
keyring==25.*
4040
ldap3==2.*
4141
libgravatar==1.0.*
42+
paramiko==3.5.1
4243
passlib==1.*
4344
psutil==7.0.*
4445
psycopg[c]==3.2.9

runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"packageManager": "[email protected]",
1414
"devDependencies": {
15-
"electron": "37.3.0",
15+
"electron": "37.3.1",
1616
"eslint": "^9.33.0",
1717
"eslint-plugin-unused-imports": "^4.2.0"
1818
},

runtime/yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ __metadata:
8686
languageName: node
8787
linkType: hard
8888

89-
"@eslint/js@npm:9.33.0":
90-
version: 9.33.0
91-
resolution: "@eslint/js@npm:9.33.0"
92-
checksum: 10c0/4c42c9abde76a183b8e47205fd6c3116b058f82f07b6ad4de40de56cdb30a36e9ecd40efbea1b63a84d08c206aadbb0aa39a890197e1ad6455a8e542df98f186
89+
"@eslint/js@npm:9.34.0":
90+
version: 9.34.0
91+
resolution: "@eslint/js@npm:9.34.0"
92+
checksum: 10c0/53f1bfd2a374683d9382a6850354555f6e89a88416c34a5d34e9fbbaf717e97c2b06300e8f93e5eddba8bda8951ccab7f93a680e56ded1a3d21d526019e69bab
9393
languageName: node
9494
linkType: hard
9595

@@ -654,16 +654,16 @@ __metadata:
654654
languageName: node
655655
linkType: hard
656656

657-
"electron@npm:37.3.0":
658-
version: 37.3.0
659-
resolution: "electron@npm:37.3.0"
657+
"electron@npm:37.3.1":
658+
version: 37.3.1
659+
resolution: "electron@npm:37.3.1"
660660
dependencies:
661661
"@electron/get": "npm:^2.0.0"
662662
"@types/node": "npm:^22.7.7"
663663
extract-zip: "npm:^2.0.1"
664664
bin:
665665
electron: cli.js
666-
checksum: 10c0/6f08ca2955c65591368cb0dadbd637d86749040c8d4cd616d7265e1c71ece854f23c678b7cfc23746100327dcdb34f4815504745e97ca3ac2f40c72b951e1044
666+
checksum: 10c0/1b171804646f229768c29413629b70b968c4c06686913b69e8615da09c58d63a95817021c31ed3c3bdbba0ad360ad4469773b9dda2662884d7df2866559f95f1
667667
languageName: node
668668
linkType: hard
669669

@@ -798,16 +798,16 @@ __metadata:
798798
linkType: hard
799799

800800
"eslint@npm:^9.33.0":
801-
version: 9.33.0
802-
resolution: "eslint@npm:9.33.0"
801+
version: 9.34.0
802+
resolution: "eslint@npm:9.34.0"
803803
dependencies:
804804
"@eslint-community/eslint-utils": "npm:^4.2.0"
805805
"@eslint-community/regexpp": "npm:^4.12.1"
806806
"@eslint/config-array": "npm:^0.21.0"
807807
"@eslint/config-helpers": "npm:^0.3.1"
808808
"@eslint/core": "npm:^0.15.2"
809809
"@eslint/eslintrc": "npm:^3.3.1"
810-
"@eslint/js": "npm:9.33.0"
810+
"@eslint/js": "npm:9.34.0"
811811
"@eslint/plugin-kit": "npm:^0.3.5"
812812
"@humanfs/node": "npm:^0.16.6"
813813
"@humanwhocodes/module-importer": "npm:^1.0.1"
@@ -843,7 +843,7 @@ __metadata:
843843
optional: true
844844
bin:
845845
eslint: bin/eslint.js
846-
checksum: 10c0/1e1f60d2b62d9d65553e9af916a8dccf00eeedd982103f35bf58c205803907cb1fda73ef595178d47384ea80d8624a182b63682a6b15d8387e9a5d86904a2a2d
846+
checksum: 10c0/ba3e54fa0c8ed23d062f91519afaae77fed922a6c4d76130b6cd32154bcb406aaea4b3c5ed88e0be40828c1d5b6921592f3947dbdc5e2043de6bd7aa341fe5ea
847847
languageName: node
848848
linkType: hard
849849

@@ -1570,7 +1570,7 @@ __metadata:
15701570
resolution: "pgadmin4@workspace:."
15711571
dependencies:
15721572
axios: "npm:^1.11.0"
1573-
electron: "npm:37.3.0"
1573+
electron: "npm:37.3.1"
15741574
electron-context-menu: "npm:^4.1.0"
15751575
electron-store: "npm:^10.1.0"
15761576
eslint: "npm:^9.33.0"
@@ -1837,9 +1837,9 @@ __metadata:
18371837
linkType: hard
18381838

18391839
"uint8array-extras@npm:^1.4.0":
1840-
version: 1.4.1
1841-
resolution: "uint8array-extras@npm:1.4.1"
1842-
checksum: 10c0/28419bd94bc43ea013054d0fcdc2ab14f944c178861039bf2997d09e114f4114fd83aeecbee3b57b33cdf21a51808e45638635d8af10336caea005b1b269f919
1840+
version: 1.5.0
1841+
resolution: "uint8array-extras@npm:1.5.0"
1842+
checksum: 10c0/0e74641ac7dadb02eadefc1ccdadba6010e007757bda824960de3c72bbe2b04e6d3af75648441f412148c4103261d54fcb60be45a2863beb76643a55fddba3bd
18431843
languageName: node
18441844
linkType: hard
18451845

0 commit comments

Comments
 (0)