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

Upgrade Selenium from 3.141.0 to 4.23.1 #30

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,8 @@ The example pipeline contains 5 blocks:
* Run Security Tests
* Runs security checklist with Django default deployment checklist

## License

Copyright (c) 2020 Rendered Text

Distributed under the MIT License. See the file LICENSE.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ nose==1.3.7
pylint==2.6.0
pylint-django==2.3.0
pylint-plugin-utils==0.6
selenium==3.141.0
selenium==4.23.1
python-dotenv==0.10.1