akshaybabloo / gollahalli-cms

Files for gollahalli.com web site
https://www.gollahalli.com
MIT License
0 stars 0 forks source link

Update psycopg2 to 2.7.7 #148

Closed pyup-bot closed 5 years ago

pyup-bot commented 5 years ago

This PR updates psycopg2 from 2.7.6 to 2.7.7.

Changelog ### 2.7.7 ``` ^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Cleanup of the cursor results assignment code, which might have solved double free and inconsistencies in concurrent usage (:tickets:`346, 384`). - Wheel package compiled against OpenSSL 1.0.2q. ``` ### 2.7.6.1 ``` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Fixed binary package broken on OS X 10.12 (:ticket:`807`). - Wheel package compiled against PostgreSQL 11.1 libpq. ```
Links - PyPI: https://pypi.org/project/psycopg2 - Changelog: https://pyup.io/changelogs/psycopg2/ - Homepage: http://initd.org/psycopg/