Skip to content
Snippets Groups Projects
Commit 88fe4c13 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch 'fix/selenium-version' into 'master'

Limit Selenium to <4.10 as newer versions are not compatible with Django

See merge request !222
parents 36007c32 662fb1c1
No related branches found
No related tags found
1 merge request!222Limit Selenium to <4.10 as newer versions are not compatible with Django
Pipeline #137926 failed
......@@ -26,7 +26,7 @@ django-stubs = "^4.2"
pytest = "^7.2"
pytest-django = "^4.1"
pytest-django-testing-postgresql = "^0.2"
selenium = "^4.0.0"
selenium = "<4.10.0"
safety = "^2.3.5"
flake8 = "^6.0.0"
flake8-django = "^1.0.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment