Skip to content

Commit

Permalink
Restrict jinja2 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed May 14, 2021
1 parent 19521b2 commit 4deab10
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ email-validator==1.1.2
first>=2.0.2
idna==2.10
isort>=5.0.0
jinja2>=2.11.2
jinja2<3.0.0,>=2.11.2
mkrecipe>=0.1.2
natsort>=7.1.0
packaging>=20.4
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cli/test_show_/test_requirements_3_10__.tree
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ repo_helper==2020.12.18
├── first>=2.0.2
├── idna==2.10
├── isort>=5.0.0
├── jinja2>=2.11.2
├── jinja2<3.0.0,>=2.11.2
│ └── MarkupSafe>=0.23
├── mkrecipe>=0.1.2
│ ├── click>=7.1.2
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cli/test_show_/test_requirements_3_6_.tree
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ repo_helper==2020.12.18
├── first>=2.0.2
├── idna==2.10
├── isort>=5.0.0
├── jinja2>=2.11.2
├── jinja2<3.0.0,>=2.11.2
│ └── MarkupSafe>=0.23
├── mkrecipe>=0.1.2
│ ├── click>=7.1.2
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cli/test_show_/test_requirements_3_7_.tree
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ repo_helper==2020.12.18
├── first>=2.0.2
├── idna==2.10
├── isort>=5.0.0
├── jinja2>=2.11.2
├── jinja2<3.0.0,>=2.11.2
│ └── MarkupSafe>=0.23
├── mkrecipe>=0.1.2
│ ├── click>=7.1.2
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cli/test_show_/test_requirements_3_8_.tree
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ repo_helper==2020.12.18
├── first>=2.0.2
├── idna==2.10
├── isort>=5.0.0
├── jinja2>=2.11.2
├── jinja2<3.0.0,>=2.11.2
│ └── MarkupSafe>=0.23
├── mkrecipe>=0.1.2
│ ├── click>=7.1.2
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cli/test_show_/test_requirements_3_9_.tree
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ repo_helper==2020.12.18
├── first>=2.0.2
├── idna==2.10
├── isort>=5.0.0
├── jinja2>=2.11.2
├── jinja2<3.0.0,>=2.11.2
│ └── MarkupSafe>=0.23
├── mkrecipe>=0.1.2
│ ├── click>=7.1.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repo_helper==2020.12.18
├── first>=2.0.2
├── idna<3,==2.10,>=2.5
├── isort<=5.6.4,>=5.5.2
├── jinja2>=2.11.3
├── jinja2<3.0.0,>=2.11.3
├── jsonschema>=3.2.0
├── lockfile>=0.12.2
├── markupsafe>=0.23
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repo_helper==2020.12.18
├── importlib-metadata; python_version < "3.8"
├── importlib-resources>=3.0.0; python_version < "3.7"
├── isort<=5.6.4,>=5.5.2
├── jinja2>=2.11.3
├── jinja2<3.0.0,>=2.11.3
├── jsonschema>=3.2.0
├── lockfile>=0.12.2
├── markupsafe>=0.23
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repo_helper==2020.12.18
├── importlib-metadata>=1.5.0; python_version < "3.9"
├── importlib-metadata; python_version < "3.8"
├── isort<=5.6.4,>=5.5.2
├── jinja2>=2.11.3
├── jinja2<3.0.0,>=2.11.3
├── jsonschema>=3.2.0
├── lockfile>=0.12.2
├── markupsafe>=0.23
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repo_helper==2020.12.18
├── idna<3,==2.10,>=2.5
├── importlib-metadata>=1.5.0; python_version < "3.9"
├── isort<=5.6.4,>=5.5.2
├── jinja2>=2.11.3
├── jinja2<3.0.0,>=2.11.3
├── jsonschema>=3.2.0
├── lockfile>=0.12.2
├── markupsafe>=0.23
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repo_helper==2020.12.18
├── first>=2.0.2
├── idna<3,==2.10,>=2.5
├── isort<=5.6.4,>=5.5.2
├── jinja2>=2.11.3
├── jinja2<3.0.0,>=2.11.3
├── jsonschema>=3.2.0
├── lockfile>=0.12.2
├── markupsafe>=0.23
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ repo_helper==2020.12.18
├── first>=2.0.2
├── idna==2.10
├── isort>=5.0.0
├── jinja2>=2.11.2
├── jinja2<3.0.0,>=2.11.2
│ └── MarkupSafe>=0.23
├── mkrecipe>=0.1.2
│ ├── click>=7.1.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ repo_helper==2020.12.18
├── first>=2.0.2
├── idna==2.10
├── isort>=5.0.0
├── jinja2>=2.11.2
├── jinja2<3.0.0,>=2.11.2
│ └── MarkupSafe>=0.23
├── mkrecipe>=0.1.2
│ ├── click>=7.1.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ repo_helper==2020.12.18
├── first>=2.0.2
├── idna==2.10
├── isort>=5.0.0
├── jinja2>=2.11.2
├── jinja2<3.0.0,>=2.11.2
│ └── MarkupSafe>=0.23
├── mkrecipe>=0.1.2
│ ├── click>=7.1.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ repo_helper==2020.12.18
├── first>=2.0.2
├── idna==2.10
├── isort>=5.0.0
├── jinja2>=2.11.2
├── jinja2<3.0.0,>=2.11.2
│ └── MarkupSafe>=0.23
├── mkrecipe>=0.1.2
│ ├── click>=7.1.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ repo_helper==2020.12.18
├── first>=2.0.2
├── idna==2.10
├── isort>=5.0.0
├── jinja2>=2.11.2
├── jinja2<3.0.0,>=2.11.2
│ └── MarkupSafe>=0.23
├── mkrecipe>=0.1.2
│ ├── click>=7.1.2
Expand Down

0 comments on commit 4deab10

Please sign in to comment.