1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

dependency fix (#697)

* add dependency bound (markupsafe<2.1.0)
* bump to 2.6.5
This commit is contained in:
Ilya Kreymer 2022-02-20 16:36:28 -08:00 committed by GitHub
parent 0f05dbde55
commit 42445562da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
pywb 2.6.5 changelist
~~~~~~~~~~~~~~~~~~~~~
* fix build: add 'markupsafe<2.1.0' to requirements
pywb 2.6.4 changelist
~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,4 @@
__version__ = '2.6.4'
__version__ = '2.6.5'
if __name__ == '__main__':
print(__version__)

View File

@ -15,3 +15,4 @@ wsgiprox>=1.5.1
fakeredis<1.0
tldextract
python-dateutil
markupsafe<2.1.0