mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-17 16:34:44 -05:00
Python (requirements.txt, tools/, web/regression/): - cryptography 46.0 -> 47.0 (move CFB8 import to decrepit module to silence the 47.0 deprecation warning and survive 49.0 removal) - typer 0.24 -> 0.25 for python>3.9 (drop removed [all] extra) - safety >=1.9.0 -> >=3.7.0 (CI audit tool) - requests >=2.21.0 -> >=2.33.1 - testtools 2.8.7 -> 2.9.1 - pycodestyle >=2.5.0 -> >=2.14.0 JavaScript (web/package.json, web/yarn.lock): - postcss 8.5.6 -> 8.5.12 - moment-timezone 0.6.0 -> 0.6.2 - @tanstack/react-query 5.90 -> 5.100.5 Skipped (genuine breaking changes): @mui/material 7->9 (#9843), @mui/x-date-pickers 8->9 (#9888).