Skip to content

Commit bf560ad

Browse files
committed
Bump dependency versions
1 parent 057f4d2 commit bf560ad

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.5.0
6+
rev: v4.6.0
77
hooks:
88
- id: check-toml
99
- id: check-yaml
@@ -12,7 +12,7 @@ repos:
1212
args: [--markdown-linebreak-ext=md]
1313

1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.3.5
15+
rev: v0.4.10
1616
hooks:
1717
- id: ruff
1818
- id: ruff-format

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# Don't forget to pin your dependencies!
33
# This list will have to be migrated if you wish to use another dependency manager.
44

5-
ruff~=0.3.5
6-
pre-commit~=3.7.0
5+
ruff~=0.4.10
6+
pre-commit~=3.7.1

samples/Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ name = "pypi"
88
[packages]
99

1010
[dev-packages]
11-
ruff = "~=0.3.5"
12-
pre-commit = "~=3.7.0"
11+
ruff = "~=0.4.10"
12+
pre-commit = "~=3.7.1"
1313

1414
[requires]
1515
python_version = "3.12"

samples/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ license = "MIT"
1111
python = "3.12.*"
1212

1313
[tool.poetry.dev-dependencies]
14-
ruff = "~0.3.5"
15-
pre-commit = "~3.7.0"
14+
ruff = "~0.4.10"
15+
pre-commit = "~3.7.1"
1616

1717
[build-system]
1818
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)