Skip to content

Commit 16835b1

Browse files
committed
chore(pyproject.toml): update splinter version to "^0.19.0" to ensure compatibility with flask extras
1 parent 78cbe53 commit 16835b1

File tree

2 files changed

+8
-28
lines changed

2 files changed

+8
-28
lines changed

poetry.lock

Lines changed: 7 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ mkdocs-material = "^9.4.8"
2121
flask-sqlalchemy = "^3.0.5"
2222
pytest = "^7.4.3"
2323
black = ">=23.3,<25.0"
24-
splinter = {version = "^0.18.1", extras = ["flask"]}
24+
splinter = {version = "^0.19.0", extras = ["flask"]}
2525
urllib3 = "^1.26.18"
2626

2727
[build-system]

0 commit comments

Comments
 (0)