From 4eadaf0b319449ac2bd4483cfe742dc19a2bdbd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 08:46:44 +0000 Subject: [PATCH 01/16] =?UTF-8?q?:arrow=5Fup:=20=F0=9F=A4=96=20Dependencie?= =?UTF-8?q?s:=20Update=20ruff=20requirement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.280...v0.0.286) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9397909..7b365c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ loguru = "^0.7.0" [tool.poetry.group.dev.dependencies] python-semantic-release = "^8.0.2" -ruff = ">=0.0.280,<0.0.283" +ruff = ">=0.0.280,<0.0.287" [tool.ruff] From c33c3dbb79b64f3cebde1d7d57d58812e12eeac1 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 24 Oct 2023 01:13:39 +0000 Subject: [PATCH 02/16] Auto From 0213f058ffbb56901c0fdd39c0e62921d79d0b78 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 25 Oct 2023 01:13:31 +0000 Subject: [PATCH 03/16] Auto From e34efc5ada28cd1e2193f568eb11d3b5a380ab32 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 26 Oct 2023 01:12:15 +0000 Subject: [PATCH 04/16] Auto From f7700f474115c302beb73c05823d08d2ad30fd1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 08:58:31 +0000 Subject: [PATCH 05/16] =?UTF-8?q?:arrow=5Fup:=20=F0=9F=A4=96=20Dependencie?= =?UTF-8?q?s:=20Update=20pytest-asyncio=20requirement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.0...v0.23.5) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7b365c9..e440e7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ overgeneral-exceptions = [ [tool.poetry.group.test.dependencies] pytest = "^7.0" pytest-cov = "^4.1" -pytest-asyncio = "^0.21.0" +pytest-asyncio = "^0.23.5" pytest-mock = "^3.11.1" pytest-loguru = "^0.2.0" From 44187647ff6b3efc1e3ef7c95fe8f6b0edefbfab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 08:09:01 +0000 Subject: [PATCH 06/16] =?UTF-8?q?:arrow=5Fup:=20=F0=9F=A4=96=20Dependencie?= =?UTF-8?q?s:=20Update=20ruff=20requirement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.280...v0.3.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7b365c9..8dc6839 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ loguru = "^0.7.0" [tool.poetry.group.dev.dependencies] python-semantic-release = "^8.0.2" -ruff = ">=0.0.280,<0.0.287" +ruff = ">=0.0.280,<0.3.4" [tool.ruff] From a3db64a7bb25dd0628790e5d6c59eb87075ed760 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 08:40:32 +0000 Subject: [PATCH 07/16] =?UTF-8?q?:arrow=5Fup:=20=F0=9F=A4=96=20Dependencie?= =?UTF-8?q?s:=20Update=20pytest=20requirement=20from=20^7.0=20to=20^8.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.0.0...8.3.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 63c8292..e51cde4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ overgeneral-exceptions = [ [tool.poetry.group.test.dependencies] -pytest = "^7.0" +pytest = "^8.3" pytest-cov = "^4.1" pytest-asyncio = "^0.23.5" pytest-mock = "^3.11.1" From b863d9a8522d4c75fd86e7dccced55088f4c647d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 08:41:02 +0000 Subject: [PATCH 08/16] =?UTF-8?q?:arrow=5Fup:=20=F0=9F=A4=96=20Dependencie?= =?UTF-8?q?s:=20Update=20pytest-loguru=20requirement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [pytest-loguru](https://github.com/mcarans/pytest-loguru) to permit the latest version. - [Release notes](https://github.com/mcarans/pytest-loguru/releases) - [Commits](https://github.com/mcarans/pytest-loguru/compare/0.2.0...0.4.0) --- updated-dependencies: - dependency-name: pytest-loguru dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 63c8292..75c011f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ pytest = "^7.0" pytest-cov = "^4.1" pytest-asyncio = "^0.23.5" pytest-mock = "^3.11.1" -pytest-loguru = "^0.2.0" +pytest-loguru = "^0.4.0" From 90a8b3c55a1de685a621f4806050b171b43a1c28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 08:06:11 +0000 Subject: [PATCH 09/16] =?UTF-8?q?:arrow=5Fup:=20=F0=9F=A4=96=20Dependencie?= =?UTF-8?q?s:=20Update=20python-semantic-release=20requirement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) to permit the latest version. - [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) - [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v8.0.2...v9.12) --- updated-dependencies: - dependency-name: python-semantic-release dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 63c8292..3d327ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ loguru = "^0.7.0" [tool.poetry.group.dev.dependencies] -python-semantic-release = "^8.0.2" +python-semantic-release = "^9.12.0" ruff = ">=0.0.280,<0.3.4" From 8de89b8a1a3c2ad4567d35de64a312f7feee7068 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 08:35:47 +0000 Subject: [PATCH 10/16] =?UTF-8?q?:arrow=5Fup:=20=F0=9F=A4=96=20Dependencie?= =?UTF-8?q?s:=20Update=20ruff=20requirement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.280...0.7.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3d327ba..25f9d43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ loguru = "^0.7.0" [tool.poetry.group.dev.dependencies] python-semantic-release = "^9.12.0" -ruff = ">=0.0.280,<0.3.4" +ruff = ">=0.0.280,<0.7.3" [tool.ruff] From 2d438c4bf4359ec275bdf6405ed35ff9e76b42c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 08:26:49 +0000 Subject: [PATCH 11/16] =?UTF-8?q?:arrow=5Fup:=20=F0=9F=A4=96=20Dependencie?= =?UTF-8?q?s:=20Update=20sphinx-notfound-page=20requirement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [sphinx-notfound-page](https://github.com/readthedocs/sphinx-notfound-page) to permit the latest version. - [Changelog](https://github.com/readthedocs/sphinx-notfound-page/blob/main/CHANGELOG.rst) - [Commits](https://github.com/readthedocs/sphinx-notfound-page/compare/0.8.3...1.0.4) --- updated-dependencies: - dependency-name: sphinx-notfound-page dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6cd2452..994f5eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ optional = true sphinx = "^7.0.0" pydata-sphinx-theme = "^0.13.3" sphinx-hoverxref = "^1.3.0" -sphinx-notfound-page = "^0.8.3" +sphinx-notfound-page = "^1.0.4" sphinx_copybutton = "0.5.2" myst_parser = "^2.0.0" sphinx_design = "^0.5.0" From c7b0890c8eeaa5d1926911c773c1d1d84cd61158 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 08:27:27 +0000 Subject: [PATCH 12/16] =?UTF-8?q?:arrow=5Fup:=20=F0=9F=A4=96=20Dependencie?= =?UTF-8?q?s:=20Update=20myst-parser=20requirement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [myst-parser](https://github.com/executablebooks/MyST-Parser) to permit the latest version. - [Release notes](https://github.com/executablebooks/MyST-Parser/releases) - [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/MyST-Parser/compare/v2.0.0...v4.0.0) --- updated-dependencies: - dependency-name: myst-parser dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6cd2452..ee52c36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ pydata-sphinx-theme = "^0.13.3" sphinx-hoverxref = "^1.3.0" sphinx-notfound-page = "^0.8.3" sphinx_copybutton = "0.5.2" -myst_parser = "^2.0.0" +myst_parser = "^4.0.0" sphinx_design = "^0.5.0" From 4f9ea4331868ea4341ab1378d772b3465c3a8e1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:53:00 +0000 Subject: [PATCH 13/16] =?UTF-8?q?:arrow=5Fup:=20=F0=9F=A4=96=20Dependencie?= =?UTF-8?q?s:=20Update=20ruff=20requirement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.280...0.9.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6cd2452..7e97020 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ loguru = "^0.7.0" [tool.poetry.group.dev.dependencies] python-semantic-release = "^9.12.0" -ruff = ">=0.0.280,<0.7.3" +ruff = ">=0.0.280,<0.9.2" [tool.ruff] From 9a179b514024355fff3e2ddda458faa240c55ca5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:53:30 +0000 Subject: [PATCH 14/16] =?UTF-8?q?:arrow=5Fup:=20=F0=9F=A4=96=20Dependencie?= =?UTF-8?q?s:=20Update=20pytest-asyncio=20requirement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.5...v0.25.2) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6cd2452..789ea23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ overgeneral-exceptions = [ [tool.poetry.group.test.dependencies] pytest = "^8.3" pytest-cov = "^4.1" -pytest-asyncio = "^0.23.5" +pytest-asyncio = "^0.25.2" pytest-mock = "^3.11.1" pytest-loguru = "^0.4.0" From f7339bee77bc405b5f86c51948fede4c0b88d4f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 08:59:15 +0000 Subject: [PATCH 15/16] =?UTF-8?q?:arrow=5Fup:=20=F0=9F=A4=96=20Dependencie?= =?UTF-8?q?s:=20Update=20ruff=20requirement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.280...0.9.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7b5c520..c9d5016 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ loguru = "^0.7.0" [tool.poetry.group.dev.dependencies] python-semantic-release = "^9.12.0" -ruff = ">=0.0.280,<0.9.2" +ruff = ">=0.0.280,<0.9.3" [tool.ruff] From 3d30cb0dec18161763295c7056eb3149c9d056be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 08:59:44 +0000 Subject: [PATCH 16/16] =?UTF-8?q?:arrow=5Fup:=20=F0=9F=A4=96=20Dependencie?= =?UTF-8?q?s:=20Update=20pydata-sphinx-theme=20requirement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) to permit the latest version. - [Release notes](https://github.com/pydata/pydata-sphinx-theme/releases) - [Changelog](https://github.com/pydata/pydata-sphinx-theme/blob/main/RELEASE.md) - [Commits](https://github.com/pydata/pydata-sphinx-theme/compare/v0.13.3...v0.16.1) --- updated-dependencies: - dependency-name: pydata-sphinx-theme dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7b5c520..b87e5f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ optional = true [tool.poetry.group.docs.dependencies] sphinx = "^7.0.0" -pydata-sphinx-theme = "^0.13.3" +pydata-sphinx-theme = "^0.16.1" sphinx-hoverxref = "^1.3.0" sphinx-notfound-page = "^1.0.4" sphinx_copybutton = "0.5.2"