Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent 338f5c0 commit a9eacf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Setup PDM
uses: pdm-project/[email protected]
Expand All @@ -33,7 +33,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Setup PDM
uses: pdm-project/[email protected]
Expand All @@ -55,7 +55,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Setup PDM
uses: pdm-project/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ testpaths = ["."]
run-setuptools = true

[tool.pdm.dev-dependencies]
lint = ["pylint>=3.2.7", "pyright>=1.1.381", "ruff>=0.6.6"]
lint = ["pylint>=3.3.1", "pyright>=1.1.382.post0", "ruff>=0.6.7"]
test = ["pytest>=8.3.3"]
build = ["setuptools>=75.1.0"]

0 comments on commit a9eacf9

Please sign in to comment.