Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the rerequirements #1849

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
28 changes: 14 additions & 14 deletions requirements-dev.txt
@@ -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