Skip to content

Commit

Permalink
chore: remove selenium
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 committed Oct 18, 2023
1 parent d296823 commit 74982b4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 21 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.7.2
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.28.63
boto3==1.28.65
# via fs-s3fs
botocore==1.31.63
botocore==1.31.65
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -115,7 +115,7 @@ typing-extensions==4.8.0
# via
# asgiref
# rich
urllib3==1.26.17
urllib3==1.26.18
# via
# botocore
# requests
Expand Down
10 changes: 3 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.28.63
boto3==1.28.65
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.63
botocore==1.31.65
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -298,10 +298,6 @@ s3transfer==0.7.0
# -r requirements/base.txt
# -r requirements/test.txt
# boto3
selenium==3.4.1
# via
# -r requirements/test.in
# -r requirements/test.txt
simplejson==3.19.2
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -362,7 +358,7 @@ typing-extensions==4.8.0
# astroid
# pylint
# rich
urllib3==1.26.17
urllib3==1.26.18
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
8 changes: 3 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.28.63
boto3==1.28.65
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.63
botocore==1.31.65
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -251,8 +251,6 @@ s3transfer==0.7.0
# via
# -r requirements/test.txt
# boto3
selenium==3.4.1
# via -r requirements/test.txt
simplejson==3.19.2
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -304,7 +302,7 @@ typing-extensions==4.8.0
# astroid
# pylint
# rich
urllib3==1.26.17
urllib3==1.26.18
# via
# -r requirements/test.txt
# botocore
Expand Down
1 change: 0 additions & 1 deletion requirements/test.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ mock
pytest-django
pytest-cov
pytest-rerunfailures
selenium==3.4.1 # Forcing this version fixes issues on CI
tox # Virtualenv management for tests
tox-battery # Makes tox aware of requirements file changes
8 changes: 3 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.28.63
boto3==1.28.65
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.63
botocore==1.31.65
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -188,8 +188,6 @@ s3transfer==0.7.0
# via
# -r requirements/base.txt
# boto3
selenium==3.4.1
# via -r requirements/test.in
simplejson==3.19.2
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -230,7 +228,7 @@ typing-extensions==4.8.0
# -r requirements/base.txt
# asgiref
# rich
urllib3==1.26.17
urllib3==1.26.18
# via
# -r requirements/base.txt
# botocore
Expand Down

0 comments on commit 74982b4

Please sign in to comment.