From abe84d37ac492c611dfa854464fced20cca3cf35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 10:32:28 +0000 Subject: [PATCH] chore(deps): update dependency py-cord to v2.7.1 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6cd7140..43c24d0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -952,14 +952,14 @@ files = [ [[package]] name = "py-cord" -version = "2.7.0" +version = "2.7.1" description = "A Python wrapper for the Discord API" optional = false python-versions = "<3.14,>=3.10" groups = ["main"] files = [ - {file = "py_cord-2.7.0-py3-none-any.whl", hash = "sha256:7f5badc55f6cd80bac0e65e77a10a3aaac17bc7932c2088035dd925900a4c29e"}, - {file = "py_cord-2.7.0.tar.gz", hash = "sha256:6f947e6b08ae2884777a3fcb1150d7c0df14c4461e8015ed3d2f29c081e79dfd"}, + {file = "py_cord-2.7.1-py3-none-any.whl", hash = "sha256:d95301226f0642f6f3b23e21c31987ebbe23fdb7007cbc8143b010eb6780dec1"}, + {file = "py_cord-2.7.1.tar.gz", hash = "sha256:100935f37e77ba8ac1e3eff0b180e6d69bcac083de81d4c83d42327d9a2eddee"}, ] [package.dependencies] @@ -967,7 +967,7 @@ aiohttp = ">=3.6.0,<4.0" typing_extensions = ">=4.12.0,<5" [package.extras] -docs = ["furo (==2024.8.6)", "levenshtein (==0.27.3)", "myst-parser[linkify] (==4.0.1)", "sphinx (==8.2.3)", "sphinx-autodoc-typehints (==3.5.2)", "sphinx-copybutton (==0.5.2)", "sphinx-intl (==2.3.2)", "sphinxcontrib-websupport (==2.0.0)", "sphinxcontrib_trio (==1.1.2)", "sphinxext-opengraph (==0.13.0)", "typing_extensions (==4.15.0)"] +docs = ["furo (==2025.12.19)", "levenshtein (==0.27.3)", "myst-parser[linkify] (==5.0.0)", "sphinx (==9.1.0)", "sphinx-autodoc-typehints (==3.6.2)", "sphinx-copybutton (==0.5.2)", "sphinx-intl (==2.3.2)", "sphinxcontrib-websupport (==2.0.0)", "sphinxcontrib_trio (==1.2.0)", "sphinxext-opengraph (==0.13.0)", "typing_extensions (==4.15.0)"] speed = ["aiohttp[speedups]", "msgspec (>=0.20.0,<0.21.0)"] voice = ["PyNaCl (>=1.6,<1.7)"] @@ -1252,4 +1252,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "~3.13" -content-hash = "71730c5d354771627f9ecc4a3e830e1360ca60ec1ec7713a7ec0287506b4913a" +content-hash = "157e100b36cac88faf71607ab8a906164a52ec838e020eefaa0b79f957be3f57" diff --git a/pyproject.toml b/pyproject.toml index 31f8823..6bab42a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ readme = "README.md" requires-python = "~3.13" dependencies = [ - "py-cord (==2.7.0)", + "py-cord (==2.7.1)", "python-dotenv (==1.2.1)", "pillow (==12.1.0)", "sqlalchemy[asyncio] (==2.0.45)",