buildafrica / backend-api

Backend API for Missing Persons Project
https://wecodeafrica.github.io/
2 stars 5 forks source link

Update psycopg2 to 2.8.3 #116

Open pyup-bot opened 5 years ago

pyup-bot commented 5 years ago

This PR updates psycopg2 from 2.8.2 to 2.8.3.

Changelog ### 2.8.3 ``` ^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Added *interval_status* parameter to `~psycopg2.extras.ReplicationCursor.start_replication()` method and other facilities to send automatic replication keepalives at periodic intervals (:ticket:`913`). - Fixed namedtuples caching introduced in 2.8 (:ticket:`928`). ```
Links - PyPI: https://pypi.org/project/psycopg2 - Changelog: https://pyup.io/changelogs/psycopg2/ - Homepage: http://initd.org/psycopg/