File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
# Requirements needed for SeleniumLibrary development but not by end users.
2
2
# Creating releases has its own requirements listed in requirements-build.txt.
3
- invoke >= 1.4.1
4
- mockito >= 1.2.2
5
- robotstatuschecker >= 2 .0.3
3
+ invoke >= 2.2.0
4
+ mockito >= 1.4.0
5
+ robotstatuschecker >= 3 .0.1
6
6
approvaltests == 8.4.1
7
- empty_files >= 0.0.3
8
- pytest >= 6.0.2
7
+ empty_files >= 0.0.9
8
+ pytest >= 7.4.0
9
9
pytest-mockito >= 0.0.4
10
- pytest-approvaltests >= 0.2.0
11
- requests >= 2.24 .0
12
- robotframework-pabot >= 1.10.0
10
+ pytest-approvaltests >= 0.2.4
11
+ requests >= 2.31 .0
12
+ robotframework-pabot >= 2.16.0
13
13
black >= 20.8b1
14
- flake8 >= 3.9.0
14
+ flake8 >= 6.1.0
15
15
16
16
# Requirements needed when generating releases. See BUILD.rst for details.
17
- rellu >= 0.6
18
- twine >= 3.2.0
19
- wheel >= 0.35.1
20
- docutils >= 0.14
17
+ rellu >= 0.7
18
+ twine >= 4.0.2
19
+ wheel >= 0.41.1
20
+ docutils >= 0.20.1
21
21
pygments
22
- beautifulsoup4 >= 4.9.3
22
+ beautifulsoup4 >= 4.12.2
23
23
24
24
# Include normal dependencies from requirements.txt. Makes it possible to use
25
25
# requirements-dev.txt as a single requirement file in PyCharm and other IDEs.
You can’t perform that action at this time.
0 commit comments