Skip to content

Commit 7f51e3c

Browse files
committed
bump deps after 079
1 parent a24f08f commit 7f51e3c

4 files changed

Lines changed: 27 additions & 28 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
fail_fast: true
22

33
repos:
4-
- repo: https://github.com/charliermarsh/ruff-pre-commit
5-
rev: v0.11.2
4+
- repo: https://github.com/astral-sh/ruff-pre-commit
5+
rev: v0.11.7
66
hooks:
77
- id: ruff-format
88
args: [reflex, tests]
@@ -30,7 +30,7 @@ repos:
3030
entry: python3 scripts/make_pyi.py
3131

3232
- repo: https://github.com/RobertCraigie/pyright-python
33-
rev: v1.1.398
33+
rev: v1.1.400
3434
hooks:
3535
- id: pyright
3636
args: [reflex, tests]

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"python-socketio >=5.12.0,<6.0",
3333
"python-multipart >=0.0.20,<1.0",
3434
"redis >=5.2.1,<6.0",
35-
"reflex-hosting-cli >=0.1.43",
35+
"reflex-hosting-cli >=0.1.47",
3636
"rich >=13,<15",
3737
"sqlmodel >=0.0.24,<0.1",
3838
"click >=8",
@@ -150,7 +150,7 @@ dev = [
150150
"plotly >=6.0",
151151
"pre-commit >=4.2",
152152
"psycopg[binary] >=3.2",
153-
"pyright >=1.1.399",
153+
"pyright >=1.1.400",
154154
"pytest >=8.3",
155155
"pytest-asyncio >=0.26",
156156
"pytest-benchmark >=5.1",
@@ -165,5 +165,4 @@ dev = [
165165
"selenium >=4.31",
166166
"starlette-admin >=0.14",
167167
"uvicorn >=0.34.0",
168-
169168
]

reflex/constants/installer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Bun(SimpleNamespace):
1414
"""Bun constants."""
1515

1616
# The Bun version.
17-
VERSION = "1.2.10"
17+
VERSION = "1.2.11"
1818

1919
# Min Bun Version
2020
MIN_VERSION = "1.2.8"
@@ -101,7 +101,7 @@ class Commands(SimpleNamespace):
101101

102102
DEPENDENCIES = {
103103
"@emotion/react": "11.14.0",
104-
"axios": "1.8.4",
104+
"axios": "1.9.0",
105105
"json5": "2.2.3",
106106
"next": _determine_nextjs_version(),
107107
"next-sitemap": "4.2.3",

uv.lock

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

0 commit comments

Comments
 (0)