From b1d756e51c5710e917a606d8811190cc5ee5714e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 04:05:46 +0000 Subject: [PATCH] Bump hikari from 2.0.0.dev126 to 2.0.0 Bumps [hikari](https://github.com/hikari-py/hikari) from 2.0.0.dev126 to 2.0.0. - [Release notes](https://github.com/hikari-py/hikari/releases) - [Changelog](https://github.com/hikari-py/hikari/blob/master/CHANGELOG.md) - [Commits](https://github.com/hikari-py/hikari/compare/2.0.0.dev126...2.0.0) --- updated-dependencies: - dependency-name: hikari dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2752cdc..9a1e350 100644 --- a/poetry.lock +++ b/poetry.lock @@ -296,22 +296,22 @@ websockets = ">=12,<13" [[package]] name = "attrs" -version = "23.2.0" +version = "24.2.0" description = "Classes Without Boilerplate" optional = false python-versions = ">=3.7" files = [ - {file = "attrs-23.2.0-py3-none-any.whl", hash = "sha256:99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1"}, - {file = "attrs-23.2.0.tar.gz", hash = "sha256:935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30"}, + {file = "attrs-24.2.0-py3-none-any.whl", hash = "sha256:81921eb96de3191c8258c199618104dd27ac608d9366f5e35d011eae1867ede2"}, + {file = "attrs-24.2.0.tar.gz", hash = "sha256:5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346"}, ] [package.extras] -cov = ["attrs[tests]", "coverage[toml] (>=5.3)"] -dev = ["attrs[tests]", "pre-commit"] -docs = ["furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-towncrier", "towncrier", "zope-interface"] -tests = ["attrs[tests-no-zope]", "zope-interface"] -tests-mypy = ["mypy (>=1.6)", "pytest-mypy-plugins"] -tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "pytest (>=4.3.0)", "pytest-xdist[psutil]"] +benchmark = ["cloudpickle", "hypothesis", "mypy (>=1.11.1)", "pympler", "pytest (>=4.3.0)", "pytest-codspeed", "pytest-mypy-plugins", "pytest-xdist[psutil]"] +cov = ["cloudpickle", "coverage[toml] (>=5.3)", "hypothesis", "mypy (>=1.11.1)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "pytest-xdist[psutil]"] +dev = ["cloudpickle", "hypothesis", "mypy (>=1.11.1)", "pre-commit", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "pytest-xdist[psutil]"] +docs = ["cogapp", "furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-towncrier", "towncrier (<24.7)"] +tests = ["cloudpickle", "hypothesis", "mypy (>=1.11.1)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "pytest-xdist[psutil]"] +tests-mypy = ["mypy (>=1.11.1)", "pytest-mypy-plugins"] [[package]] name = "blessed" @@ -1195,21 +1195,21 @@ files = [ [[package]] name = "hikari" -version = "2.0.0.dev126" +version = "2.0.0" description = "A sane Discord API for Python 3 built on asyncio and good intentions" optional = false -python-versions = "<3.13,>=3.8.0" +python-versions = "<3.14,>=3.9.0" files = [ - {file = "hikari-2.0.0.dev126-py3-none-any.whl", hash = "sha256:cdbe0916dcfdc8e2dee16f89731a20f66e27e01914a549e06b06c74261141d31"}, - {file = "hikari-2.0.0.dev126.tar.gz", hash = "sha256:1ace1bc6d3a634a97d6d6aa3a8bc56f1cf3ad02caae4a9860699247b52e650a5"}, + {file = "hikari-2.0.0-py3-none-any.whl", hash = "sha256:0dcfcdf7c09bdc6cf14f8976045a21fef1bd103951310bf057369e3772e7d6c0"}, + {file = "hikari-2.0.0.tar.gz", hash = "sha256:84e7839399b8c2d3918aae4a56329680a63313d44c4a5d09f3b5d4f122f69ba4"}, ] [package.dependencies] aiohttp = [ - {version = ">=3.9,<4.0"}, - {version = ">=3.9,<4.0", extras = ["speedups"], optional = true, markers = "extra == \"speedups\""}, + {version = ">=3.10,<4.0"}, + {version = ">=3.10,<4.0", extras = ["speedups"], optional = true, markers = "extra == \"speedups\""}, ] -attrs = ">=23.2,<24.0" +attrs = ">=24.2,<25.0" ciso8601 = {version = ">=2.3,<3.0", optional = true, markers = "extra == \"speedups\""} colorlog = ">=6.8,<7.0" multidict = ">=6.0,<7.0" @@ -1217,7 +1217,7 @@ orjson = {version = ">=3.10,<4.0", optional = true, markers = "extra == \"speedu [package.extras] server = ["pynacl (>=1.5,<2.0)"] -speedups = ["aiohttp[speedups] (>=3.9,<4.0)", "ciso8601 (>=2.3,<3.0)", "orjson (>=3.10,<4.0)"] +speedups = ["aiohttp[speedups] (>=3.10,<4.0)", "ciso8601 (>=2.3,<3.0)", "orjson (>=3.10,<4.0)"] [[package]] name = "hikari-lightbulb"