Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
fail_fast: true

repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.11.2
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.7
hooks:
- id: ruff-format
args: [reflex, tests]
Expand Down Expand Up @@ -30,7 +30,7 @@ repos:
entry: python3 scripts/make_pyi.py

- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.398
rev: v1.1.400
hooks:
- id: pyright
args: [reflex, tests]
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"python-socketio >=5.12.0,<6.0",
"python-multipart >=0.0.20,<1.0",
"redis >=5.2.1,<6.0",
"reflex-hosting-cli >=0.1.43",
"reflex-hosting-cli >=0.1.47",
"rich >=13,<15",
"sqlmodel >=0.0.24,<0.1",
"click >=8",
Expand Down Expand Up @@ -150,7 +150,7 @@ dev = [
"plotly >=6.0",
"pre-commit >=4.2",
"psycopg[binary] >=3.2",
"pyright >=1.1.399",
"pyright >=1.1.400",
"pytest >=8.3",
"pytest-asyncio >=0.26",
"pytest-benchmark >=5.1",
Expand All @@ -165,5 +165,4 @@ dev = [
"selenium >=4.31",
"starlette-admin >=0.14",
"uvicorn >=0.34.0",

]
4 changes: 2 additions & 2 deletions reflex/constants/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Bun(SimpleNamespace):
"""Bun constants."""

# The Bun version.
VERSION = "1.2.10"
VERSION = "1.2.11"

# Min Bun Version
MIN_VERSION = "1.2.8"
Expand Down Expand Up @@ -101,7 +101,7 @@ class Commands(SimpleNamespace):

DEPENDENCIES = {
"@emotion/react": "11.14.0",
"axios": "1.8.4",
"axios": "1.9.0",
"json5": "2.2.3",
"next": _determine_nextjs_version(),
"next-sitemap": "4.2.3",
Expand Down
40 changes: 20 additions & 20 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading