From 2d4d9703fad146c90338e1f600ec7178fa02e006 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:34:23 +0000 Subject: [PATCH] chore(deps): bump bidict from 0.22.1 to 0.23.1 Bumps [bidict](https://github.com/jab/bidict) from 0.22.1 to 0.23.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.22.1...v0.23.1) --- updated-dependencies: - dependency-name: bidict dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 15 +++++---------- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0658d9bb..86eb76a6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -125,20 +125,15 @@ lxml = ["lxml"] [[package]] name = "bidict" -version = "0.22.1" +version = "0.23.1" description = "The bidirectional mapping library for Python." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "bidict-0.22.1-py3-none-any.whl", hash = "sha256:6ef212238eb884b664f28da76f33f1d28b260f665fc737b413b287d5487d1e7b"}, - {file = "bidict-0.22.1.tar.gz", hash = "sha256:1e0f7f74e4860e6d0943a05d4134c63a2fad86f3d4732fb265bd79e4e856d81d"}, + {file = "bidict-0.23.1-py3-none-any.whl", hash = "sha256:5dae8d4d79b552a71cbabc7deb25dfe8ce710b17ff41711e13010ead2abfc3e5"}, + {file = "bidict-0.23.1.tar.gz", hash = "sha256:03069d763bc387bbd20e7d49914e75fc4132a41937fa3405417e1a5a2d006d71"}, ] -[package.extras] -docs = ["furo", "sphinx", "sphinx-copybutton"] -lint = ["pre-commit"] -test = ["hypothesis", "pytest", "pytest-benchmark[histogram]", "pytest-cov", "pytest-xdist", "sortedcollections", "sortedcontainers", "sphinx"] - [[package]] name = "black" version = "24.8.0" @@ -1990,4 +1985,4 @@ test = ["pytest (>=8.1,<9.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.10.0,<3.12" -content-hash = "af966ebc0f052ce808aedc782adadbd939b045c527a69c72925dd6662bbeca5e" +content-hash = "a4d6455cc5583bcd8139389bb8c40cdc8d8d1d52f9234301b66c65b1d0deee57" diff --git a/pyproject.toml b/pyproject.toml index 51515b4a..df367eff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ googletrans = "==4.0.0rc1" yt-dlp = "^2024.4.9" Pillow = "^9.5.0" uvloop = {version="~0.20.0", markers = "sys_platform == 'linux' or sys_platform == 'darwin'"} -bidict = "^0.22.0" +bidict = "^0.23.1" aiosqlite = "^0.19.0" lxml = "^4.9.1" python-dotenv = "^0.21.0"