Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ToasterUwU committed Oct 2, 2023
2 parents 5c25f2d + 4b11f18 commit eeda436
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pyright == 1.1.328
pyright == 1.1.329
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextcord[speed, voice] >= 2.4.2, == 2.4.*
orjson >= 3.8.6, == 3.8.*
aiohttp >= 3.8.4, == 3.8.*
aiofiles >= 23.1.0, == 23.1.*
nextcord[speed, voice] == 2.6.*
orjson == 3.9.*
aiohttp == 3.8.*
aiofiles == 23.2.*

0 comments on commit eeda436

Please sign in to comment.