From 2876a75543e05b5278a2e5f3d71e153a786309f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 19:59:42 +0000 Subject: [PATCH] Bump hikari-miru from 3.1.3 to 3.2.2 Bumps [hikari-miru](https://github.com/hypergonial/hikari-miru) from 3.1.3 to 3.2.2. - [Release notes](https://github.com/hypergonial/hikari-miru/releases) - [Commits](https://github.com/hypergonial/hikari-miru/compare/v3.1.3...v3.2.2) --- updated-dependencies: - dependency-name: hikari-miru dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 57 +++++--------------------------------------------- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 53 deletions(-) diff --git a/poetry.lock b/poetry.lock index 46f5306..850d8e7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "aiodns" version = "3.0.0" description = "Simple DNS resolver for asyncio" -category = "main" optional = false python-versions = "*" files = [ @@ -19,7 +18,6 @@ pycares = ">=4.0.0" name = "aiohttp" version = "3.8.5" description = "Async http client/server framework (asyncio)" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -128,7 +126,6 @@ speedups = ["Brotli", "aiodns", "cchardet"] name = "aiosignal" version = "1.3.1" description = "aiosignal: a list of registered asynchronous callbacks" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -143,7 +140,6 @@ frozenlist = ">=1.1.0" name = "argcomplete" version = "3.1.1" description = "Bash tab completion for argparse" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -158,7 +154,6 @@ test = ["coverage", "mypy", "pexpect", "ruff", "wheel"] name = "async-timeout" version = "4.0.3" description = "Timeout context manager for asyncio programs" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -170,7 +165,6 @@ files = [ name = "asyncpg" version = "0.28.0" description = "An asyncio PostgreSQL driver" -category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -224,7 +218,6 @@ test = ["flake8 (>=5.0,<6.0)", "uvloop (>=0.15.3)"] name = "attrs" version = "23.1.0" description = "Classes Without Boilerplate" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -243,7 +236,6 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte name = "black" version = "23.7.0" description = "The uncompromising code formatter." -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -288,7 +280,6 @@ uvloop = ["uvloop (>=0.15.2)"] name = "brotli" version = "1.0.9" description = "Python bindings for the Brotli compression library" -category = "main" optional = false python-versions = "*" files = [ @@ -380,7 +371,6 @@ files = [ name = "cffi" version = "1.15.1" description = "Foreign Function Interface for Python calling C code." -category = "main" optional = false python-versions = "*" files = [ @@ -457,7 +447,6 @@ pycparser = "*" name = "charset-normalizer" version = "3.2.0" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." -category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -542,7 +531,6 @@ files = [ name = "ciso8601" version = "2.3.0" description = "Fast ISO8601 date time parser for Python written in C" -category = "main" optional = false python-versions = "*" files = [ @@ -597,7 +585,6 @@ files = [ name = "click" version = "8.1.7" description = "Composable command line interface toolkit" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -612,7 +599,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -624,7 +610,6 @@ files = [ name = "colorlog" version = "6.7.0" description = "Add colours to the output of Python's logging module." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -642,7 +627,6 @@ development = ["black", "flake8", "mypy", "pytest", "types-colorama"] name = "dateparser" version = "1.1.8" description = "Date parsing library designed to parse dates from HTML pages" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -665,7 +649,6 @@ langdetect = ["langdetect"] name = "distlib" version = "0.3.7" description = "Distribution utilities" -category = "dev" optional = false python-versions = "*" files = [ @@ -677,7 +660,6 @@ files = [ name = "filelock" version = "3.12.3" description = "A platform independent file lock." -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -693,7 +675,6 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.3)", "diff-cover (>=7.7)", "pyt name = "frozenlist" version = "1.4.0" description = "A list-like structure which implements collections.abc.MutableSequence" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -764,7 +745,6 @@ files = [ name = "hikari" version = "2.0.0.dev120" description = "A sane Discord API for Python 3 built on asyncio and good intentions" -category = "main" optional = false python-versions = ">=3.8.0,<3.12" files = [ @@ -786,7 +766,6 @@ speedups = ["aiohttp[speedups] (>=3.8,<4.0)", "ciso8601 (>=2.3,<3.0)", "orjson ( name = "hikari-lightbulb" version = "2.3.3" description = "A simple to use command handler for Hikari" -category = "main" optional = false python-versions = ">=3.8.0,<3.12" files = [ @@ -802,14 +781,13 @@ crontrigger = ["croniter (>=1.3.14,<1.4.0)", "types-croniter (>=1.3.2,<1.4.0)"] [[package]] name = "hikari-miru" -version = "3.1.3" +version = "3.2.2" description = "An alternative component handler for hikari, inspired by discord.py's views." -category = "main" optional = false python-versions = ">=3.8.0,<3.12" files = [ - {file = "hikari-miru-3.1.3.tar.gz", hash = "sha256:1ffc00ce2ccedce46c009042850a40ac2c072e12fba79e9253160273a513b1b6"}, - {file = "hikari_miru-3.1.3-py3-none-any.whl", hash = "sha256:d1a25521181fc853ed6aa7d6b2ec3df951ed8f2313ff3f38f45fd11a850a213e"}, + {file = "hikari-miru-3.2.2.tar.gz", hash = "sha256:64041492b9f3c1a4e65b5dcd5f7e81fc80dc1261f260165fdc8b2abbc3fa5c43"}, + {file = "hikari_miru-3.2.2-py3-none-any.whl", hash = "sha256:409ef050cdef73d2871209cad26cf5f425676c2bf7a3ed0bb79d7dc22d213a2a"}, ] [package.dependencies] @@ -823,7 +801,6 @@ docs = ["furo (>=2022.1.2,<2022.2.0)", "sphinx (==4.4.0)"] name = "idna" version = "3.4" description = "Internationalized Domain Names in Applications (IDNA)" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -835,7 +812,6 @@ files = [ name = "isort" version = "5.12.0" description = "A Python utility / library to sort Python imports." -category = "dev" optional = false python-versions = ">=3.8.0" files = [ @@ -853,7 +829,6 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] name = "kosu" version = "0.1.3" description = "Asynchronous API wrapper for the Perspective API." -category = "main" optional = false python-versions = ">=3.8.0,<3.12" files = [] @@ -873,7 +848,6 @@ resolved_reference = "98e8772b8717ea57614b16faa0df101b7a9b6085" name = "levenshtein" version = "0.21.1" description = "Python extension for computing string edit distances and similarities." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -988,7 +962,6 @@ rapidfuzz = ">=2.3.0,<4.0.0" name = "multidict" version = "6.0.4" description = "multidict implementation" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1072,7 +1045,6 @@ files = [ name = "mypy-extensions" version = "1.0.0" description = "Type system extensions for programs checked with the mypy type checker." -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -1084,7 +1056,6 @@ files = [ name = "nox" version = "2023.4.22" description = "Flexible test automation." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1105,7 +1076,6 @@ tox-to-nox = ["jinja2", "tox (<4)"] name = "packaging" version = "23.1" description = "Core utilities for Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1117,7 +1087,6 @@ files = [ name = "pathspec" version = "0.11.2" description = "Utility library for gitignore style pattern matching of file paths." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1129,7 +1098,6 @@ files = [ name = "pillow" version = "10.0.0" description = "Python Imaging Library (Fork)" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1199,7 +1167,6 @@ tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "pa name = "platformdirs" version = "3.10.0" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1215,7 +1182,6 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co name = "psutil" version = "5.9.5" description = "Cross-platform lib for process and system monitoring in Python." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -1242,7 +1208,6 @@ test = ["enum34", "ipaddress", "mock", "pywin32", "wmi"] name = "pycares" version = "4.3.0" description = "Python interface for c-ares" -category = "main" optional = false python-versions = "*" files = [ @@ -1310,7 +1275,6 @@ idna = ["idna (>=2.1)"] name = "pycparser" version = "2.21" description = "C parser in Python" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -1322,7 +1286,6 @@ files = [ name = "python-dateutil" version = "2.8.2" description = "Extensions to the standard Python datetime module" -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ @@ -1337,7 +1300,6 @@ six = ">=1.5" name = "pytz" version = "2023.3" description = "World timezone definitions, modern and historical" -category = "main" optional = false python-versions = "*" files = [ @@ -1349,7 +1311,6 @@ files = [ name = "rapidfuzz" version = "3.2.0" description = "rapid fuzzy string matching" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1454,7 +1415,6 @@ full = ["numpy"] name = "regex" version = "2023.8.8" description = "Alternative regular expression module, to replace re." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1552,7 +1512,6 @@ files = [ name = "ruff" version = "0.0.286" description = "An extremely fast Python linter, written in Rust." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1579,7 +1538,6 @@ files = [ name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -1591,7 +1549,6 @@ files = [ name = "tzdata" version = "2023.3" description = "Provider of IANA time zone data" -category = "main" optional = false python-versions = ">=2" files = [ @@ -1603,7 +1560,6 @@ files = [ name = "tzlocal" version = "5.0.1" description = "tzinfo object for the local timezone" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1621,7 +1577,6 @@ devenv = ["black", "check-manifest", "flake8", "pyroma", "pytest (>=4.3)", "pyte name = "uvloop" version = "0.17.0" description = "Fast implementation of asyncio event loop on top of libuv" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1666,7 +1621,6 @@ test = ["Cython (>=0.29.32,<0.30.0)", "aiohttp", "flake8 (>=3.9.2,<3.10.0)", "my name = "virtualenv" version = "20.24.4" description = "Virtual Python Environment builder" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1687,7 +1641,6 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess name = "yarl" version = "1.9.2" description = "Yet another URL library" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1774,4 +1727,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.12" -content-hash = "152d1f3f4f40cca2e1dda319eec3959fc24ee3760836368f326d38490ab90370" +content-hash = "e0226d728267ce64db247d7e822f269c7a517f4405651880d9ea8d81b56b7091" diff --git a/pyproject.toml b/pyproject.toml index f65ca01..b61c920 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ Brotli = "~=1.0" ciso8601 = "~=2.3" kosu = {git = "https://github.com/hypergonial/kosu.git", branch="main"} hikari-lightbulb = "~=2.3.3" -hikari-miru = "~=3.1.2" +hikari-miru = "~=3.2.2" [tool.poetry.dev-dependencies] black = "^23.3"