From 25c31425865bda82efcc33f517e0600cfd8f481e Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Sat, 2 Nov 2024 17:39:15 +0530 Subject: [PATCH] Updated python packages. --- docs/en_US/release_notes_8_13.rst | 6 +++--- requirements.txt | 11 ++++++----- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/en_US/release_notes_8_13.rst b/docs/en_US/release_notes_8_13.rst index af6502dfe..ec9eb9df8 100644 --- a/docs/en_US/release_notes_8_13.rst +++ b/docs/en_US/release_notes_8_13.rst @@ -2,7 +2,7 @@ Version 8.13 ************ -Release date: 2024-10-22 +Release date: 2024-11-14 This release contains a number of bug fixes and new features since the release of pgAdmin 4 v8.12. @@ -29,6 +29,8 @@ New features Housekeeping ************ + | `Issue #8061 `_ - Updated the react-menu library from v2 to v4. + | `Issue #8077 `_ - Remove bootstrap from the runtime code. Bug fixes ********* @@ -49,5 +51,3 @@ Bug fixes | `Issue #8007 `_ - Fixed an issue in the debugger where function arguments of the character data type were being truncated. | `Issue #8013 `_ - Fix the issue where rows do not retain shading when scrolling. | `Issue #8022 `_ - Use PG17 as the default in the container. - | `Issue #8061 `_ - Updated the react-menu library from v2 to v4. - | `Issue #8077 `_ - Remove bootstrap from the runtime code. diff --git a/requirements.txt b/requirements.txt index 807d4322b..41f3dad5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,12 +21,13 @@ Flask-Babel==4.0.* Flask-Security-Too==5.5.*; python_version >= '3.10' Flask-Security-Too==5.4.*; python_version <= '3.9' Flask-SocketIO==5.4.* -WTForms==3.1.* +WTForms==3.2.*; python_version >= '3.10' +WTForms==3.1.*; python_version <= '3.9' passlib==1.* pytz==2024.* speaklater3==1.* sqlparse==0.* -psutil==6.0.* +psutil==6.1.* psycopg[c]==3.2.3 python-dateutil==2.* SQLAlchemy==2.* @@ -34,7 +35,7 @@ bcrypt==4.2.* cryptography==43.0.* sshtunnel==0.* ldap3==2.* -gssapi==1.8.* +gssapi==1.9.* eventlet==0.37.0 user-agents==2.2.0 pywinpty==2.0.*; sys_platform=="win32" @@ -45,9 +46,9 @@ qrcode[pil]==8.*; python_version >= '3.9' boto3==1.35.* urllib3==1.26.* azure-mgmt-rdbms==10.1.0 -azure-mgmt-resource==23.1.1 +azure-mgmt-resource==23.2.0 azure-mgmt-subscription==3.1.1 -azure-identity==1.18.0 +azure-identity==1.19.0 google-api-python-client==2.* google-auth-oauthlib==1.2.1 keyring==25.*