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" },