diff options
| author | bozo.kopic <bozo.kopic@gmail.com> | 2019-06-14 23:41:06 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo.kopic@gmail.com> | 2019-06-14 23:41:06 +0200 |
| commit | f8ab65b277c2eb7b9ed0e6d78f0302d388e0eff0 (patch) | |
| tree | 2950493ab77bf08c2a2c00a81d8bc05ee80f7ac7 | |
| parent | b6744baa7f12b994aa4b8af7d930a8ab7e320655 (diff) | |
python dependencies version update
| -rw-r--r-- | VERSION | 2 | ||||
| -rw-r--r-- | requirements.txt | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -1 +1 @@ -0.1.2 +0.1.3 diff --git a/requirements.txt b/requirements.txt index 421fb9d..a5bba0e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ doit == 0.31.1 -pyyaml == 5.1 +pyyaml == 5.1.1 jsonschema == 3.0.1 aiohttp == 3.5.4 flake8 == 3.7.7 -pycairo == 1.18.0 -wheel == 0.33.1 +pycairo == 1.18.1 +wheel == 0.33.4 |
