Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
Merge pull request #244 from valerymelou/pyup-update-psycopg2-2.7.3.2…
Browse files Browse the repository at this point in the history
…-to-2.7.4

Update psycopg2 to 2.7.4
  • Loading branch information
valerymelou committed Apr 22, 2018
2 parents e499e3c + 06b23d8 commit 04cef1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Pillow==5.1.0
# from http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg
{% else %}
# Python-PostgreSQL Database Adapter
psycopg2==2.7.3.2
psycopg2==2.7.4
{%- endif %}

# Time zones support
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Python-PostgreSQL Database Adapter
# If using Win for dev, this assumes Unix in prod
# ------------------------------------------------
psycopg2==2.7.3.2
psycopg2==2.7.4
{%- endif %}

# WSGI Handler
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% if cookiecutter.windows == 'y' -%}
# Python-PostgreSQL Database Adapter
# If using Win for dev, this assumes Unix in test/prod
psycopg2==2.7.3.2
psycopg2==2.7.4
{%- endif %}

coverage==4.5.1
Expand Down

0 comments on commit 04cef1a

Please sign in to comment.