From de848eb6976eaccede566ca985487bf0252d00f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:01:50 +0000 Subject: [PATCH 1/6] Bump jakebailey/pyright-action from 1.0.3 to 1.7.0 Bumps [jakebailey/pyright-action](https://github.com/jakebailey/pyright-action) from 1.0.3 to 1.7.0. - [Release notes](https://github.com/jakebailey/pyright-action/releases) - [Commits](https://github.com/jakebailey/pyright-action/compare/v1.0.3...v1.7.0) --- updated-dependencies: - dependency-name: jakebailey/pyright-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d5bd04f..ca83f08 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -33,7 +33,7 @@ jobs: run: echo "PYRIGHT_VERSION=$(python -c 'import pyright; print(pyright.__pyright_version__)')" >> $GITHUB_ENV - name: Run pyright (Linux) - uses: jakebailey/pyright-action@v1.2.0 + uses: jakebailey/pyright-action@v1.7.0 with: version: ${{ env.PYRIGHT_VERSION }} python-version: ${{ matrix.python-version }} @@ -42,7 +42,7 @@ jobs: warnings: true - name: Run pyright (Windows) - uses: jakebailey/pyright-action@v1.0.3 + uses: jakebailey/pyright-action@v1.7.0 # run anyway if: success() || failure() with: From 5270da38310699d0d72b33abb368c122f37f8e3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:02:10 +0000 Subject: [PATCH 2/6] Bump pyright from 1.1.328 to 1.1.329 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.328 to 1.1.329. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.328...v1.1.329) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index db70d43..d0d7c20 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1 +1 @@ -pyright == 1.1.328 +pyright == 1.1.329 From e33b602d3a55b70f00e109df2602278764701d2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:05:49 +0000 Subject: [PATCH 3/6] Update orjson requirement from ==3.8.*,>=3.8.6 to ==3.9.* Updates the requirements on [orjson](https://github.com/ijl/orjson) to permit the latest version. - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](https://github.com/ijl/orjson/compare/3.8.6...3.9.7) --- updated-dependencies: - dependency-name: orjson dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9f6fd3b..ab62b0d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ nextcord[speed, voice] >= 2.4.2, == 2.4.* -orjson >= 3.8.6, == 3.8.* +orjson == 3.9.* aiohttp >= 3.8.4, == 3.8.* aiofiles >= 23.1.0, == 23.1.* \ No newline at end of file From 5f6ea12d5afcf3673b287f195a892b222c7371a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:14:19 +0000 Subject: [PATCH 4/6] Update nextcord[speed,voice] requirement from ==2.4.*,>=2.4.2 to ==2.6.* Updates the requirements on [nextcord[speed,voice]](https://github.com/nextcord/nextcord) to permit the latest version. - [Release notes](https://github.com/nextcord/nextcord/releases) - [Commits](https://github.com/nextcord/nextcord/compare/v2.4.2...v2.6.0) --- updated-dependencies: - dependency-name: nextcord[speed,voice] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ab62b0d..7e5d350 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -nextcord[speed, voice] >= 2.4.2, == 2.4.* +nextcord[speed, voice] == 2.6.* orjson == 3.9.* aiohttp >= 3.8.4, == 3.8.* aiofiles >= 23.1.0, == 23.1.* \ No newline at end of file From 545470d9aae14ea0aec587cba9ad8193cda9bb68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:16:13 +0000 Subject: [PATCH 5/6] Update aiohttp requirement from ==3.8.*,>=3.8.4 to ==3.8.* Updates the requirements on [aiohttp](https://github.com/aio-libs/aiohttp) to permit the latest version. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.4...v3.8.5) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7e5d350..20306e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ nextcord[speed, voice] == 2.6.* orjson == 3.9.* -aiohttp >= 3.8.4, == 3.8.* +aiohttp == 3.8.* aiofiles >= 23.1.0, == 23.1.* \ No newline at end of file From ef02b6c2412e41313f75e885a92c37b75b950e50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:18:10 +0000 Subject: [PATCH 6/6] Update aiofiles requirement from ==23.1.*,>=23.1.0 to ==23.2.* Updates the requirements on [aiofiles](https://github.com/Tinche/aiofiles) to permit the latest version. - [Release notes](https://github.com/Tinche/aiofiles/releases) - [Commits](https://github.com/Tinche/aiofiles/compare/v23.1.0...v23.2.1) --- updated-dependencies: - dependency-name: aiofiles dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 20306e0..e195068 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ nextcord[speed, voice] == 2.6.* orjson == 3.9.* aiohttp == 3.8.* -aiofiles >= 23.1.0, == 23.1.* \ No newline at end of file +aiofiles == 23.2.* \ No newline at end of file