Skip to content

Commit 2ffa416

Browse files
Replace stringcase with casefy (#222)
1 parent 307af31 commit 2ffa416

File tree

6 files changed

+700
-674
lines changed

6 files changed

+700
-674
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
args: [--check]
2020
pass_filenames: false
2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v4.4.0
22+
rev: v5.0.0
2323
hooks:
2424
- id: trailing-whitespace
2525
- id: end-of-file-fixer
@@ -45,7 +45,7 @@ repos:
4545
- id: no-commit-to-branch
4646
args: [--branch, dev, --branch, int, --branch, main]
4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.9.4
48+
rev: v0.11.2
4949
hooks:
5050
- id: ruff
5151
args: [--fix, --exit-non-zero-on-fix]

lock/requirements-dev-template.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pytest-httpx>=0.30
2222
urllib3>=1.26.18
2323
requests>=2.31
2424

25-
stringcase>=1.2
25+
casefy>=1.1
2626
jsonschema2md>=1.1
2727
setuptools>=69.5
2828

0 commit comments

Comments
 (0)