From 60e97c02a88611ab37c558f0f41d05fa054e165c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 07:11:45 +0000 Subject: [PATCH] Bump bidict from 0.23.1 to 0.24.1 Bumps [bidict](https://github.com/jab/bidict) from 0.23.1 to 0.24.1. - [Release notes](https://github.com/jab/bidict/releases) - [Changelog](https://github.com/jab/bidict/blob/main/CHANGELOG.rst) - [Commits](https://github.com/jab/bidict/compare/v0.23.1...v0.24.1) --- updated-dependencies: - dependency-name: bidict dependency-version: 0.24.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 73aeca48..e5a97d21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires-python = ">=3.13,<3.14" dependencies = [ "aiocron==2.1", "apscheduler==3.11.2", - "bidict==0.23.1", + "bidict==0.24.1", "cryptography==49.0.0", "dateparser==1.4.1", "discord.py==2.7.1", diff --git a/uv.lock b/uv.lock index 59679925..8333b503 100644 --- a/uv.lock +++ b/uv.lock @@ -174,11 +174,11 @@ wheels = [ [[package]] name = "bidict" -version = "0.23.1" +version = "0.24.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/9a/6e/026678aa5a830e07cd9498a05d3e7e650a4f56a42f267a53d22bcda1bdc9/bidict-0.23.1.tar.gz", hash = "sha256:03069d763bc387bbd20e7d49914e75fc4132a41937fa3405417e1a5a2d006d71", size = 29093, upload-time = "2024-02-18T19:09:05.748Z" } +sdist = { url = "https://files.pythonhosted.org/packages/a8/f2/8d2dd8276ca05e1f5157b6a0d34efb2f585f47a0fbed61e8aad04b221f0b/bidict-0.24.1.tar.gz", hash = "sha256:4dca6c17f0b01700e9f24359daa5ebabf7be022d99f4cb2a257b6af2a5076c88", size = 30818, upload-time = "2026-08-25T23:45:52.214Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/99/37/e8730c3587a65eb5645d4aba2d27aae48e8003614d6aaf15dda67f702f1f/bidict-0.23.1-py3-none-any.whl", hash = "sha256:5dae8d4d79b552a71cbabc7deb25dfe8ce710b17ff41711e13010ead2abfc3e5", size = 32764, upload-time = "2024-02-18T19:09:04.156Z" }, + { url = "https://files.pythonhosted.org/packages/97/53/2a3c7d562271ec6b6e38e7216b3104899f8aa4180c0713cb8aaf69e29cd5/bidict-0.24.1-py3-none-any.whl", hash = "sha256:fd3eaa737917d8a14f4baa391670c433c4e3f6f5fd2cd99d4bf436437f432364", size = 36175, upload-time = "2026-08-25T23:45:51.096Z" }, ] [[package]] @@ -360,7 +360,7 @@ dev = [ requires-dist = [ { name = "aiocron", specifier = "==2.1" }, { name = "apscheduler", specifier = "==3.11.2" }, - { name = "bidict", specifier = "==0.23.1" }, + { name = "bidict", specifier = "==0.24.1" }, { name = "black", marker = "extra == 'dev'", specifier = "==26.5.1" }, { name = "cryptography", specifier = "==49.0.0" }, { name = "dateparser", specifier = "==1.4.1" },