Skip to content

Commit

Permalink
bump taf and olaaf versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sale3 committed Nov 5, 2024
1 parent dd93983 commit 6f8acd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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,

0 comments on commit 6f8acd1

Please sign in to comment.