Skip to content

Commit c49ca53

Browse files
authored
Merge branch 'main' into dependabot/pip/mypy-1.18.2
2 parents 8fad316 + fc43e16 commit c49ca53

File tree

3 files changed

+44
-28
lines changed

3 files changed

+44
-28
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
needs: test
3838
steps:
39-
- uses: actions/checkout@v4
39+
- uses: actions/checkout@v5
4040
with:
4141
fetch-depth: 0
4242
- name: Create bump and changelog

poetry.lock

Lines changed: 42 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ black = ">=22.12,<26.0"
5454
mypy = "^1.18.2"
5555
bandit = "^1.8.6"
5656
pylint = "^3.3.8"
57-
pytest = "^8.4.1"
57+
pytest = "^8.4.2"
5858

5959
[tool.pylint.'MESSAGES CONTROL']
6060
disable = "similarities"

0 commit comments

Comments
 (0)