Skip to content

Commit 80fcc4b

Browse files
delficksobolevn
andauthored
deps: Upgrade pre-commit for newer versions of python (#1961)
* deps: Upgrade pre-commit for newer versions of python * Update requirements.txt * Update requirements.txt --------- Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
1 parent 23e209b commit 80fcc4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Dev tools:
22
black==24.2.0
3-
pre-commit==3.5.0
3+
pre-commit==3.5.0; python_version < '3.9'
4+
pre-commit==3.6.2; python_version >= '3.9'
45
pytest==8.0.1
56
pytest-mypy-plugins==3.0.0
67
pytest-shard==0.1.2

0 commit comments

Comments
 (0)