From b6481ea1c24a8575e821082b4be1e64ab7f1f459 Mon Sep 17 00:00:00 2001 From: Tom Gillespie Date: Wed, 27 Apr 2022 22:03:50 -0700 Subject: [PATCH] setup.py bump dep versions --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 500bb984..e818fcd0 100644 --- a/setup.py +++ b/setup.py @@ -82,25 +82,25 @@ def tangle_files(*files): python_requires='>=3.6', tests_require=tests_require, install_requires=[ - 'augpathlib>=0.0.21', + 'augpathlib>=0.0.23', 'colorlog', 'docopt', 'gitpython', 'google-api-python-client', 'google-auth-oauthlib', 'htmlfn', - 'idlib>=0.0.1.dev7', + 'idlib>=0.0.1.dev10', "ipython; python_version < '3.7'", - 'joblib>=0.14.1', + 'joblib>=1.1.0', 'lxml', 'nest_asyncio', - 'ontquery>=0.2.6', + 'ontquery>=0.2.8', 'orthauth>=0.0.14', 'pyld', 'pyyaml', 'requests', 'terminaltables', - 'ttlser>=1.1.3', + 'ttlser>=1.1.4', ], extras_require={'dev': ['pytest-cov', 'wheel'], 'spell': ['hunspell'],