11[project ]
22name = " reflex"
3- version = " 0.8.26dev1 "
3+ version = " 0.8.27dev1 "
44description = " Web apps in pure Python."
55license.text = " Apache-2.0"
66authors = [
@@ -24,7 +24,7 @@ dependencies = [
2424 " click >=8.2" ,
2525 " granian[reload] >=2.5.5" ,
2626 " httpx >=0.23.3,<1.0" ,
27- " packaging >=24.2,<26 " ,
27+ " packaging >=24.2,<27 " ,
2828 " platformdirs >=4.3.7,<5.0" ,
2929 " psutil >=7.0.0,<8.0; sys_platform == 'win32'" ,
3030 " pydantic >=1.10.21,<3.0" ,
@@ -156,6 +156,7 @@ lint.ignore = [
156156 " PT012" ,
157157 " PYI" ,
158158 " RUF012" ,
159+ " RUF067" ,
159160 " S" ,
160161 " SLF" ,
161162 " SLOT" ,
@@ -243,7 +244,7 @@ fail_fast = true
243244
244245[[tool .pre-commit .repos ]]
245246repo = " https://github.com/astral-sh/ruff-pre-commit"
246- rev = " v0.14.9 "
247+ rev = " v0.14.13 "
247248hooks = [
248249 { id = " ruff-format" , args = [
249250 " reflex" ,
@@ -275,7 +276,7 @@ hooks = [
275276
276277[[tool .pre-commit .repos ]]
277278repo = " https://github.com/RobertCraigie/pyright-python"
278- rev = " v1.1.407 "
279+ rev = " v1.1.408 "
279280hooks = [{ id = " pyright" , args = [" reflex" , " tests" ], language = " system" }]
280281
281282[[tool .pre-commit .repos ]]
0 commit comments