Skip to content

Commit c5bfad4

Browse files
authored
bump to 083 for dev (#5572)
* bump to 083 dev * sort ascending * bump lucide icons
1 parent c82a942 commit c5bfad4

7 files changed

Lines changed: 366 additions & 353 deletions

File tree

pyi_hashes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"reflex/components/el/elements/tables.pyi": "e5573a4a8c9cb13d8169a596b6699b31",
4040
"reflex/components/el/elements/typography.pyi": "dc4e234a7a58be0a9c2c6036a52f9b59",
4141
"reflex/components/gridjs/datatable.pyi": "5c19d2b5788a8520d43a4d6dcc247705",
42-
"reflex/components/lucide/icon.pyi": "e48c9fa2fe6308d366634b6a5157bf3a",
42+
"reflex/components/lucide/icon.pyi": "637bf77970ef805ac4bdc1eba77ece76",
4343
"reflex/components/markdown/markdown.pyi": "a569dd6a60d67baebfc4d04cddf85020",
4444
"reflex/components/moment/moment.pyi": "4ca29ae9cae720eb5c4955682e4cb7df",
4545
"reflex/components/plotly/plotly.pyi": "1de86aa6881e59d4053206e62e3039c3",

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "reflex"
3-
version = "0.8.2dev1"
3+
version = "0.8.3dev1"
44
description = "Web apps in pure Python."
55
license.text = "Apache-2.0"
66
authors = [
@@ -229,7 +229,7 @@ fail_fast = true
229229

230230
[[tool.pre-commit.repos]]
231231
repo = "https://github.com/astral-sh/ruff-pre-commit"
232-
rev = "v0.12.2"
232+
rev = "v0.12.3"
233233
hooks = [
234234
{ id = "ruff-format", args = [
235235
"reflex",
@@ -261,7 +261,7 @@ hooks = [
261261

262262
[[tool.pre-commit.repos]]
263263
repo = "https://github.com/RobertCraigie/pyright-python"
264-
rev = "v1.1.402"
264+
rev = "v1.1.403"
265265
hooks = [{ id = "pyright", args = ["reflex", "tests"], language = "system" }]
266266

267267
[[tool.pre-commit.repos]]

0 commit comments

Comments
 (0)