Skip to content

Commit

Permalink
Update the rerequirements
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatSimo authored and aaltat committed Sep 28, 2024
1 parent b5986f4 commit 038af54
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# Requirements needed for SeleniumLibrary development but not by end users.
# Creating releases has its own requirements listed in requirements-build.txt.
invoke >= 1.4.1
mockito >= 1.2.2
robotstatuschecker >= 2.0.3
invoke >= 2.2.0
mockito >= 1.4.0
robotstatuschecker >= 3.0.1
approvaltests == 8.4.1
empty_files >= 0.0.3
pytest >= 6.0.2
empty_files >= 0.0.9
pytest >= 7.4.0
pytest-mockito >= 0.0.4
pytest-approvaltests >= 0.2.0
requests >= 2.24.0
robotframework-pabot >= 1.10.0
pytest-approvaltests >= 0.2.4
requests >= 2.31.0
robotframework-pabot >= 2.16.0
black >= 20.8b1
flake8 >= 3.9.0
flake8 >= 6.1.0

# Requirements needed when generating releases. See BUILD.rst for details.
rellu >= 0.6
twine >= 3.2.0
wheel >= 0.35.1
docutils >= 0.14
rellu >= 0.7
twine >= 4.0.2
wheel >= 0.41.1
docutils >= 0.20.1
pygments
beautifulsoup4 >= 4.9.3
beautifulsoup4 >= 4.12.2

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

0 comments on commit 038af54

Please sign in to comment.