From: | Aditya Toshniwal <noreply(at)github(dot)com> |
---|---|
To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
Subject: | [pgadmin-org/pgadmin4] 292d76: Update SQLAlchemy, Flask, Flask-SQLAlchemy, and ot... |
Date: | 2023-03-15 06:27:29 |
Message-ID: | pgadmin-org/pgadmin4/push/refs/heads/master/294282-292d76@github.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 292d76b39e9d3c199222fac06ff3131a4055502b
https://github.com/pgadmin-org/pgadmin4/commit/292d76b39e9d3c199222fac06ff3131a4055502b
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Date: 2023-03-15 (Wed, 15 Mar 2023)
Changed paths:
M pkg/linux/build-functions.sh
M requirements.txt
M web/config.py
M web/migrations/versions/09d53fca90c7_.py
M web/migrations/versions/7fedf8531802_.py
M web/migrations/versions/aff1436e3c8c_.py
M web/migrations/versions/c465fee44968_.py
M web/migrations/versions/d39482714a2e_.py
M web/migrations/versions/f656e56dfdc8_.py
M web/migrations/versions/fdc58d9bd449_.py
M web/pgAdmin4.py
M web/pgadmin/__init__.py
M web/pgadmin/authenticate/__init__.py
M web/pgadmin/authenticate/kerberos.py
M web/pgadmin/browser/server_groups/servers/tests/test_check_ssh_mock_connect.py
M web/pgadmin/browser/utils.py
A web/pgadmin/evaluate_config.py
M web/pgadmin/model/__init__.py
M web/pgadmin/tools/sqleditor/__init__.py
M web/pgadmin/tools/user_management/__init__.py
M web/pgadmin/utils/session.py
Log Message:
-----------
Update SQLAlchemy, Flask, Flask-SQLAlchemy, and other packages to current versions. #5901
- Update Flask, Flask-SQLAlchemy, Flask-Babel, Flask-Security-Too, Flask-SocketIO, pytz, psutil, SQLAlchemy, bcrypt, cryptography, eventlet, Authlib, requests python packages
- Remove pinned dnspython, Werkzeug packages from requirements.txt
From | Date | Subject | |
---|---|---|---|
Next Message | dependabot[bot] | 2023-03-15 06:28:09 | [pgadmin-org/pgadmin4] 795e92: Bump webpack from 5.75.0 to 5.76.0 in /web |
Previous Message | Akshay Joshi | 2023-03-14 13:11:13 | [pgadmin-org/pgadmin4] 294282: Fixed circular import error. |