From 72d02cd8bdd55a57e7ad0d7970cb5cfacb05a547 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 19:44:44 +0000 Subject: [PATCH] chore(deps): bump hotdata from 0.9.0 to 0.10.0 Bumps [hotdata](https://github.com/hotdata-dev/sdk-python) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/hotdata-dev/sdk-python/releases) - [Changelog](https://github.com/hotdata-dev/sdk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/hotdata-dev/sdk-python/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: hotdata dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3548767..df951f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ # uncapped floor turns someone else's release into a break in ours, # with no commit of our own to point at. Raise the cap deliberately, after # running the suite against the new minor. - "hotdata>=0.9.0,<0.10", + "hotdata>=0.9.0,<0.11", "pandas>=2.0", "pyarrow>=14.0", ] diff --git a/uv.lock b/uv.lock index 45fca49..685b1a6 100644 --- a/uv.lock +++ b/uv.lock @@ -77,7 +77,7 @@ name = "exceptiongroup" version = "1.3.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "typing-extensions", marker = "python_full_version < '3.11'" }, + { name = "typing-extensions" }, ] sdist = { url = "https://files.pythonhosted.org/packages/50/79/66800aadf48771f6b62f7eb014e352e5d06856655206165d775e675a02c9/exceptiongroup-1.3.1.tar.gz", hash = "sha256:8b412432c6055b0b7d14c310000ae93352ed6754f70fa8f7c34141f91c4e3219", size = 30371, upload-time = "2025-11-21T23:01:54.787Z" } wheels = [ @@ -86,7 +86,7 @@ wheels = [ [[package]] name = "hotdata" -version = "0.9.0" +version = "0.10.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "pydantic" }, @@ -94,9 +94,9 @@ dependencies = [ { name = "typing-extensions" }, { name = "urllib3" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/6e/db/91d0e8f8a8bfc9a76b588c8dc2ecb054d3e70ebf2ee7a70cd6e4a99a7dec/hotdata-0.9.0.tar.gz", hash = "sha256:35e4a569b7223e025c26b0d3299c8b4cd493276f32826682de6df9e583cea4ef", size = 217368, upload-time = "2026-08-11T14:09:08.166Z" } +sdist = { url = "https://files.pythonhosted.org/packages/bb/82/2ad39efb4f5bcf68460c3bce13ae7568f28cd203acda1604f4fd8d3f4418/hotdata-0.10.0.tar.gz", hash = "sha256:f290838f1bde87de9e523bf8e83b1d493e8996df22481664c4c91218cc8c6999", size = 214004, upload-time = "2026-08-18T18:47:19.185Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/ec/48/9b2f5cbbcc92e6dc06a6980fcf4413b83484af302a78263381a22236c308/hotdata-0.9.0-py3-none-any.whl", hash = "sha256:9d942a0d78979552ad641419e5706c9703d5165db0cf3497ae49344cd032e635", size = 316070, upload-time = "2026-08-11T14:09:06.589Z" }, + { url = "https://files.pythonhosted.org/packages/09/cd/59e39938d7c3b083aabfabe85a33b5ce85bcc96d22415cc368f4799078ba/hotdata-0.10.0-py3-none-any.whl", hash = "sha256:deee5a7ce6551513084a10fed85cf37e468cfba8df85050e6c5b93b4714543f5", size = 325858, upload-time = "2026-08-18T18:47:17.613Z" }, ] [[package]] @@ -120,7 +120,7 @@ dev = [ [package.metadata] requires-dist = [ - { name = "hotdata", specifier = ">=0.9.0,<0.10" }, + { name = "hotdata", specifier = ">=0.9.0,<0.11" }, { name = "pandas", specifier = ">=2.0" }, { name = "pyarrow", specifier = ">=14.0" }, ] @@ -467,10 +467,10 @@ resolution-markers = [ "python_full_version < '3.11'", ] dependencies = [ - { name = "numpy", version = "2.2.6", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" }, - { name = "python-dateutil", marker = "python_full_version < '3.11'" }, - { name = "pytz", marker = "python_full_version < '3.11'" }, - { name = "tzdata", marker = "python_full_version < '3.11'" }, + { name = "numpy", version = "2.2.6", source = { registry = "https://pypi.org/simple" } }, + { name = "python-dateutil" }, + { name = "pytz" }, + { name = "tzdata" }, ] sdist = { url = "https://files.pythonhosted.org/packages/33/01/d40b85317f86cf08d853a4f495195c73815fdf205eef3993821720274518/pandas-2.3.3.tar.gz", hash = "sha256:e05e1af93b977f7eafa636d043f9f94c7ee3ac81af99c13508215942e64c993b", size = 4495223, upload-time = "2025-09-29T23:34:51.853Z" } wheels = [ @@ -539,9 +539,9 @@ resolution-markers = [ "python_full_version >= '3.11' and python_full_version < '3.14' and sys_platform != 'emscripten' and sys_platform != 'win32'", ] dependencies = [ - { name = "numpy", version = "2.4.4", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" }, - { name = "python-dateutil", marker = "python_full_version >= '3.11'" }, - { name = "tzdata", marker = "(python_full_version >= '3.11' and sys_platform == 'emscripten') or (python_full_version >= '3.11' and sys_platform == 'win32')" }, + { name = "numpy", version = "2.4.4", source = { registry = "https://pypi.org/simple" } }, + { name = "python-dateutil" }, + { name = "tzdata", marker = "sys_platform == 'emscripten' or sys_platform == 'win32'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/f8/87/4341c6252d1c47b08768c3d25ac487362bf403f0313ddae4a2a26c9b1b4c/pandas-3.0.3.tar.gz", hash = "sha256:696a4a00a2a2a35d4e5deb3fc946641b96c944f02230e4f76137fe35d806c4fc", size = 4651414, upload-time = "2026-05-11T18:54:29.21Z" } wheels = [