summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Pleau <jason@jpleau.ca>2018-03-30 15:32:15 -0400
committerJason Pleau <jason@jpleau.ca>2018-03-30 15:32:15 -0400
commit721eeee2b260b0077b4036a4a3006e6a537f670d (patch)
treeed9f8f3bc3020eac7af47f7f2194e8310854b392
parentc48a8f0b4fd119ed26cbcccd3044b3f12b435f70 (diff)
bump dependency on python-dockerpycreds to 0.2.2
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index ee28069..892c91f 100644
--- a/debian/control
+++ b/debian/control
@@ -13,14 +13,14 @@ Build-Depends: debhelper (>= 10),
python-requests (>= 2.11.1~),
python-six (>= 1.4.0~),
python-websocket (>= 0.32.0~),
- python-dockerpycreds (>= 0.2.1),
+ python-dockerpycreds (>= 0.2.2),
python-backports.ssl-match-hostname (>= 3.5),
python-ipaddress (>=1.0.16),
# setup.py - python3
python3-requests (>= 2.11.1~),
python3-six (>= 1.4.0~),
python3-websocket (>= 0.32.0~),
- python3-dockerpycreds (>= 0.2.1),
+ python3-dockerpycreds (>= 0.2.2),
# test-requirements.txt
# python-mock (>= 1.0.1~),
# python-coverage (>= 3.7.1~),