From 6f8acd14fe2753c47c83be723b692cce6135adf4 Mon Sep 17 00:00:00 2001 From: sale3 Date: Tue, 5 Nov 2024 19:51:00 +0000 Subject: [PATCH] bump taf and olaaf versions --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d64390c..4ca534a 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages, setup PACKAGE_NAME = 'olaaf-transient' -VERSION = '0.32.2' +VERSION = '0.33.1' AUTHOR = 'Open Law Library' AUTHOR_EMAIL = 'info@openlawlib.org' DESCRIPTION = 'Implementation of transient authentication' @@ -55,7 +55,7 @@ "GitPython >= 2.1.11", "selenium ~= 3.0", "lxml >= 4.3", - "taf == 0.31.2", + "taf == 0.32.1", ], extras_require={ 'ci': ci_require,