Skip to content

Commit

Permalink
Merge pull request #26 from SourFor/master
Browse files Browse the repository at this point in the history
change psycopg2 version to 2.8.5
  • Loading branch information
Esteban Sanchez authored Jul 14, 2020
2 parents bcd18fa + cb48f1c commit 2fcbe00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
psycopg2==2.7.3.2
psycopg2==2.8.5
prometheus_client==0.0.21
python-json-logger==0.1.5
pycodestyle
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
keywords = ['prometheus', 'pgbouncer'],
classifiers = [],
python_requires = ' >= 3',
install_requires = ['psycopg2 == 2.7.3.2', 'prometheus_client==0.0.21', 'python-json-logger==0.1.5', 'PyYAML==5.3.1'],
install_requires = ['psycopg2 == 2.8.5', 'prometheus_client==0.0.21', 'python-json-logger==0.1.5', 'PyYAML==5.3.1'],
entry_points = {
'console_scripts': [
'pgbouncer-exporter=prometheus_pgbouncer_exporter.cli:main',
Expand Down

0 comments on commit 2fcbe00

Please sign in to comment.