Skip to content

Commit 2dedb6e

Browse files
committed
Updated Python and Javascript dependencies.
1 parent b15f159 commit 2dedb6e

File tree

6 files changed

+560
-1031
lines changed

6 files changed

+560
-1031
lines changed

docs/en_US/release_notes_9_13.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ Bug fixes
3434
| `Issue #9484 <https://github.com/pgadmin-org/pgadmin4/issues/9484>`_ - Fixed an issue where a long name in ERD table node was not breaking into multiple lines.
3535
| `Issue #9486 <https://github.com/pgadmin-org/pgadmin4/issues/9486>`_ - Fixed an issue where column comments were not displayed in the SQL tab for materialised views.
3636
| `Issue #9572 <https://github.com/pgadmin-org/pgadmin4/issues/9572>`_ - Fix an issue where deployment of helm chart crashing with operation not permitted.
37+
| `Issue #9583 <https://github.com/pgadmin-org/pgadmin4/issues/9583>`_ - Fix translation compilation.
3738
3839

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# relevant packages.
1313
###############################################################################
1414

15-
Authlib==1.6.6
16-
azure-identity==1.25.1
15+
Authlib==1.6.8
16+
azure-identity==1.25.2
1717
azure-mgmt-rdbms==10.1.1
18-
azure-mgmt-resource==24.0.0
18+
azure-mgmt-resource==25.0.0
1919
azure-mgmt-subscription==3.1.1
2020
bcrypt==5.0.*
2121
boto3==1.42.*
@@ -51,11 +51,11 @@ pytz==2025.*
5151
# pinned for https://github.com/andfoy/pywinpty/issues/545
5252
pywinpty==2.0.*; sys_platform=="win32"
5353
qrcode[pil]==8.*
54-
setuptools==80.*
54+
setuptools==82.*
5555
SQLAlchemy==2.*
5656
sqlparse==0.*
5757
sshtunnel==0.*
58-
typer[all]==0.21.*
58+
typer[all]==0.23.*
5959
urllib3==1.26.*; python_version <= '3.9'
6060
urllib3==2.6.*; python_version > '3.9'
6161
user-agents==2.2.0

runtime/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
},
1313
"packageManager": "yarn@4.9.2",
1414
"devDependencies": {
15-
"electron": "40.1.0",
16-
"eslint": "^9.39.2",
17-
"eslint-plugin-unused-imports": "^4.2.0"
15+
"electron": "40.4.1",
16+
"eslint": "^10.0.0",
17+
"eslint-plugin-unused-imports": "^4.4.1"
1818
},
1919
"dependencies": {
20-
"axios": "^1.13.4",
20+
"axios": "^1.13.5",
2121
"electron-context-menu": "^4.1.0",
2222
"electron-store": "^11.0.2"
2323
}

0 commit comments

Comments
 (0)