|
@@ -516,21 +516,6 @@ files = [
|
|
|
{file = "darglint-1.8.1.tar.gz", hash = "sha256:080d5106df149b199822e7ee7deb9c012b49891538f14a11be681044f0bb20da"},
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "dill"
|
|
|
-version = "0.3.8"
|
|
|
-description = "serialize all of Python"
|
|
|
-optional = false
|
|
|
-python-versions = ">=3.8"
|
|
|
-files = [
|
|
|
- {file = "dill-0.3.8-py3-none-any.whl", hash = "sha256:c36ca9ffb54365bdd2f8eb3eff7d2a21237f8452b57ace88b1ac615b7e815bd7"},
|
|
|
- {file = "dill-0.3.8.tar.gz", hash = "sha256:3ebe3c479ad625c4553aca177444d89b486b1d84982eeacded644afc0cf797ca"},
|
|
|
-]
|
|
|
-
|
|
|
-[package.extras]
|
|
|
-graph = ["objgraph (>=1.7.2)"]
|
|
|
-profile = ["gprof2dot (>=2022.7.29)"]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "distlib"
|
|
|
version = "0.3.8"
|
|
@@ -719,13 +704,13 @@ files = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "httpcore"
|
|
|
-version = "1.0.5"
|
|
|
+version = "1.0.6"
|
|
|
description = "A minimal low-level HTTP client."
|
|
|
optional = false
|
|
|
python-versions = ">=3.8"
|
|
|
files = [
|
|
|
- {file = "httpcore-1.0.5-py3-none-any.whl", hash = "sha256:421f18bac248b25d310f3cacd198d55b8e6125c107797b609ff9b7a6ba7991b5"},
|
|
|
- {file = "httpcore-1.0.5.tar.gz", hash = "sha256:34a38e2f9291467ee3b44e89dd52615370e152954ba21721378a87b2960f7a61"},
|
|
|
+ {file = "httpcore-1.0.6-py3-none-any.whl", hash = "sha256:27b59625743b85577a8c0e10e55b50b5368a4f2cfe8cc7bcfa9cf00829c2682f"},
|
|
|
+ {file = "httpcore-1.0.6.tar.gz", hash = "sha256:73f6dbd6eb8c21bbf7ef8efad555481853f5f6acdeaff1edb0694289269ee17f"},
|
|
|
]
|
|
|
|
|
|
[package.dependencies]
|
|
@@ -736,7 +721,7 @@ h11 = ">=0.13,<0.15"
|
|
|
asyncio = ["anyio (>=4.0,<5.0)"]
|
|
|
http2 = ["h2 (>=3,<5)"]
|
|
|
socks = ["socksio (==1.*)"]
|
|
|
-trio = ["trio (>=0.22.0,<0.26.0)"]
|
|
|
+trio = ["trio (>=0.22.0,<1.0)"]
|
|
|
|
|
|
[[package]]
|
|
|
name = "httpx"
|
|
@@ -863,21 +848,25 @@ test = ["portend", "pytest (>=6,!=8.1.*)", "pytest-checkdocs (>=2.4)", "pytest-c
|
|
|
|
|
|
[[package]]
|
|
|
name = "jaraco-functools"
|
|
|
-version = "4.0.2"
|
|
|
+version = "4.1.0"
|
|
|
description = "Functools like those found in stdlib"
|
|
|
optional = false
|
|
|
python-versions = ">=3.8"
|
|
|
files = [
|
|
|
- {file = "jaraco.functools-4.0.2-py3-none-any.whl", hash = "sha256:c9d16a3ed4ccb5a889ad8e0b7a343401ee5b2a71cee6ed192d3f68bc351e94e3"},
|
|
|
- {file = "jaraco_functools-4.0.2.tar.gz", hash = "sha256:3460c74cd0d32bf82b9576bbb3527c4364d5b27a21f5158a62aed6c4b42e23f5"},
|
|
|
+ {file = "jaraco.functools-4.1.0-py3-none-any.whl", hash = "sha256:ad159f13428bc4acbf5541ad6dec511f91573b90fba04df61dafa2a1231cf649"},
|
|
|
+ {file = "jaraco_functools-4.1.0.tar.gz", hash = "sha256:70f7e0e2ae076498e212562325e805204fc092d7b4c17e0e86c959e249701a9d"},
|
|
|
]
|
|
|
|
|
|
[package.dependencies]
|
|
|
more-itertools = "*"
|
|
|
|
|
|
[package.extras]
|
|
|
+check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1)"]
|
|
|
+cover = ["pytest-cov"]
|
|
|
doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
|
|
|
-test = ["jaraco.classes", "pytest (>=6,!=8.1.*)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy", "pytest-ruff (>=0.2.1)"]
|
|
|
+enabler = ["pytest-enabler (>=2.2)"]
|
|
|
+test = ["jaraco.classes", "pytest (>=6,!=8.1.*)"]
|
|
|
+type = ["pytest-mypy"]
|
|
|
|
|
|
[[package]]
|
|
|
name = "jeepney"
|
|
@@ -1788,13 +1777,13 @@ windows-terminal = ["colorama (>=0.4.6)"]
|
|
|
|
|
|
[[package]]
|
|
|
name = "pyproject-hooks"
|
|
|
-version = "1.1.0"
|
|
|
+version = "1.2.0"
|
|
|
description = "Wrappers to call pyproject.toml-based build backend hooks."
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
|
- {file = "pyproject_hooks-1.1.0-py3-none-any.whl", hash = "sha256:7ceeefe9aec63a1064c18d939bdc3adf2d8aa1988a510afec15151578b232aa2"},
|
|
|
- {file = "pyproject_hooks-1.1.0.tar.gz", hash = "sha256:4b37730834edbd6bd37f26ece6b44802fb1c1ee2ece0e54ddff8bfc06db86965"},
|
|
|
+ {file = "pyproject_hooks-1.2.0-py3-none-any.whl", hash = "sha256:9e5c6bfa8dcc30091c74b0cf803c81fdd29d94f01992a7707bc97babb1141913"},
|
|
|
+ {file = "pyproject_hooks-1.2.0.tar.gz", hash = "sha256:1e859bd5c40fae9448642dd871adf459e5e2084186e8d2c2a79a824c970da1f8"},
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1992,13 +1981,13 @@ docs = ["sphinx"]
|
|
|
|
|
|
[[package]]
|
|
|
name = "python-multipart"
|
|
|
-version = "0.0.10"
|
|
|
+version = "0.0.12"
|
|
|
description = "A streaming multipart parser for Python"
|
|
|
optional = false
|
|
|
python-versions = ">=3.8"
|
|
|
files = [
|
|
|
- {file = "python_multipart-0.0.10-py3-none-any.whl", hash = "sha256:2b06ad9e8d50c7a8db80e3b56dab590137b323410605af2be20d62a5f1ba1dc8"},
|
|
|
- {file = "python_multipart-0.0.10.tar.gz", hash = "sha256:46eb3c6ce6fdda5fb1a03c7e11d490e407c6930a2703fe7aef4da71c374688fa"},
|
|
|
+ {file = "python_multipart-0.0.12-py3-none-any.whl", hash = "sha256:43dcf96cf65888a9cd3423544dd0d75ac10f7aa0c3c28a175bbcd00c9ce1aebf"},
|
|
|
+ {file = "python_multipart-0.0.12.tar.gz", hash = "sha256:045e1f98d719c1ce085ed7f7e1ef9d8ccc8c02ba02b5566d5f7521410ced58cb"},
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2143,31 +2132,31 @@ md = ["cmarkgfm (>=0.8.0)"]
|
|
|
|
|
|
[[package]]
|
|
|
name = "redis"
|
|
|
-version = "5.0.8"
|
|
|
+version = "5.1.0"
|
|
|
description = "Python client for Redis database and key-value store"
|
|
|
optional = false
|
|
|
-python-versions = ">=3.7"
|
|
|
+python-versions = ">=3.8"
|
|
|
files = [
|
|
|
- {file = "redis-5.0.8-py3-none-any.whl", hash = "sha256:56134ee08ea909106090934adc36f65c9bcbbaecea5b21ba704ba6fb561f8eb4"},
|
|
|
- {file = "redis-5.0.8.tar.gz", hash = "sha256:0c5b10d387568dfe0698c6fad6615750c24170e548ca2deac10c649d463e9870"},
|
|
|
+ {file = "redis-5.1.0-py3-none-any.whl", hash = "sha256:fd4fccba0d7f6aa48c58a78d76ddb4afc698f5da4a2c1d03d916e4fd7ab88cdd"},
|
|
|
+ {file = "redis-5.1.0.tar.gz", hash = "sha256:b756df1e4a3858fcc0ef861f3fc53623a96c41e2b1f5304e09e0fe758d333d40"},
|
|
|
]
|
|
|
|
|
|
[package.dependencies]
|
|
|
async-timeout = {version = ">=4.0.3", markers = "python_full_version < \"3.11.3\""}
|
|
|
|
|
|
[package.extras]
|
|
|
-hiredis = ["hiredis (>1.0.0)"]
|
|
|
-ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)"]
|
|
|
+hiredis = ["hiredis (>=3.0.0)"]
|
|
|
+ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==23.2.1)", "requests (>=2.31.0)"]
|
|
|
|
|
|
[[package]]
|
|
|
name = "reflex-chakra"
|
|
|
-version = "0.6.0"
|
|
|
+version = "0.6.1"
|
|
|
description = "reflex using chakra components"
|
|
|
optional = false
|
|
|
python-versions = "<4.0,>=3.8"
|
|
|
files = [
|
|
|
- {file = "reflex_chakra-0.6.0-py3-none-any.whl", hash = "sha256:eca1593fca67289e05591dd21fbcc8632c119d64a08bdc41fd995055a114cc91"},
|
|
|
- {file = "reflex_chakra-0.6.0.tar.gz", hash = "sha256:db1c7b48f1ba547bf91e5af103fce6fc7191d7225b414ebfbada7d983e33dd87"},
|
|
|
+ {file = "reflex_chakra-0.6.1-py3-none-any.whl", hash = "sha256:824d461264b6d2c836ba4a2a430e677a890b82e83da149672accfc58786442fa"},
|
|
|
+ {file = "reflex_chakra-0.6.1.tar.gz", hash = "sha256:4b9b3c8bada19cbb4d1b8d8bc4ab0460ec008a91f380010c34d416d5b613dc07"},
|
|
|
]
|
|
|
|
|
|
[package.dependencies]
|
|
@@ -2247,18 +2236,19 @@ idna2008 = ["idna"]
|
|
|
|
|
|
[[package]]
|
|
|
name = "rich"
|
|
|
-version = "13.8.1"
|
|
|
+version = "13.9.1"
|
|
|
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
|
|
|
optional = false
|
|
|
-python-versions = ">=3.7.0"
|
|
|
+python-versions = ">=3.8.0"
|
|
|
files = [
|
|
|
- {file = "rich-13.8.1-py3-none-any.whl", hash = "sha256:1760a3c0848469b97b558fc61c85233e3dafb69c7a071b4d60c38099d3cd4c06"},
|
|
|
- {file = "rich-13.8.1.tar.gz", hash = "sha256:8260cda28e3db6bf04d2d1ef4dbc03ba80a824c88b0e7668a0f23126a424844a"},
|
|
|
+ {file = "rich-13.9.1-py3-none-any.whl", hash = "sha256:b340e739f30aa58921dc477b8adaa9ecdb7cecc217be01d93730ee1bc8aa83be"},
|
|
|
+ {file = "rich-13.9.1.tar.gz", hash = "sha256:097cffdf85db1babe30cc7deba5ab3a29e1b9885047dab24c57e9a7f8a9c1466"},
|
|
|
]
|
|
|
|
|
|
[package.dependencies]
|
|
|
markdown-it-py = ">=2.2.0"
|
|
|
pygments = ">=2.13.0,<3.0.0"
|
|
|
+typing-extensions = {version = ">=4.0.0,<5.0", markers = "python_version < \"3.11\""}
|
|
|
|
|
|
[package.extras]
|
|
|
jupyter = ["ipywidgets (>=7.5.1,<9)"]
|
|
@@ -2595,13 +2585,13 @@ files = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "tomli"
|
|
|
-version = "2.0.1"
|
|
|
+version = "2.0.2"
|
|
|
description = "A lil' TOML parser"
|
|
|
optional = false
|
|
|
-python-versions = ">=3.7"
|
|
|
+python-versions = ">=3.8"
|
|
|
files = [
|
|
|
- {file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"},
|
|
|
- {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"},
|
|
|
+ {file = "tomli-2.0.2-py3-none-any.whl", hash = "sha256:2ebe24485c53d303f690b0ec092806a085f07af5a5aa1464f3931eec36caaa38"},
|
|
|
+ {file = "tomli-2.0.2.tar.gz", hash = "sha256:d46d457a85337051c36524bc5349dd91b1877838e2979ac5ced3e710ed8a60ed"},
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2734,13 +2724,13 @@ zstd = ["zstandard (>=0.18.0)"]
|
|
|
|
|
|
[[package]]
|
|
|
name = "uvicorn"
|
|
|
-version = "0.30.6"
|
|
|
+version = "0.31.0"
|
|
|
description = "The lightning-fast ASGI server."
|
|
|
optional = false
|
|
|
python-versions = ">=3.8"
|
|
|
files = [
|
|
|
- {file = "uvicorn-0.30.6-py3-none-any.whl", hash = "sha256:65fd46fe3fda5bdc1b03b94eb634923ff18cd35b2f084813ea79d1f103f711b5"},
|
|
|
- {file = "uvicorn-0.30.6.tar.gz", hash = "sha256:4b15decdda1e72be08209e860a1e10e92439ad5b97cf44cc945fcbee66fc5788"},
|
|
|
+ {file = "uvicorn-0.31.0-py3-none-any.whl", hash = "sha256:cac7be4dd4d891c363cd942160a7b02e69150dcbc7a36be04d5f4af4b17c8ced"},
|
|
|
+ {file = "uvicorn-0.31.0.tar.gz", hash = "sha256:13bc21373d103859f68fe739608e2eb054a816dea79189bc3ca08ea89a275906"},
|
|
|
]
|
|
|
|
|
|
[package.dependencies]
|
|
@@ -2753,13 +2743,13 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)",
|
|
|
|
|
|
[[package]]
|
|
|
name = "virtualenv"
|
|
|
-version = "20.26.5"
|
|
|
+version = "20.26.6"
|
|
|
description = "Virtual Python Environment builder"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
|
- {file = "virtualenv-20.26.5-py3-none-any.whl", hash = "sha256:4f3ac17b81fba3ce3bd6f4ead2749a72da5929c01774948e243db9ba41df4ff6"},
|
|
|
- {file = "virtualenv-20.26.5.tar.gz", hash = "sha256:ce489cac131aa58f4b25e321d6d186171f78e6cb13fafbf32a840cee67733ff4"},
|
|
|
+ {file = "virtualenv-20.26.6-py3-none-any.whl", hash = "sha256:7345cc5b25405607a624d8418154577459c3e0277f5466dd79c49d5e492995f2"},
|
|
|
+ {file = "virtualenv-20.26.6.tar.gz", hash = "sha256:280aede09a2a5c317e409a00102e7077c6432c5a38f0ef938e643805a7ad2c48"},
|
|
|
]
|
|
|
|
|
|
[package.dependencies]
|
|
@@ -3011,4 +3001,4 @@ type = ["pytest-mypy"]
|
|
|
[metadata]
|
|
|
lock-version = "2.0"
|
|
|
python-versions = "^3.9"
|
|
|
-content-hash = "adccd071775567aeefe219261aeb9e222906c865745f03edb1e770edc79c44ac"
|
|
|
+content-hash = "e4b462ebfae90550ba7fa49b360d7110c0d344ee616c23989c22d866ef8f6f31"
|