File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11version : 2
22updates :
33 - package-ecosystem : " pip"
4- directory : " /pyperformance/requirements "
4+ directory : " /"
55 exclude-paths :
6- - " pyperformance/data-files/"
6+ - " pyperformance/data-files/** "
77 schedule :
88 interval : " monthly"
Original file line number Diff line number Diff line change 2020import packaging .version
2121
2222try :
23- import tomllib # type: ignore[import] # tomllib doesn't exist on 3.7-3.10
23+ import tomllib # type: ignore[import-not-found ] # tomllib doesn't exist on 3.7-3.10
2424except ImportError :
2525 import tomli as tomllib
2626
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ dependencies = [
7272]
7373
7474optional-dependencies.dev = [
75- " mypy==1.2 " ,
76- " tomli" , # Needed even on 3.11+ for typechecking with mypy
75+ " mypy==1.17.1 " ,
76+ " tomli" , # Needed even on 3.11+ for typechecking with mypy
7777 " tox" ,
7878]
7979urls = { Homepage = " https://github.com/python/pyperformance" }
You can’t perform that action at this time.
0 commit comments