Skip to content

Commit 1627323

Browse files
committed
upgraded selectolax to 0.4.6; bumped version to 0.6.0
1 parent d5ee244 commit 1627323

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
name = "funpayparsers"
33
description = "Set of parsers for FunPay website."
44
keywords = ["funpay", "parser", "bot", "api", "funpayapi", "funpayparser", "funpaybot"]
5-
version = "0.5.15"
5+
version = "0.6.0"
66
readme = "README.md"
77
license = "MIT"
88

99
requires-python = ">=3.10"
1010
dependencies = [
11-
"selectolax~=0.3.31",
11+
"selectolax~=0.4.6",
1212
"typing-extensions~=4.14.0",
1313
"tzdata; platform_system == \"Windows\"",
1414
]

0 commit comments

Comments
 (0)