File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ coverage==6.2; python_version <= '3.6'
22coverage==7.2.7; python_version >= '3.7' and python_version < '3.8'
33coverage==7.6.1; python_version >= '3.8' and python_version < '3.9'
44coverage==7.10.7; python_version >= '3.9' and python_version < '3.10'
5- coverage==7.11.0 ; python_version >= '3.10'
5+ coverage==7.11.3 ; python_version >= '3.10'
66
77pytest-cov==4.0.0; python_version <= '3.6'
88pytest-cov==4.1.0; python_version >= '3.7' and python_version < '3.8'
Original file line number Diff line number Diff line change 11pytest==7.0.1; python_version <= '3.6'
22pytest==7.4.4; python_version >= '3.7' and python_version < '3.8'
33pytest==8.3.5; python_version >= '3.8' and python_version < '3.9'
4- pytest==8.4.2; python_version >= '3.9'
4+ pytest==8.4.2; python_version >= '3.9' and python_version < '3.10'
5+ pytest==9.0.0; python_version >= '3.10'
56
67pytest-mock==3.6.1; python_version <= '3.6'
78pytest-mock==3.11.1; python_version >= '3.7' and python_version < '3.8'
You can’t perform that action at this time.
0 commit comments