Skip to content

Commit 11b4e94

Browse files
authored
Merge pull request #64 from rjw57/renovate/all
chore(deps): update all dependencies
2 parents 89c2ba2 + e213880 commit 11b4e94

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: debug-statements
2424

2525
- repo: https://github.com/python-poetry/poetry
26-
rev: 2.1.1
26+
rev: 2.1.2
2727
hooks:
2828
- id: poetry-check
2929

@@ -38,7 +38,7 @@ repos:
3838
- id: isort
3939

4040
- repo: https://github.com/pycqa/flake8
41-
rev: 7.1.2
41+
rev: 7.2.0
4242
hooks:
4343
- id: flake8
4444

poetry.lock

Lines changed: 13 additions & 13 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
@@ -27,7 +27,7 @@ pytest-cov = "^6.0.0"
2727
faker = "^37.0.0"
2828
responses = "^0.25.3"
2929
pytest-responses = "^0.5.1"
30-
pytest-asyncio = "^0.25.0"
30+
pytest-asyncio = "^0.26.0"
3131

3232
[tool.poetry.group.doc.dependencies]
3333
mkdocs = "^1.6.1"

0 commit comments

Comments
 (0)