Skip to content

Commit 038af54

Browse files
TheGreatSimoaaltat
authored andcommitted
Update the rerequirements
1 parent b5986f4 commit 038af54

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Diff for: requirements-dev.txt

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
# Requirements needed for SeleniumLibrary development but not by end users.
22
# 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
66
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
99
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
1313
black >= 20.8b1
14-
flake8 >= 3.9.0
14+
flake8 >= 6.1.0
1515

1616
# 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
2121
pygments
22-
beautifulsoup4 >= 4.9.3
22+
beautifulsoup4 >= 4.12.2
2323

2424
# Include normal dependencies from requirements.txt. Makes it possible to use
2525
# requirements-dev.txt as a single requirement file in PyCharm and other IDEs.

0 commit comments

Comments
 (0)