Skip to content

Commit 28921be

Browse files
committed
Updated Python and Javascript dependencies.
1 parent 4e8f29f commit 28921be

6 files changed

Lines changed: 137 additions & 1118 deletions

File tree

docs/en_US/release_notes_9_4.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ Bug fixes
3737
| `Issue #8607 <https://github.com/pgadmin-org/pgadmin4/issues/8607>`_ - Fixed an issue where the query tool returns "cannot unpack non-iterable Response object" when running any query with a database name change.
3838
| `Issue #8608 <https://github.com/pgadmin-org/pgadmin4/issues/8608>`_ - Handle result grid data changes in View/Edit Data mode by automatically reconnecting to the server if a disconnection occurs.
3939
| `Issue #8668 <https://github.com/pgadmin-org/pgadmin4/issues/8668>`_ - Implement API fetch error display for select dropdown.
40+
| `Issue #8711 <https://github.com/pgadmin-org/pgadmin4/issues/8711>`_ - Fixed an issue where light theme briefly appears when pgAdmin loads or tools open, even when a dark or system UI theme is preferred.
4041
| `Issue #8713 <https://github.com/pgadmin-org/pgadmin4/issues/8713>`_ - Fixed issues related to column range selection using shift + click.

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
###############################################################################
1414

1515
Authlib==1.5.*
16-
azure-identity==1.22.0
16+
azure-identity==1.23.0
1717
azure-mgmt-rdbms==10.1.0
1818
azure-mgmt-resource==23.3.0
1919
azure-mgmt-subscription==3.1.1
2020
bcrypt==4.3.*
2121
boto3==1.38.*
22-
cryptography==44.0.*
22+
cryptography==45.0.*
2323
Flask-Babel==4.0.*
2424
Flask-Compress==1.*
2525
Flask-Login==0.*
@@ -41,7 +41,7 @@ ldap3==2.*
4141
libgravatar==1.0.*
4242
passlib==1.*
4343
psutil==7.0.*
44-
psycopg[c]==3.2.8
44+
psycopg[c]==3.2.9
4545
pyotp==2.*
4646
python-dateutil==2.*
4747
pytz==2025.*

runtime/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
"packageManager": "yarn@3.8.7",
1414
"devDependencies": {
15-
"electron": "36.2.0",
16-
"eslint": "^9.26.0",
15+
"electron": "36.2.1",
16+
"eslint": "^9.27.0",
1717
"eslint-plugin-unused-imports": "^4.1.4"
1818
},
1919
"dependencies": {

0 commit comments

Comments
 (0)