Skip to content

Commit ffa4a60

Browse files
authored
Merge branch 'main' into dependabot/pip/mypy-1.18.2
2 parents e89b831 + 5c49934 commit ffa4a60

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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
name: "Dry run Commitizen bump"
3737
runs-on: ubuntu-latest
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: 3 additions & 3 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
@@ -44,6 +44,6 @@ classifiers = [
4444
mypy = "^1.18.2"
4545
bandit = "^1.8.6"
4646
pylint = "^3.3.9"
47-
pytest = "^8.4.1"
47+
pytest = "^8.4.2"
4848
black = "^25.9.0"
4949

0 commit comments

Comments
 (0)