Skip to content

Commit 4110bae

Browse files
committed
Update markupsafe versions
1 parent ce2215d commit 4110bae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ commands =
3232

3333
[testenv:e2e]
3434
deps =
35-
markupsafe==2.0.1
35+
markupsafe<=2.0.1
3636
flake8
3737
pytest
3838
commands =
@@ -42,7 +42,7 @@ commands =
4242

4343
[testenv:cov]
4444
deps =
45-
markupsafe==2.0.1
45+
markupsafe<=2.0.1
4646
pytest
4747
pytest-mock
4848
pytest-cov
@@ -52,7 +52,7 @@ commands =
5252

5353
[testenv:cov-html]
5454
deps =
55-
markupsafe==2.0.1
55+
markupsafe<=2.0.1
5656
pytest
5757
pytest-mock
5858
pytest-cov

0 commit comments

Comments
 (0)