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 #2 from valerymelou/pyup-update-psycopg2-2.6.1-to-…
Browse files Browse the repository at this point in the history
…2.6.2

Update psycopg2 to 2.6.2
  • Loading branch information
valerymelou committed Jul 8, 2016
2 parents 2b1aac7 + 883a33a commit 0905be7
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 @@ -18,7 +18,7 @@ django-secure==1.0.1
# from http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg
{% else %}
# Python-PostgreSQL Database Adapter
psycopg2==2.6.1
psycopg2==2.6.2
{%- 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,5 +6,5 @@
# Python-PostgreSQL Database Adapter
# If using Win for dev, this assumes Unix in prod
# ------------------------------------------------
psycopg2==2.6.1
psycopg2==2.6.2
{%- endif %}
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.6.1
psycopg2==2.6.2
{%- endif %}

coverage==4.1
Expand Down

0 comments on commit 0905be7

Please sign in to comment.