Skip to content

Commit

Permalink
chore(deps): update all dependencies (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent 2c390e8 commit 1bd5c6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 pdm.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,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 1bd5c6c

Please sign in to comment.