Skip to content

Commit

Permalink
Pin selenium
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesoutterside committed Dec 9, 2021
1 parent e65be40 commit 3a8c1f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 20 deletions.
3 changes: 2 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ django-webtest
django-braces
hypothesis
pip-tools
selenium
selenium<4.0
mock
swapper
six
25 changes: 6 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,22 @@
# pip-compile
#
asgiref==3.4.1 # via django
async-generator==1.10 # via trio, trio-websocket
attrs==21.2.0 # via hypothesis, outcome, pytest, trio
attrs==21.2.0 # via hypothesis, pytest
beautifulsoup4==4.10.0 # via webtest
certifi==2021.10.8 # via urllib3
cffi==1.15.0 # via cryptography
click==8.0.3 # via pip-tools
coverage[toml]==6.2 # via -r requirements.in, pytest-cov
cryptography==36.0.0 # via pyopenssl, urllib3
django-braces==1.15.0 # via -r requirements.in
django-model-utils==4.2.0 # via -r requirements.in
django-webtest==1.9.8 # via -r requirements.in
django==3.2.10 # via -r requirements.in, django-braces, django-model-utils, model-mommy
fancycompleter==0.9.1 # via pdbpp
flake8==4.0.1 # via -r requirements.in
h11==0.12.0 # via wsproto
hypothesis==6.30.1 # via -r requirements.in
idna==3.3 # via trio, urllib3
hypothesis==6.31.0 # via -r requirements.in
importlib-metadata==4.2.0 # via click, flake8, pep517, pluggy, pytest
iniconfig==1.1.1 # via pytest
mccabe==0.6.1 # via flake8
mock==4.0.3 # via -r requirements.in
model-mommy==2.0.0 # via -r requirements.in
outcome==1.1.0 # via trio
packaging==21.3 # via pytest
path.py==12.5.0 # via -r requirements.in
path==16.2.0 # via path.py
Expand All @@ -37,35 +30,29 @@ pip-tools==6.4.0 # via -r requirements.in
pluggy==1.0.0 # via pytest
py==1.11.0 # via pytest
pycodestyle==2.8.0 # via flake8
pycparser==2.21 # via cffi
pyflakes==2.4.0 # via flake8
pygments==2.10.0 # via pdbpp
pyopenssl==21.0.0 # via urllib3
pyparsing==3.0.6 # via packaging
pyrepl==0.9.0 # via fancycompleter
pytest-cov==3.0.0 # via -r requirements.in
pytest-django==4.5.2 # via -r requirements.in
pytest==6.2.5 # via -r requirements.in, pytest-cov, pytest-django
pytz==2021.3 # via django
selenium==4.1.0 # via -r requirements.in
six==1.16.0 # via pyopenssl
sniffio==1.2.0 # via trio
sortedcontainers==2.4.0 # via hypothesis, trio
selenium==3.141.0 # via -r requirements.in
six==1.16.0 # via -r requirements.in
sortedcontainers==2.4.0 # via hypothesis
soupsieve==2.3.1 # via beautifulsoup4
sqlparse==0.4.2 # via django
swapper==1.3.0 # via -r requirements.in
toml==0.10.2 # via pytest
tomli==1.2.2 # via coverage, pep517
trio-websocket==0.9.2 # via selenium
trio==0.19.0 # via selenium, trio-websocket
typing-extensions==4.0.1 # via asgiref, importlib-metadata
urllib3[secure]==1.26.7 # via selenium
urllib3==1.26.7 # via selenium
waitress==2.0.0 # via webtest
webob==1.8.7 # via webtest
webtest==3.0.0 # via django-webtest
wheel==0.37.0 # via pip-tools
wmctrl==0.4 # via pdbpp
wsproto==1.0.0 # via trio-websocket
zipp==3.6.0 # via importlib-metadata, pep517

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 3a8c1f1

Please sign in to comment.