diff --git a/README.md b/README.md index d56dc4b..d30e6ab 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/requirements.txt b/requirements.txt index 750086e..f542176 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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