Skip to content

Commit

Permalink
Scheduled monthly dependency update for January (#50)
Browse files Browse the repository at this point in the history
* Update zeep from 3.4.0 to 4.0.0

* stop testing python 2.7

Co-authored-by: Tatu Wikman <tatu.wikman@gmail.com>
  • Loading branch information
pyup-bot and tswfi committed Jan 4, 2021
1 parent ff993b0 commit d4c59b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ History
* added two new methods get_shop_attribute and set_shop_attribute to shop class
* fixed some documentation typos
* fixed some code comments
* updated dec requirements via pyup
* updated dev requirements via pyup

0.4.0 (2018-09-10)
------------------
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
future==0.18.2
zeep==3.4.0
zeep==4.0.0

3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[tox]
envlist = py27, py36, flake8
envlist = py36, flake8

[travis]
python =
3.6: py36
2.7: py27

[testenv:flake8]
basepython=python
Expand Down

0 comments on commit d4c59b3

Please sign in to comment.