File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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.5.0
6- pre-commit ~= 3.7.1
5+ ruff ~= 0.12.2
6+ pre-commit ~= 4.2.0
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ name = "pypi"
88[packages ]
99
1010[dev-packages ]
11- ruff = " ~=0.5.0 "
12- pre-commit = " ~=3.7.1 "
11+ ruff = " ~=0.12.2 "
12+ pre-commit = " ~=4.2.0 "
1313
1414[requires ]
1515python_version = " 3.12"
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ license = "MIT"
1111python = " 3.12.*"
1212
1313[tool .poetry .dev-dependencies ]
14- ruff = " ~0.5.0 "
15- pre-commit = " ~3.7.1 "
14+ ruff = " ~0.12.2 "
15+ pre-commit = " ~4.2.0 "
1616
1717[build-system ]
1818requires = [" poetry-core>=1.0.0" ]
You can’t perform that action at this time.
0 commit comments