Skip to content

Commit

Permalink
Fix jinja2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Blanca Fuentes Monjas committed Nov 19, 2024
1 parent 9b5fbc4 commit d7968f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ filelock==3.16.1; python_version >= '3.8'
importlib_metadata==4.0.1; python_version < '3.8'
jsonschema==3.2.0
jinja2==3.0; python_version < '3.7'
jinja2==3.2; python_version >= '3.7'
jinja2==3.1.2; python_version >= '3.7'
lxml==5.2.0; python_version < '3.8' and platform_machine == 'aarch64'
lxml==5.3.0; python_version >= '3.8' or platform_machine != 'aarch64'
pytest==7.0.1; python_version < '3.8'
Expand Down

0 comments on commit d7968f1

Please sign in to comment.