From 91c0c885c40d2bc3037d58318f6d3b2fbaed08bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 03:45:57 +0000 Subject: [PATCH 1/2] deps(deps): bump kaggle from 1.8.4 to 2.0.0 Bumps [kaggle](https://github.com/Kaggle/kaggle-cli) from 1.8.4 to 2.0.0. - [Release notes](https://github.com/Kaggle/kaggle-cli/releases) - [Changelog](https://github.com/Kaggle/kaggle-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kaggle/kaggle-cli/commits) --- updated-dependencies: - dependency-name: kaggle dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- uv.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uv.lock b/uv.lock index bf094fa..e1cd7a2 100644 --- a/uv.lock +++ b/uv.lock @@ -476,7 +476,7 @@ wheels = [ [[package]] name = "kaggle" -version = "1.8.4" +version = "2.0.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "bleach" }, @@ -489,9 +489,9 @@ dependencies = [ { name = "tqdm" }, { name = "urllib3" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/bb/fe/3c097d1155ce3e4e743ff34fed0338c99b50e95b3464b801de653aeea871/kaggle-1.8.4.tar.gz", hash = "sha256:d71137f98312581726047cadceb28992c53ef905fe38c6dd9d6d3bfc4e43c982", size = 134878, upload-time = "2026-02-05T15:40:43.769Z" } +sdist = { url = "https://files.pythonhosted.org/packages/14/c7/4e9e7b742b637e32b6afe2b7723e17195627f0bc25c6fffdd7d09fdfe33b/kaggle-2.0.0.tar.gz", hash = "sha256:34cb700cec37273a39ca54f4b18bebc3b6609d08bd03351fc205f9178f79f9ca", size = 136535, upload-time = "2026-02-11T19:46:12.495Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/00/18/d0bc2485953a4c02caf5049f894b930e7cb11b35128a78af896b5a2d1d61/kaggle-1.8.4-py3-none-any.whl", hash = "sha256:b9cb6da6e99ce8ef22f8e84e75da2c82f814c2e548bfa07f3db220c9aeeaa8ba", size = 75470, upload-time = "2026-02-05T15:40:42.642Z" }, + { url = "https://files.pythonhosted.org/packages/0c/b0/868ff7b15389a35fbe49769b383a683ade21deb16565e84b7ad45af976d3/kaggle-2.0.0-py3-none-any.whl", hash = "sha256:91b3f717e529e57dd40c6c44513e25218674636fb1b143031370ad33c5f1a7e2", size = 75462, upload-time = "2026-02-11T19:46:11.488Z" }, ] [[package]] From 0a81602ae97b1b80d3001a6051a961e503c7863b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 03:46:02 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CONTRIBUTING.md | 2 +- README.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 31d18c4..96b1aeb 100755 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ Thank you for showing interest in contributing to **HackRadar**! We welcome all # Install dependencies including dev dependencies uv sync - + # Set up pre-commit hooks uv run pre-commit install ``` diff --git a/README.md b/README.md index d325707..8e95c44 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ HackRadar sends visually rich notifications including: ```bash # Create a new database (example) createdb hackradar - + # Or using psql psql -U postgres CREATE DATABASE hackradar; @@ -114,7 +114,7 @@ HackRadar sends visually rich notifications including: ```bash # Install uv if you don't have it curl -LsSf https://astral.sh/uv/install.sh | sh - + # Install project dependencies uv pip install -e . ``` @@ -124,9 +124,9 @@ HackRadar sends visually rich notifications including: ```bash cp .env.example .env ``` - - Edit `.env` and configure the following all - + + Edit `.env` and configure the following all + **Required:** - `DISCORD_TOKEN`: Your Discord bot token from step 2 - `DATABASE_URL`: PostgreSQL connection string @@ -143,7 +143,7 @@ HackRadar sends visually rich notifications including: ```bash python bot.py ``` - + You should see a message confirming the bot is online and connected to your Discord server!