Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/Gr1N/setup-poetry-9
Browse files Browse the repository at this point in the history
  • Loading branch information
Diapolo10 authored Mar 23, 2024
2 parents 0f75f97 + 7304007 commit e68f7f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot_updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Dependabot metadata
id: dependabot-metadata
uses: dependabot/fetch-metadata@v1.6.0
uses: dependabot/fetch-metadata@v2.0.0

- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Create Release
id: create_release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ optional = true


[tool.poetry.group.linters.dependencies]
ruff = "^0.2.1"
ruff = "^0.3.4"


[tool.poetry.group.tests]
Expand Down

0 comments on commit e68f7f4

Please sign in to comment.