Skip to content

Commit e1e5553

Browse files
committed
Bump Selenium version
1 parent 4793f6d commit e1e5553

File tree

2 files changed

+59
-43
lines changed

2 files changed

+59
-43
lines changed

poetry.lock

+57-41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ line_length = 120
1717
python = ">=3.7,<4.0"
1818
requests = "^2.26.0"
1919
tldextract = "^3.1.1"
20-
selenium = "^4.1.0"
20+
selenium = "^4.3.0"
2121

2222
[tool.poetry.dev-dependencies]
2323
pytest = "^6.2.4"
2424
black = "^22.1.0"
2525
pylint = "^2.12.2"
2626
types-requests = "^2.25.6"
27-
types-selenium = "^3.141.7"
27+
types-selenium = "^3.141.9"
2828

2929
[build-system]
3030
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)