From 8806a093ec447b7b84ec54b05ced38c1f826cc11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20HUBSCHER?= Date: Fri, 18 Sep 2020 16:30:22 +0200 Subject: [PATCH] Upgrade dependencies.: --- setup.cfg | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/setup.cfg b/setup.cfg index ef173da..ce37a5c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,35 +1,35 @@ [metadata] name = copanier -version = 0.0.2 +version = 0.0.3 [options] packages = find: include_package_data = True install_requires = - Jinja2==2.10 - openpyxl==2.6.1 + Jinja2==2.11.2 + openpyxl==3.0.5 PyJWT==1.7.1 - PyYAML==5.2 - roll==0.10.1 - ujson==1.35 - minicli==0.4.4 - python-slugify==3.0.2 - debts==0.4 - emails==0.5 - Weasyprint==50 + PyYAML==5.3.1 + roll==0.12.3 + ujson==3.2.0 + minicli==0.5.0 + python-slugify==4.0.1 + debts==0.5 + emails==0.6 + Weasyprint==51 [options.extras_require] dev = - hupper==1.6.1 - minicli==0.4.4 - usine==0.2.2 + hupper==1.10.2 + minicli==0.5.0 + usine==0.2.3 test = - pyquery==1.4.0 - pytest==4.3.1 - pytest-asyncio==0.10.0 + pyquery==1.4.1 + pytest==6.0.2 + pytest-asyncio==0.14.0 prod = - gunicorn==19.9.0 - uvloop==0.12.2 + gunicorn==20.0.4 + uvloop==0.14.0 [options.entry_points]