Commit graph

22 commits

Author SHA1 Message Date
Mohamed El Mouctar HAIDARA
4ce09488c9 fix: remove some workaround about ansible 2.8 and update docs 2021-05-09 16:12:47 +02:00
Adam Johnson
0984058e9f Unpin requirements
lxml has a security release in version 4.6.3, however I cannot upgrade to it due to ansible-playbook-grapher pinning it directly. As an installable tool that can interact with a virtualenv, ansible-playbook-grapher should not pin dependencies but declare ranges up until the next backwards-incompatible version, to allow users to fetch such upgrades.
2021-04-02 09:33:04 +01:00
dependabot-preview[bot]
9ebdb401d0 build(deps): Bump packaging from 20.4 to 20.9
Bumps [packaging](https://github.com/pypa/packaging) from 20.4 to 20.9.
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pypa/packaging/compare/20.4...20.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-14 01:40:19 +01:00
dependabot-preview[bot]
ce5a02148e build(deps): Bump graphviz from 0.14.2 to 0.16
Bumps [graphviz](https://github.com/xflr6/graphviz) from 0.14.2 to 0.16.
- [Release notes](https://github.com/xflr6/graphviz/releases)
- [Changelog](https://github.com/xflr6/graphviz/blob/master/CHANGES.txt)
- [Commits](https://github.com/xflr6/graphviz/compare/0.14.2...0.16)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-14 01:33:05 +01:00
dependabot-preview[bot]
e3da59b75b build(deps): Bump lxml from 4.6.1 to 4.6.2
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.1...lxml-4.6.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-03 16:12:01 +01:00
dependabot-preview[bot]
05dc11d946
Bump graphviz from 0.14.1 to 0.14.2 (#52)
Bumps [graphviz](https://github.com/xflr6/graphviz) from 0.14.1 to 0.14.2.
- [Release notes](https://github.com/xflr6/graphviz/releases)
- [Changelog](https://github.com/xflr6/graphviz/blob/master/CHANGES.txt)
- [Commits](https://github.com/xflr6/graphviz/compare/0.14.1...0.14.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-11-04 19:08:20 +01:00
dependabot-preview[bot]
05ecf8e702
Bump lxml from 4.5.2 to 4.6.1 (#53)
Bumps [lxml](https://github.com/lxml/lxml) from 4.5.2 to 4.6.1.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.5.2...lxml-4.6.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-11-04 08:56:15 +01:00
Mohamed El Mouctar HAIDARA
a43250d6e7 Revert "fix: Do not install a version of ansible >= 2.10"
This reverts commit ea55d6c2
2020-11-03 00:41:56 +01:00
Mohamed El Mouctar HAIDARA
ea55d6c2ce fix: Do not install a version of ansible >= 2.10 2020-11-03 00:28:36 +01:00
dependabot-preview[bot]
c48d672e9a Bump lxml from 4.5.1 to 4.5.2
Bumps [lxml](https://github.com/lxml/lxml) from 4.5.1 to 4.5.2.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.5.1...lxml-4.5.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-01 19:00:29 +02:00
dependabot-preview[bot]
04928365a4 Bump graphviz from 0.14 to 0.14.1
Bumps [graphviz](https://github.com/xflr6/graphviz) from 0.14 to 0.14.1.
- [Release notes](https://github.com/xflr6/graphviz/releases)
- [Changelog](https://github.com/xflr6/graphviz/blob/master/CHANGES.txt)
- [Commits](https://github.com/xflr6/graphviz/compare/0.14...0.14.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-01 19:00:05 +02:00
dependabot-preview[bot]
38f214f8cd
Bump lxml from 4.5.0 to 4.5.1 (#38)
Bumps [lxml](https://github.com/lxml/lxml) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.5.0...lxml-4.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-22 16:36:14 +02:00
dependabot-preview[bot]
5102c93e5c
Bump packaging from 20.3 to 20.4 (#37)
Bumps [packaging](https://github.com/pypa/packaging) from 20.3 to 20.4.
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pypa/packaging/compare/20.3...20.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-22 16:08:09 +02:00
dependabot-preview[bot]
b426e4916c
Bump graphviz from 0.13.2 to 0.14 (#33)
Bumps [graphviz](https://github.com/xflr6/graphviz) from 0.13.2 to 0.14.
- [Release notes](https://github.com/xflr6/graphviz/releases)
- [Changelog](https://github.com/xflr6/graphviz/blob/master/CHANGES.txt)
- [Commits](https://github.com/xflr6/graphviz/compare/0.13.2...0.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-15 19:16:09 +02:00
dependabot-preview[bot]
85ab8dd09e
Bump packaging from 20.1 to 20.3 (#30)
Bumps [packaging](https://github.com/pypa/packaging) from 20.1 to 20.3.
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pypa/packaging/compare/20.1...20.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-13 13:25:39 +02:00
Mohamed El Mouctar Haidara
8b7e92cdc2
Update dependencies (#29)
* Update lxml to 4.5.0

* Update graphiz to 0.13.2 and ansible min version to 2.8.0

* Update packaging to 20.1

* Pin package versions in test requirements
2020-02-25 16:23:08 +00:00
Mohamed El Mouctar Haidara
5f051df6f6
fix #18: New CLI compatible with ansible 2.8 (#19)
This change is needed because of https://github.com/ansible/ansible/pull/50069.

The new CLI in this PR should be used in the future when we drop support
for Ansible < 2.8
2019-06-10 01:00:49 +02:00
Mohamed El Mouctar HAIDARA
28039f8239 travis: Remove ansible 2.4, 2.5, 2.6. Update python3 to 3.6 2019-03-26 00:25:34 +01:00
Mohamed El Mouctar HAIDARA
e176354cf4 Drop pandoc: pypi supports description in markdown 2019-02-18 22:20:57 +01:00
Mohamed El Mouctar HAIDARA
7eb9788297 Update dependencies: graphviz==0.10.1, lxml==4.2.5 2018-12-30 21:24:56 +01:00
Mohamed HAIDARA
eea374e9b2 use pandoc to convert the readme to rst 2017-11-21 13:38:15 +01:00
Haidara Mohamed El Mouctar
a363eae94b
Tests and Travis Integration (#9)
* Test for grapher and post_processor (To complete)

* Udpate readme 

* Add requirements.txt and update setup.py

* Add .travis.yml
2017-11-21 12:17:33 +01:00