From 8c8be6461c0140775aca6abaf1a1f7a17418e331 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Wed, 15 Mar 2023 12:21:43 +0530 Subject: [PATCH] Remove pyOpenSSL from requirements --- docs/en_US/release_notes_7_0.rst | 2 +- requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/en_US/release_notes_7_0.rst b/docs/en_US/release_notes_7_0.rst index a333b3af1..6b91394e8 100644 --- a/docs/en_US/release_notes_7_0.rst +++ b/docs/en_US/release_notes_7_0.rst @@ -28,6 +28,7 @@ Housekeeping | `Issue #5011 `_ - Added support for psycopg3 along with psycopg2. | `Issue #5701 `_ - Remove Bootstrap and jQuery usage. + | `Issue #5901 `_ - Update SQLAlchemy, Flask, Flask-SQLAlchemy, and other packages to current versions. Bug fixes ********* @@ -38,7 +39,6 @@ Bug fixes | `Issue #5824 `_ - Ensure that the user's storage directory is created when the users are created, as well as for those users who have not yet been created. | `Issue #5833 `_ - Fixed an issue where user MFA entry was not getting delete after deleting a user. | `Issue #5874 `_ - Make "using" and "with check" fields a textarea in the RLS policy. - | `Issue #5901 `_ - Update SQLAlchemy, Flask, Flask-SQLAlchemy, and other packages to current versions. | `Issue #5904 `_ - Fixed an issue where the count query should not be triggered when the estimated count is less than zero. | `Issue #5929 `_ - Dashboard graph Y-axis width should increase with label. | `Issue #5943 `_ - Use http for SVG namespace URLs which were changed to https for SonarQube fixes. diff --git a/requirements.txt b/requirements.txt index 7659ad6fd..9553f135c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,6 @@ python-dateutil==2.* SQLAlchemy==2.* bcrypt==4.0.* cryptography==39.0.* -pyOpenSSL>=23.* # required by cryptography sshtunnel==0.* ldap3==2.* gssapi==1.8.*