From 6181d07855f9edc6a4b60d09e95095cdcd925e99 Mon Sep 17 00:00:00 2001 From: Miguel BarĂ£o Date: Sun, 15 Jan 2023 16:23:59 +0000 Subject: [PATCH] update setup.py to latest package versions --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 94f523d..5194424 100644 --- a/setup.py +++ b/setup.py @@ -20,12 +20,12 @@ setup( include_package_data=True, # install files from MANIFEST.in python_requires='>=3.9.*', install_requires=[ - 'tornado>=6.0', - 'mistune>=3', + 'tornado>=6.2', + 'mistune>=3.0.0rc4', 'pyyaml>=5.1', 'pygments', - 'sqlalchemy>=1.4', - 'bcrypt>=3.1', + 'sqlalchemy>=2.0.0rc2', + 'bcrypt>=4.0.1', 'networkx>=2.4' ], entry_points={ -- libgit2 0.21.2