Skip to content

Commit

Permalink
Merge branch 'IgKniteDev:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast authored Sep 30, 2024
2 parents 5c8d0ed + 3977eee commit 3534d82
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Create pull request
if: steps.formatcheck.outcome != 'success'
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: "🎨 Automated formatting errors fix"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Create pull request
if: steps.lintcheck.outcome != 'success'
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: "🎨 Automated linting errors fix"
Expand Down
56 changes: 28 additions & 28 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ python = "^3.12"
disnake = {extras = ["voice"], version = "^2.9.2"}
python-decouple = "^3.8"
spotipy = "^2.24.0"
yt-dlp = "^2024.5.27"
yt-dlp = "^2024.9.27"
async-timeout = "^4.0.3"

[tool.poetry.group.dev.dependencies]
ruff = "^0.6.2"
ruff = "^0.6.8"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 3534d82

Please sign in to comment.