Skip to content

Commit

Permalink
Update jina2 versions. Refs #747
Browse files Browse the repository at this point in the history
  • Loading branch information
koenedaele committed Mar 2, 2023
1 parent 8d6431f commit e7f2648
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ zope.sqlalchemy==1.6
transaction==3.0.1

# jinja2
jinja2==2.11.3
jinja2==3.1.2
markupsafe==2.0.1
pyramid-jinja2==2.10
Babel==2.11.0
Expand All @@ -41,4 +41,4 @@ bleach==5.0.1

# requests
requests==2.28.2
cachecontrol==0.12.11
cachecontrol==0.12.11
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ def run(self):
'pyramid_openapi3',
'openapi-spec-validator==0.4.0', # https://github.com/p1c2u/openapi-core/issues/442
'language_tags',
'jinja2 < 3.0.0',
'markupsafe==2.0.1', # necessary for <3 jinja2 versions
'jinja2 >= 3.0.0',
'markupsafe',
'pyramid_jinja2',
'alembic',
'babel',
Expand Down

0 comments on commit e7f2648

Please sign in to comment.